-
Notifications
You must be signed in to change notification settings - Fork 35
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' #26
Comments
PR is welcomed to fix this on windows. Thanks. |
I'm glad someone reported this and that it's a known issue. I'm also seeing the same thing. I'll try and track down the cause. |
See: #32 |
Implemented in #32, released via version 0.1.6. |
Trying to get a playlist details by youtube api but getting error how to solve this ? |
Error I'm receiving when running in Windows 10 with Python 3.6.2-32:
I found the following issue raised from another project which might explain the problem:
Unity-Technologies/ml-agents#7
Looks like this is a Windows specific issue when calling signal.SIGALRM.
The text was updated successfully, but these errors were encountered: