小树林探索者 发表于 2022-2-4 16:50:14

怎么在Mac上安装numpy,matplotlib,pandas等库?

https://pypi.tuna.tsinghua.edu.cn/simple
是这个网站吗?
安装哪一个?

isdkz 发表于 2022-2-5 09:16:54

本帖最后由 isdkz 于 2022-2-5 09:18 编辑

你可以去这个网站找 https://www.lfd.uci.edu/~gohlke/pythonlibs

numpy你可以在后面加上#numpy,其它的同理
比如 https://www.lfd.uci.edu/~gohlke/pythonlibs#numpy

Twilight6 发表于 2022-2-5 09:51:07


打开 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]
查看完整版本: 怎么在Mac上安装numpy,matplotlib,pandas等库?