繁体   English   中英

由于缺少 pybind11,无法从源代码构建 SciPy

[英]Can't build SciPy from source because pybind11 missing

我已经在我的 Macbook 上通过 ssh 连接到我的 Raspberry Pi 3b+。 我正在尝试在 Python 3.8 上安装 SciPy,但 apt-get 不起作用,通过 pip 安装会冻结我的 Raspberry Pi。 我什至尝试增加交换大小,但它仍然冻结。 结果,我尝试从源代码构建 SciPy 1.6,但是当我运行sudo python3 setup.py buildsudo python3 setup.py install时,它返回Error: 'pybind11' must be installed before running the build.

我已经使用python3 -m pip install pybindpython3 -m pip install "pybind11[global]" 我什至可以在 python shell 中导入 pybind11。 这是我的包裹清单:

Package         Version
--------------- -------
cycler          0.10.0
Cython          0.29.21
future          0.18.2
kiwisolver      1.3.1
matplotlib      3.3.4
numpy           1.20.1
Pillow          8.1.0
pip             21.0.1
pybind11        2.6.2
pybind11-global 2.6.2
pyparsing       2.4.7
pyserial        3.5
python-dateutil 2.8.1
scikit-rf       0.16.0
setuptools      53.0.0
six             1.15.0
smbus2          0.4.1

使用“pip install pybind11”

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM