gpt4 book ai didi

python-3.x - 我无法在 Apple Silicon 上安装 python 模块

转载 作者:行者123 更新时间:2023-12-04 14:09:23 24 4
gpt4 key购买 nike

我有 macbook air m1,但无法安装 numpy、matplotlib 等 python 模块。我用 Homebrew 软件安装 python3.8,然后安装 virtaulenv。在 venv 中,当我运行“pip install numpy”时出现错误:'...错误:numpy 的构建轮失败无法构建 numpy错误:无法为使用 PEP 517 且无法直接安装的 numpy 构建轮子'我试过 'pip install --upgrade pip setuptools wheel' 不起作用。请帮忙。

最佳答案

从 python.org 安装 python 3.9.1(ARM 版本)然后,对于 Numpy:python3 -m pip 安装 cythonpython3 -m pip install --no-binary :all: --no-use-pep517 numpy==1.20rc1

然后,对于 matplotlib: brew 安装libjpegpython3 -m pip install matplotlib

这对我来说适用于配备 Apple Silicon 的 Mac min。不过,SciPy 还没有运气。

关于python-3.x - 我无法在 Apple Silicon 上安装 python 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65653536/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com