无法将scipy安装到Raspberry pi 4(raspbian)

2024-10-01 13:26:11 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图用python3 -m pip install --user --no-use-pep517 scipy安装scipy库,但收到以下错误:

ERROR: Failed building wheel for scipy
  Running setup.py clean for scipy
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-spokr6ic/scipy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-spokr6ic/scipy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
       cwd: /tmp/pip-install-spokr6ic/scipy

我正在使用该代码进行安装,因为pip3 install scipy给了我以下错误:

  ERROR: Failed building wheel for scipy
Failed to build scipy
ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly

我如何解决这个问题

Python==3.7.3

PS:完整的回溯是414行。我不知道我是否应该包括在这里


Tags: installpippyforuse错误setuperror