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

Can't install scipy to Raspberry pi 4 (raspbian)

我正在尝试使用 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:完整的traceback是414行。我不知道我是否应该包括在这里。

试试这个:

sudo apt update
sudo apt install -y python3-scipy