前提・実現したいこと
現在、raspberyy pi3 B+にてUbuntu MATEを使い、Python3の勉強をしています。
Scipyのインストールにて、ご助力を仰がさせてもらいます。
発生している問題・エラーメッセージ
Failed building wheel for scipy
Failed building wheel for scipy
pip3 install scipyのコマンドでエラーが発生し、以上の2行が赤文字で表示されました。
該当のソースコード
Failed building wheel for scipy Running setup.py clean for scipy Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-sxs5zx6a/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: `setup.py clean` is not supported, use one of the following instead: - `git clean -xdf` (cleans all files) - `git clean -Xdf` (cleans all versioned files, doesn't touch files that aren't checked into the git repo) Add `--force` to your command to use it anyway if you must (unsupported). ---------------------------------------- Failed cleaning build dir for scipy Failed to build scipy Installing collected packages: scipy Running setup.py install for scipy ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-sxs5zx6a/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-zpjkhelj-record/install-record.txt --single-version-externally-managed --compile --user --prefix=: Note: if you need reliable uninstall behavior, then install with pip instead of using `setup.py install`: - `pip install .` (from a git repo or downloaded source release) - `pip install scipy` (last SciPy release on PyPI)
試したこと
http://denshi.blog.jp/ubuntu/python_scipy_installのサイトを参考に、apt install python-scipyとコマンドを打ったのですがだめでした。pip3 listでみてもscipyは追加されてません。
補足情報(FW/ツールのバージョンなど)
Python3.6.7
Ubuntu MATE18.04.2 (Bionic)
pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。