Attributeerror: Module 'websocket' Has No Attribute 'websocketapp' Pip
I am trying to use websocket.WebSocketApp, however it's coming up with the error: module 'websocket' has no attribute 'WebSocketApp' I had a look at previous solutions for this, an
Solution 1:
You've installed wrong websocket package. You installed websocket but you need websocket-client. Uninstall both to cleanup the mess and reinstall websocket-client
.
Post a Comment for "Attributeerror: Module 'websocket' Has No Attribute 'websocketapp' Pip"