Reputation: 1
I'm trying python-socketio in my local machine but I can't use it. Just importing it already gives me an error.
pip install "python-socketio[client]"
Successfully installed python-socketio-4.3.1
import socketio
Just importing socketio gives me this error:
ValueError: signal only works in main thread
Upvotes: 0
Views: 337