我正在尝试安装优势分析软件包,但是由于下面的numpy,它正在出错,有什么想法吗?
以下是整个错误输出https://justpaste.it/8kif7
clang: error: the clang compiler does not support 'faltivec', please use -maltivec and include altivec.h explicitly
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> numpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1发布于 2022-09-09 21:11:40
我遇到了和你一样的问题。您正在尝试在哪个版本的python上安装numpy。通过将我的版本从3.7.13改为3.9.2,它开始为我工作。
https://stackoverflow.com/questions/72508979
复制相似问题