Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行 django-dramatiq --watch,但它返回一个 RuntimeError:win32 不支持监视源更改。
django-dramatiq 版本:
戏剧版:
我的 Python 安装和我的系统都是 64 位的,所以我不明白这个问题
win32是 32 位和 64 位系统上的 Windows API 的通用名称。意思是在 Windows 中该操作不可用。
win32