You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get this to run on windows, it seems really bad
Traceback (most recent call last):
File "E:\Coding\Projects\asr\asr_api\src\worker.py", line 21, in <module>
worker = hatchet.worker('first-worker')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Coding\Projects\asr\asr_api\.venv\Lib\site-packages\hatchet_sdk\hatchet.py", line 303, in worker
return Worker(
^^^^^^^
File "E:\Coding\Projects\asr\asr_api\.venv\Lib\site-packages\hatchet_sdk\worker\worker.py", line 92, in __init__
self._setup_signal_handlers()
File "E:\Coding\Projects\asr\asr_api\.venv\Lib\site-packages\hatchet_sdk\worker\worker.py", line 317, in _setup_signal_handlers
signal.signal(signal.SIGQUIT, self._handle_force_quit_signal)
^^^^^^^^^^^^^^
AttributeError: module 'signal' has no attribute 'SIGQUIT'
The text was updated successfully, but these errors were encountered:
I can't get this to run on windows, it seems really bad
The text was updated successfully, but these errors were encountered: