Lu-Yi-Hsun/iqoptionapi

Help me ModuleNotFoundError: No module named 'websocket'

sujinda123 opened this issue · 15 comments

Please also recommend

Then please install it.
pip install websocket

@sujinda123 @JafferWilson thank !
i add "websocket" to setup.py to avoid that happen again!

Not enough to introduce me?

Yeah i can do
But there are still errors

What is your Python version? Please mention it. The issue might be because you are using Python 2

Now I use Python 3.

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.

Can you help me?
I have same issue even used fix way
Screen Shot 2019-10-11 at 12 31 34 AM

pip uninstall websocket-client
pip uninstall websocket
pip install websocket-client==0.47

Its work. Thanks. I almost use pip3.