deepin linux python3.5下如何安装tushare
Tofloor
poster avatar
Li xiang
deepin
2019-09-29 06:27
Author
     如题目,anaconda安装成功后numpy,pandas ,matplotlib是自动有的,但tushare是没有,用pip也没有,不知道是怎么回事,这是一个重要的财经资讯模块,在后面也会有掘金等其它的模块,同样的问题,解决一个,其它的就比较容易了。有知道的兄弟吗?
Reply Favorite View the author
All Replies
avatar
走钢丝
deepin
2019-09-29 06:44
#1
刚试了试,pip3 可以装啊,怎么会没有。。

Reply View the author
avatar
Li xiang
deepin
2019-09-29 16:59
#2
pip3 用不了
Reply View the author
avatar
走钢丝
deepin
2019-09-29 17:15
#3

你这是没安装吧。。sudo apt install python3-pip
Reply View the author
avatar
Li xiang
deepin
2019-09-29 17:20
#4
安装pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
非常感谢,刚才在网上查了一下,用这个方法也安装上去了。谢谢
Reply View the author
avatar
走钢丝
deepin
2019-09-29 17:26
#5
https://bbs.deepin.org/post/183238
安装pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

这个方法,你上个帖子里,我都说过了,你都没看过么。。。
Reply View the author