Why is dramatiq detecting my PC as 32 bits?

110 Views Asked by At

I'm trying to run django-dramatiq --watch, but it returns a RuntimeError: Watching for source changes is not supported on win32.

django-dramatiq version:

django-dramatiq version

dramatiq version:

dramatiq version

Both my Python installation and my system are 64 bits, so I don't understand the issue

1

There are 1 best solutions below

2
Tim Roberts On BEST ANSWER

win32 is the generic name for the Windows API on both 32-bit and 64-bit systems. It's saying that operation is not available in Windows.