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

Issue with absence of SIGALRM attribute in signal #10

Open
AvisP opened this issue Jan 28, 2020 · 3 comments
Open

Issue with absence of SIGALRM attribute in signal #10

AvisP opened this issue Jan 28, 2020 · 3 comments

Comments

@AvisP
Copy link

AvisP commented Jan 28, 2020

I get an error message AttributeError: module 'signal' has no attribute 'SIGALRM' and had to comment out signal.signal(signal.SIGALRM, timeout_handler) in line 23 of preprocessing.py I commented out the line as a temporary fix.

It seems that this problem happens for windows only. Please suggest a fix for this.

@timsainb
Copy link
Owner

I'm not sure what the cause . of this is, it sounds like the signal package is not properly installed? In any case, iirc the sigalarm is just there as a timeout if the process takes too long, so if youre data files aren't too big you don't need that bit.

@AvisP
Copy link
Author

AvisP commented Jan 29, 2020

Ok. Thanks for the update. I am using the Komura dataset and trying to replicate the results.

@timsainb
Copy link
Owner

timsainb commented Jan 29, 2020 via email

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

2 participants