Help me ModuleNotFoundError: No module named 'websocket'
sujinda123 opened this issue · 15 comments
Then please install it.
pip install websocket
@sujinda123 @JafferWilson thank !
i add "websocket" to setup.py to avoid that happen again!
What is your Python version? Please mention it. The issue might be because you are using Python 2
i find the problem , please
pip uninstall websocket
wait me update last version to avoid that again
I successfully uninstalled
websocket-client and websocket are conflict, i will write done on README.md
Yeah, I can connect successfully.
Thank you for your advice
The opportunity to face when I have a problem will come to ask again.
@sujinda123 If the issue is resolved please close it. It helps.
pip uninstall websocket-client
pip uninstall websocket
pip install websocket-client==0.47
Its work. Thanks. I almost use pip3.