waditu / tushare

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

AttributeError: module 'tushare' has no attribute '__version__' #241

Closed ring0li closed 7 years ago

ring0li commented 7 years ago

pip3 install tushare 提示安装成功 控制台输出:

/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/bin/python3.5 /Users/liuli/github/study/tushare.py
Traceback (most recent call last):
  File "/Users/liuli/github/study/tushare.py", line 4, in <module>
    import tushare
  File "/Users/liuli/github/study/tushare.py", line 6, in <module>
    print(tushare.__version__)
AttributeError: module 'tushare' has no attribute '__version__'

Process finished with exit code 1

哪里错了呢?

jimmysoa commented 7 years ago

不要以tushare作为文件名

ring0li commented 7 years ago

谢谢你