I'm trying to run the qless-py-worker on windows. When I execute the qless-py-worker with Python 2 it all works fine, however for some job dependencies I need Python 3. So when I'm trying to execute the worker with python 3 it gives me the error AttributeError: module 'signal' has no attribute 'SIGQUIT' Any idea how to solve this?
I'm trying to run the qless-py-worker on windows. When I execute the qless-py-worker with Python 2 it all works fine, however for some job dependencies I need Python 3. So when I'm trying to execute the worker with python 3 it gives me the error
AttributeError: module 'signal' has no attribute 'SIGQUIT'Any idea how to solve this?