Synology DS218j にpython3(ver3.5.1)とpip(ver20.1.1)をインストールしました。
numpy をインストールしようとしましたが、エラーが返ってきてインストールできません。
どのような対処をするべきでしょうか?
~$ python3 -m pip install numpy
- エラー内容
Defaulting to user installation because normal site-packages is not writeable
Collecting numpy
Using cached numpy-1.18.4.zip (5.4 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: /usr/local/bin/python3 /volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpzrobsr44
------中略
ERROR: Command errored out with exit status 1: /usr/local/bin/python3 /volume1/@appstore/py3k/usr/local/lib/python3.5/site-packages/pip/_vendor/pep517/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpzrobsr44 Check the logs for full command output.
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/02 14:40
2020/06/02 14:52
2020/06/02 16:00
2024/03/22 08:02