Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support windows #308

Open
sh1man opened this issue Jan 30, 2025 · 0 comments
Open

Add Support windows #308

sh1man opened this issue Jan 30, 2025 · 0 comments

Comments

@sh1man
Copy link

sh1man commented Jan 30, 2025

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant