AttributeError: Module signal has no attribute SIGALRM
chakir123123 opened this issue · 1 comments
chakir123123 commented
zangobot commented
Hi!
All the signals are only implemented on Unix.
That alarm in particular was inserted for stopping the engine after a certain amount of time.
You can modify the evasion.py
file to remove such behavior or to customize it for Windows.