Created
February 11, 2020 16:33
-
-
Save rhyolight/d4258952a0114de3be66b87411abdc96 to your computer and use it in GitHub Desktop.
docker error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
∙ docker build --no-cache --rm -f "Dockerfile" -t nab:latest "." | |
Sending build context to Docker daemon 298.8MB | |
Step 1/9 : FROM ubuntu:18.04 as base | |
---> ccc6e87d482b | |
Step 2/9 : FROM python:3.6.10-alpine3.11 | |
---> 781b53c4648c | |
Step 3/9 : COPY --from=base . . | |
---> 38c34cef2881 | |
Step 4/9 : RUN apt update && apt install -y gcc | |
---> Running in 627c731ef6f0 | |
WARNING: apt does not have a stable CLI interface. Use with caution in scripts. | |
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] | |
Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [817 kB] | |
Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [814 kB] | |
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] | |
Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [7061 B] | |
Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [27.2 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] | |
Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] | |
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [40.9 kB] | |
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [11.1 kB] | |
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1101 kB] | |
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1343 kB] | |
Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [2496 B] | |
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [4252 B] | |
Fetched 17.5 MB in 6s (3183 kB/s) | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
18 packages can be upgraded. Run 'apt list --upgradable' to see them. | |
WARNING: apt does not have a stable CLI interface. Use with caution in scripts. | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following additional packages will be installed: | |
binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-7 gcc-7 | |
gcc-7-base libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 | |
libcilkrts5 libgcc-7-dev libgomp1 libisl19 libitm1 liblsan0 libmpc3 libmpfr6 | |
libmpx2 libquadmath0 libtsan0 libubsan0 linux-libc-dev manpages manpages-dev | |
Suggested packages: | |
binutils-doc cpp-doc gcc-7-locales gcc-multilib make autoconf automake | |
libtool flex bison gdb gcc-doc gcc-7-multilib gcc-7-doc libgcc1-dbg | |
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg | |
libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg | |
glibc-doc man-browser | |
The following NEW packages will be installed: | |
binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-7 gcc gcc-7 | |
gcc-7-base libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 | |
libcilkrts5 libgcc-7-dev libgomp1 libisl19 libitm1 liblsan0 libmpc3 libmpfr6 | |
libmpx2 libquadmath0 libtsan0 libubsan0 linux-libc-dev manpages manpages-dev | |
0 upgraded, 29 newly installed, 0 to remove and 18 not upgraded. | |
Need to get 28.4 MB of archives. | |
After this operation, 118 MB of additional disk space will be used. | |
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.2 [193 kB] | |
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.2 [503 kB] | |
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.2 [1856 kB] | |
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.2 [3396 B] | |
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.4.0-1ubuntu1~18.04.1 [18.9 kB] | |
Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.4.0-1ubuntu1~18.04.1 [6742 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] | |
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.3.0-6ubuntu1~18.04.1 [47.4 kB] | |
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.3.0-6ubuntu1~18.04.1 [76.4 kB] | |
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.3.0-6ubuntu1~18.04.1 [28.0 kB] | |
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.3.0-6ubuntu1~18.04.1 [9184 B] | |
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.4.0-1ubuntu1~18.04.1 [359 kB] | |
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.3.0-6ubuntu1~18.04.1 [133 kB] | |
Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.3.0-6ubuntu1~18.04.1 [288 kB] | |
Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.4.0-1ubuntu1~18.04.1 [126 kB] | |
Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.4.0-1ubuntu1~18.04.1 [42.5 kB] | |
Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.3.0-6ubuntu1~18.04.1 [11.6 kB] | |
Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.3.0-6ubuntu1~18.04.1 [133 kB] | |
Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.4.0-1ubuntu1~18.04.1 [2381 kB] | |
Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.4.0-1ubuntu1~18.04.1 [7463 kB] | |
Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] | |
Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB] | |
Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-76.86 [999 kB] | |
Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB] | |
Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] | |
debconf: delaying package configuration, since apt-utils is not installed | |
Fetched 28.4 MB in 6s (4416 kB/s) | |
Selecting previously unselected package manpages. | |
(Reading database ... 4046 files and directories currently installed.) | |
Preparing to unpack .../00-manpages_4.15-1_all.deb ... | |
Unpacking manpages (4.15-1) ... | |
Selecting previously unselected package binutils-common:amd64. | |
Preparing to unpack .../01-binutils-common_2.30-21ubuntu1~18.04.2_amd64.deb ... | |
Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.2) ... | |
Selecting previously unselected package libbinutils:amd64. | |
Preparing to unpack .../02-libbinutils_2.30-21ubuntu1~18.04.2_amd64.deb ... | |
Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.2) ... | |
Selecting previously unselected package binutils-x86-64-linux-gnu. | |
Preparing to unpack .../03-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.2_amd64.deb ... | |
Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.2) ... | |
Selecting previously unselected package binutils. | |
Preparing to unpack .../04-binutils_2.30-21ubuntu1~18.04.2_amd64.deb ... | |
Unpacking binutils (2.30-21ubuntu1~18.04.2) ... | |
Selecting previously unselected package gcc-7-base:amd64. | |
Preparing to unpack .../05-gcc-7-base_7.4.0-1ubuntu1~18.04.1_amd64.deb ... | |
Unpacking gcc-7-base:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Selecting previously unselected package libisl19:amd64. | |
Preparing to unpack .../06-libisl19_0.19-1_amd64.deb ... | |
Unpacking libisl19:amd64 (0.19-1) ... | |
Selecting previously unselected package libmpfr6:amd64. | |
Preparing to unpack .../07-libmpfr6_4.0.1-1_amd64.deb ... | |
Unpacking libmpfr6:amd64 (4.0.1-1) ... | |
Selecting previously unselected package libmpc3:amd64. | |
Preparing to unpack .../08-libmpc3_1.1.0-1_amd64.deb ... | |
Unpacking libmpc3:amd64 (1.1.0-1) ... | |
Selecting previously unselected package cpp-7. | |
Preparing to unpack .../09-cpp-7_7.4.0-1ubuntu1~18.04.1_amd64.deb ... | |
Unpacking cpp-7 (7.4.0-1ubuntu1~18.04.1) ... | |
Selecting previously unselected package cpp. | |
Preparing to unpack .../10-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... | |
Unpacking cpp (4:7.4.0-1ubuntu2.3) ... | |
Selecting previously unselected package libcc1-0:amd64. | |
Preparing to unpack .../11-libcc1-0_8.3.0-6ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libcc1-0:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Selecting previously unselected package libgomp1:amd64. | |
Preparing to unpack .../12-libgomp1_8.3.0-6ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libgomp1:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Selecting previously unselected package libitm1:amd64. | |
Preparing to unpack .../13-libitm1_8.3.0-6ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libitm1:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Selecting previously unselected package libatomic1:amd64. | |
Preparing to unpack .../14-libatomic1_8.3.0-6ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libatomic1:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Selecting previously unselected package libasan4:amd64. | |
Preparing to unpack .../15-libasan4_7.4.0-1ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libasan4:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Selecting previously unselected package liblsan0:amd64. | |
Preparing to unpack .../16-liblsan0_8.3.0-6ubuntu1~18.04.1_amd64.deb ... | |
Unpacking liblsan0:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Selecting previously unselected package libtsan0:amd64. | |
Preparing to unpack .../17-libtsan0_8.3.0-6ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libtsan0:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Selecting previously unselected package libubsan0:amd64. | |
Preparing to unpack .../18-libubsan0_7.4.0-1ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libubsan0:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Selecting previously unselected package libcilkrts5:amd64. | |
Preparing to unpack .../19-libcilkrts5_7.4.0-1ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libcilkrts5:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Selecting previously unselected package libmpx2:amd64. | |
Preparing to unpack .../20-libmpx2_8.3.0-6ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libmpx2:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Selecting previously unselected package libquadmath0:amd64. | |
Preparing to unpack .../21-libquadmath0_8.3.0-6ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libquadmath0:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Selecting previously unselected package libgcc-7-dev:amd64. | |
Preparing to unpack .../22-libgcc-7-dev_7.4.0-1ubuntu1~18.04.1_amd64.deb ... | |
Unpacking libgcc-7-dev:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Selecting previously unselected package gcc-7. | |
Preparing to unpack .../23-gcc-7_7.4.0-1ubuntu1~18.04.1_amd64.deb ... | |
Unpacking gcc-7 (7.4.0-1ubuntu1~18.04.1) ... | |
Selecting previously unselected package gcc. | |
Preparing to unpack .../24-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... | |
Unpacking gcc (4:7.4.0-1ubuntu2.3) ... | |
Selecting previously unselected package libc-dev-bin. | |
Preparing to unpack .../25-libc-dev-bin_2.27-3ubuntu1_amd64.deb ... | |
Unpacking libc-dev-bin (2.27-3ubuntu1) ... | |
Selecting previously unselected package linux-libc-dev:amd64. | |
Preparing to unpack .../26-linux-libc-dev_4.15.0-76.86_amd64.deb ... | |
Unpacking linux-libc-dev:amd64 (4.15.0-76.86) ... | |
Selecting previously unselected package libc6-dev:amd64. | |
Preparing to unpack .../27-libc6-dev_2.27-3ubuntu1_amd64.deb ... | |
Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ... | |
Selecting previously unselected package manpages-dev. | |
Preparing to unpack .../28-manpages-dev_4.15-1_all.deb ... | |
Unpacking manpages-dev (4.15-1) ... | |
Setting up libquadmath0:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Setting up libgomp1:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Setting up libatomic1:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Setting up manpages (4.15-1) ... | |
Setting up libcc1-0:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Setting up libtsan0:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Setting up linux-libc-dev:amd64 (4.15.0-76.86) ... | |
Setting up libmpfr6:amd64 (4.0.1-1) ... | |
Setting up liblsan0:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Setting up gcc-7-base:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.2) ... | |
Setting up libmpx2:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Setting up libmpc3:amd64 (1.1.0-1) ... | |
Setting up libc-dev-bin (2.27-3ubuntu1) ... | |
Setting up manpages-dev (4.15-1) ... | |
Setting up libc6-dev:amd64 (2.27-3ubuntu1) ... | |
Setting up libitm1:amd64 (8.3.0-6ubuntu1~18.04.1) ... | |
Setting up libisl19:amd64 (0.19-1) ... | |
Setting up libasan4:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.2) ... | |
Setting up libcilkrts5:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Setting up libubsan0:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Setting up libgcc-7-dev:amd64 (7.4.0-1ubuntu1~18.04.1) ... | |
Setting up cpp-7 (7.4.0-1ubuntu1~18.04.1) ... | |
Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.2) ... | |
Setting up cpp (4:7.4.0-1ubuntu2.3) ... | |
Setting up binutils (2.30-21ubuntu1~18.04.2) ... | |
Setting up gcc-7 (7.4.0-1ubuntu1~18.04.1) ... | |
Setting up gcc (4:7.4.0-1ubuntu2.3) ... | |
Processing triggers for libc-bin (2.27-3ubuntu1) ... | |
Removing intermediate container 627c731ef6f0 | |
---> e491ea83d34a | |
Step 5/9 : COPY . /nab | |
---> a672959175ef | |
Step 6/9 : WORKDIR /nab | |
---> Running in 915ed799ce23 | |
Removing intermediate container 915ed799ce23 | |
---> c64eede8e63e | |
Step 7/9 : RUN pip install numpy | |
---> Running in 285d6ca4251a | |
Collecting numpy | |
Downloading numpy-1.18.1.zip (5.4 MB) | |
Installing build dependencies: started | |
Installing build dependencies: finished with status 'done' | |
Getting requirements to build wheel: started | |
Getting requirements to build wheel: finished with status 'done' | |
Preparing wheel metadata: started | |
Preparing wheel metadata: finished with status 'done' | |
Building wheels for collected packages: numpy | |
Building wheel for numpy (PEP 517): started | |
Building wheel for numpy (PEP 517): still running... | |
Building wheel for numpy (PEP 517): finished with status 'done' | |
Created wheel for numpy: filename=numpy-1.18.1-cp36-cp36m-linux_x86_64.whl size=14812055 sha256=052d5d81b18a9f7494e2eca68f1aada4da43e6924ead4fc462382485781fe529 | |
Stored in directory: /root/.cache/pip/wheels/92/18/20/83339b2576b5911519a6b616d8b4a6df8b14358ba5cd612a0b | |
Successfully built numpy | |
Installing collected packages: numpy | |
Successfully installed numpy-1.18.1 | |
Removing intermediate container 285d6ca4251a | |
---> a691ce767148 | |
Step 8/9 : RUN pip install cython | |
---> Running in c585809fca24 | |
Processing /root/.cache/pip/wheels/7e/b2/fb/0754cded60800a012a0a67dcf820bc70355a1017f762341a13/Cython-0.29.15-cp36-cp36m-linux_x86_64.whl | |
Installing collected packages: cython | |
Successfully installed cython-0.29.15 | |
Removing intermediate container c585809fca24 | |
---> cc4d75106c71 | |
Step 9/9 : RUN pip install pandas | |
---> Running in a68399dd17bd | |
Collecting pandas | |
Downloading pandas-1.0.1.tar.gz (4.9 MB) | |
Installing build dependencies: started | |
Installing build dependencies: still running... | |
Installing build dependencies: still running... | |
Installing build dependencies: finished with status 'done' | |
Getting requirements to build wheel: started | |
Getting requirements to build wheel: finished with status 'error' | |
ERROR: Command errored out with exit status 1: | |
command: /usr/local/bin/python /usr/local/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmphqyux1dy | |
cwd: /tmp/pip-install-daxhpdjw/pandas | |
Complete output (55 lines): | |
Traceback (most recent call last): | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/pkg_resources/__init__.py", line 360, in get_provider | |
module = sys.modules[moduleOrReq] | |
KeyError: 'numpy' | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/numpy/core/__init__.py", line 16, in <module> | |
from . import multiarray | |
ImportError: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/numpy/core/multiarray.cpython-36m-x86_64-linux-gnu.so) | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py", line 257, in <module> | |
main() | |
File "/usr/local/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py", line 240, in main | |
json_out['return_val'] = hook(**hook_input['kwargs']) | |
File "/usr/local/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py", line 91, in get_requires_for_build_wheel | |
return hook(config_settings) | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/setuptools/build_meta.py", line 148, in get_requires_for_build_wheel | |
config_settings, requirements=['wheel']) | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/setuptools/build_meta.py", line 128, in _get_build_requires | |
self.run_setup() | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/setuptools/build_meta.py", line 250, in run_setup | |
self).run_setup(setup_script=setup_script) | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/setuptools/build_meta.py", line 143, in run_setup | |
exec(compile(code, __file__, 'exec'), locals()) | |
File "setup.py", line 757, in <module> | |
ext_modules=maybe_cythonize(extensions, compiler_directives=directives), | |
File "setup.py", line 517, in maybe_cythonize | |
numpy_incl = pkg_resources.resource_filename("numpy", "core/include") | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1145, in resource_filename | |
return get_provider(package_or_requirement).get_resource_filename( | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/pkg_resources/__init__.py", line 362, in get_provider | |
__import__(moduleOrReq) | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/numpy/__init__.py", line 142, in <module> | |
from . import add_newdocs | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/numpy/add_newdocs.py", line 13, in <module> | |
from numpy.lib import add_newdoc | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/numpy/lib/__init__.py", line 8, in <module> | |
from .type_check import * | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/numpy/lib/type_check.py", line 11, in <module> | |
import numpy.core.numeric as _nx | |
File "/tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/numpy/core/__init__.py", line 26, in <module> | |
raise ImportError(msg) | |
ImportError: | |
Importing the multiarray numpy extension module failed. Most | |
likely you are trying to import a failed build of numpy. | |
If you're working with a numpy git repo, try `git clean -xdf` (removes all | |
files not under version control). Otherwise reinstall numpy. | |
Original error was: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /tmp/pip-build-env-km0xgh9i/overlay/lib/python3.6/site-packages/numpy/core/multiarray.cpython-36m-x86_64-linux-gnu.so) | |
---------------------------------------- | |
ERROR: Command errored out with exit status 1: /usr/local/bin/python /usr/local/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmphqyux1dy Check the logs for full command output. | |
The command '/bin/sh -c pip install pandas' returned a non-zero code: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment