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)
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)