前提・実現したいこと
Raspberry Pi4 modelB上で、下記のURLを参考にPythonの環境構築をしています。
https://qiita.com/rhene/items/71b92c253d5ac2a4cc52
しかし、scipyのインストール段階で下記のエラーが発生します。
長いエラー文につき中略があり恐縮ですが、対処法をご教授いただけないでしょうか。
尚、過去の類似の投稿では「Pythonのverを3.8から3.7に変更する」「gccを入れる」といった解決策がありましたが、Pythonは既に3.7で、gccも入っています。
エラーメッセージ
pi@raspberrypi:~ $ sudo pip3 install scipy Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting scipy Using cached scipy-1.4.1.tar.gz (24.6 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done Building wheels for collected packages: scipy Building wheel for scipy (PEP 517) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpvybbplrb cwd: /tmp/pip-install-3acayg3b/scipy Complete output (824 lines): lapack_opt_info: lapack_mkl_info: customize UnixCCompiler libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/arm-linux-gnueabihf'] NOT AVAILABLE (中略) ---------------------------------------- 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
環境情報
OS : Raspbian 10.2
Python : 3.7.3
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。