waditu / tushare

TuShare is a utility for crawling historical data of China stocks
BSD 3-Clause "New" or "Revised" License
12.87k stars 4.29k forks source link

cannot import name 'WebSocketConnectionClosedException' #1590

Closed zp0605 closed 3 years ago

zp0605 commented 3 years ago

File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tushare/init.py", line 82, in from tushare.pro.data_pro import (pro_api, pro_bar, subs, ht_subs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tushare/pro/data_pro.py", line 14, in from tushare.subs.ts_subs import Subs File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tushare/subs/ts_subs.py", line 20, in from websocket import WebSocketConnectionClosedException ImportError: cannot import name 'WebSocketConnectionClosedException' from 'websocket' (/Users/xxx/Library/Python/3.7/lib/python/site-packages/websocket/init.py)

jimmysoa commented 3 years ago

需要安装websocket,升级一下就可以了,会自动安装