You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the error AttributeError: module 'websocket' has no attribute 'client'
I am getting this error after running pip install websocket-client with Python 3.9 on Windows 10. I have got websocket-client 1.2.1 which contain this line:
I am getting the error
AttributeError: module 'websocket' has no attribute 'client'
I am getting this error after running
pip install websocket-client
with Python 3.9 on Windows 10. I have gotwebsocket-client
1.2.1 which contain this line:Checking the code in the repository I see that this line was changed here
python-sdk/sinric/_sinricprosocket.py
Line 35 in 8fe6546
Maybe I am doing something wrong? or the last changes were not yet released in pip?
The text was updated successfully, but these errors were encountered: