因为 websocket-client 新版的各种大脑降级设计 很多功能无法使用 需要安装老版本websocket-client的包才能正常使用 pip3 install websocket-client==0.46.0
websocket-client
pip3 install websocket-client==0.46.0
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # encoding: utf-8 # # Market Real-time Subscription v3 # # Copyright 2019 FawkesPan # # Do What the Fuck You Want To Public License #