Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnBat26/5063aabf52439b429946d148e4801ef1 to your computer and use it in GitHub Desktop.
Save JohnBat26/5063aabf52439b429946d148e4801ef1 to your computer and use it in GitHub Desktop.
make python-scipy
WARNING: no hash file for numpy-1.16.4.tar.gz
>>> host-python-numpyf 1.16.4 Extracting
gzip -d -c /home/johnbat26/.nerves/dl/python-numpyf/numpy-1.16.4.tar.gz | /home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/bin/tar --strip-components=1 -C /home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/build/host-python-numpyf-1.16.4 --no-same-owner -xf -
>>> host-python-numpyf 1.16.4 Patching
>>> host-python-numpyf 1.16.4 Configuring
>>> host-python-numpyf 1.16.4 Building
.....
Copying numpy.egg-info to /home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/lib/python3.7/site-packages/numpy-1.16.4-py3.7.egg-info
running install_scripts
Installing f2py script to /home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/bin
Installing f2py3 script to /home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/bin
Installing f2py3.7 script to /home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/bin
>>> python-scipy 1.3.0 Building
(cd /home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/build/python-scipy-1.3.0//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_arm-linux-gnueabihf" PATH="/home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/bin:/home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/sbin:/home/johnbat26/.asdf/shims:/home/johnbat26/.asdf/bin:/home/johnbat26/.cargo/bin:/home/johnbat26/.rvm/gems/ruby-2.3.4/bin:/home/johnbat26/.rvm/gems/ruby-2.3.4@global/bin:/home/johnbat26/.rvm/rubies/ruby-2.3.4/bin:/home/johnbat26/develop/go/bin:/home/johnbat26/go/bin:/home/johnbat26/develop/sonar-scanner/bin/:/home/johnbat26/.asdf/installs/erlang/21.3.8.1/erts-10.3.5.1/bin:/home/johnbat26/.asdf/installs/erlang/21.3.8.1/bin:/home/johnbat26/.asdf/plugins/elixir/shims:/home/johnbat26/.asdf/installs/elixir/ref-v1.8.2/bin:/home/johnbat26/.asdf/installs/elixir/ref-v1.8.2/.mix/escripts:/home/johnbat26/.cargo/bin:/home/johnbat26/.rvm/gems/ruby-2.3.4/bin:/home/johnbat26/.rvm/gems/ruby-2.3.4@global/bin:/home/johnbat26/.rvm/rubies/ruby-2.3.4/bin:/home/johnbat26/anaconda3/bin:/home/johnbat26/anaconda3/condabin:/home/johnbat26/develop/go/bin:/home/johnbat26/go/bin:/home/johnbat26/develop/sonar-scanner/bin/:/home/johnbat26/.cargo/bin:/home/johnbat26/.rvm/gems/ruby-2.3.4/bin:/home/johnbat26/.rvm/gems/ruby-2.3.4@global/bin:/home/johnbat26/.rvm/rubies/ruby-2.3.4/bin:/usr/lib/llvm/7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/opt/android-sdk-update-manager/tools:/opt/android-sdk-update-manager/platform-tools:/usr/games/bin:/home/johnbat26/.rvm/bin:/home/johnbat26/develop/go/bin:/home/johnbat26/go/bin:/home/johnbat26/.cargo/bin:/home/johnbat26/.rvm/bin:/home/johnbat26/develop/go/bin:/home/johnbat26/go/bin:/home/johnbat26/.cargo/bin:/home/johnbat26/.rvm/bin" PYTHONPATH="/home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _python_sysroot=/home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/arm-buildroot-linux-gnueabihf/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/bin/python setup.py build )
setup.py:111: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
Traceback (most recent call last):
File "/home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/lib/python3.7/site-packages/numpy/core/__init__.py", line 40, in <module>
from . import multiarray
ImportError: libgfortran.so.4: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "setup.py", line 505, in <module>
setup_package()
File "setup.py", line 481, in setup_package
from numpy.distutils.core import setup
File "/home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/lib/python3.7/site-packages/numpy/__init__.py", line 142, in <module>
from . import core
File "/home/johnbat26/kingston/projects/IoT/custom_rpi3/.nerves/artifacts/custom_rpi3-portable-1.7.2/host/lib/python3.7/site-packages/numpy/core/__init__.py", line 71, in <module>
raise ImportError(msg)
ImportError:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment