怎么在Mac上安装numpy,matplotlib,pandas等库?
https://pypi.tuna.tsinghua.edu.cn/simple是这个网站吗?
安装哪一个? 本帖最后由 isdkz 于 2022-2-5 09:18 编辑
你可以去这个网站找 https://www.lfd.uci.edu/~gohlke/pythonlibs
numpy你可以在后面加上#numpy,其它的同理
比如 https://www.lfd.uci.edu/~gohlke/pythonlibs#numpy
打开 Mac 的 终端,输入 sudo python3 -m pip install <你的第三方库名>
例如:
sudo python3 -m pip install numpy
sudo python3 -m pip install matplotlib
sudo python3 -m pip install pandas
页:
[1]