我无法在树莓派上为 python 下载 scipy

时间:2021-02-22 00:36:16

标签: python scipy pip raspberry-pi

我尝试在 raspberry pi(CM3+) 上下载 scipy for python。

$ python -m pip install scipy --user

但是,我不能,出现以下错误

我该怎么办?

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-mEb21z/scipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n','\n');f.close();exec(compile(code, __file__, 'exec'))" install 
--record /tmp/pip-record-5cX2pH/install-record.txt --single-version-externally-managed --compile --user 
--prefix=" failed with error code 1 in /tmp/pip-install-mEb21z/scipy/

Failed cleaning build dir for scipy

Failed building wheel for scipy

0 个答案:

没有答案