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

AttributeError: module 'signal' has no attribute 'SIGALRM' #1

Closed
Amin-Tgz opened this issue Aug 30, 2019 · 2 comments
Closed

AttributeError: module 'signal' has no attribute 'SIGALRM' #1

Amin-Tgz opened this issue Aug 30, 2019 · 2 comments

Comments

@Amin-Tgz
Copy link

In Windows OS using signal.SIGALRM cause error
Why is signal.SIGALRM not working in Python on windows?

@martins-mozeiko
Copy link
Contributor

Sorry for late reply.
SIGALRM is used only for unit tests which we develop on Linux.
Public API does not use this feature. If you are using Python API, you can safely ignore it.

@Ma5onic
Copy link

Ma5onic commented Aug 15, 2022

Note to windows users on how to work around this without commenting out code:
jeffbass/imagenode#7 (comment)

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

3 participants