I wrote a streaming speech recognization program using websocket a year ago, and it worked very well.
It suddenly raise an AttributeError:
module 'websocket' has no attribute 'create_connection'
I reinstall it and read the source code, i found the source was changed, all the functions I’m using are gone.
If anyone knows what’s going on please let me know. Thanks a lot.