Hello,
Is there anyone who have encountered the error below when run the base code of the MDX challenge on Windows 10?
AttributeError: module 'signal' has no attribute 'SIGALRM'
I and several users have encountered this: https://github.com/kuielab/mdx-net-submission/issues/1
I think it is caused by the ambiguous name of library ‘signal’.
SIGALRM exists in signal.pyi
but it does not exist in signal.py.
When I run it in Windows 10 env, it tries to access with signal.py instead of signal.pyi,
causing the error.
I guess many Windows users suffer from this issue, not limited to the MDX challenge.
Will AIcrowd have a plan to fix this bug?
or I think I should add some comments in our repository to warn the potential error.
Thank you in advance.
Woosung Choi.