Python3如何安装numpy库啊
Tofloor
poster avatar
wanghangchuang
deepin
2020-09-04 03:25
Author
系统自带的Python3 .7如何安装numpy库呢, 直接安装的话安装到Python2.7里面了,

Reply Favorite View the author
All Replies
avatar
enforcee
deepin
2020-09-04 03:33
#1
pip3 install numpy
Reply View the author
avatar
oncemore
deepin
2020-09-04 03:35
#2
sudo apt install python3-numpy
python-nump是python2的
或者 pip3 install numpy --user
Reply View the author
avatar
jalawov
deepin
2020-09-04 04:11
#3
楼上正解,不过我直接用anaconda,反正硬盘空间大
Reply View the author