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 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.
The text was updated successfully, but these errors were encountered:
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.
On Wed, Jan 29, 2020 at 11:04 AM AvisP ***@***.***> wrote:
Ok. Thanks for the update. I am using the Komura dataset and trying to
replicate the results.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10?email_source=notifications&email_token=AAJYKBQNRYKD3FU2LBQSAELRAHHKZA5CNFSM4KMZQBJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKILPMQ#issuecomment-579909554>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJYKBQUF3Q6CXYCXR2FMN3RAHHKZANCNFSM4KMZQBJA>
.
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.
The text was updated successfully, but these errors were encountered: