admin管理员组文章数量:1404512
1.安装tushare前先安装lxml和pandas(我是win32下python3.4.0)
2.安装lxml,下载地址https://pypi.python/pypi/lxml/3.4.2
3.pandas,下载地址https://pypi.python/pypi/pandas
4.安装pandas时提示需要安装requests,先安装requests,easy_install requests
5.下载的pandas包是.whl包,要先安装wheel,pip install wheel
6.安装pandas,提示"is not a supported wheel on this platform".
shell中,输入import pip; print(pip.pep425tags.get_supported())进行查看,然后将.whl文件改名为pandas-0.20.0rc1-cp34-none-win32.whl
再安装pandas
7.下载tushare,https://pypi.python/pypi/tushare/
解压后进入文件目录进行安装,python setup.py install
本文标签: 如何下载pythontusharetusharepython
版权声明:本文标题:python如何下载tushare_python tushare安装 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/biancheng/1742287510a2447197.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论