tushare
tushare copied to clipboard
升级pandas到1.0.0出现的错误
ID: 236559
升级pandas到1.0.0出现的
Traceback (most recent call last):
File "D:\StockAnalize\tradeW.pyw", line 15, in
Have the same issue as well when import tushare as ts It was under Linux and I cloned the project then installed it by 'python3 setup.py install' Pending on a fix. Thanks
Fixed this issue by upgrading to latest tushare latest version, with following commands:
pip install tushare --upgrade