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

1.2.52 tushare pro 在 colab 上 使用出错 #1307

Closed gftgpu closed 4 years ago

gftgpu commented 4 years ago

提示 import websocket module error . pip websocket 以后,依然还有 import error

chenkjia commented 4 years ago

是的,我也是,websocket安装后提示这个 from websocket._exceptions import WebSocketConnectionClosedException ModuleNotFoundError: No module named 'websocket._exceptions'

python 3.7 tushare 1.2.52

jimmysoa commented 4 years ago

删除webscoket,安装websocket-client