Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.88 KB | None | 0 0
  1. (base) user@s20:~/src/DeepTam$ pip install --global-option=build_ext --global-option="-I$(pwd)/Eigen/" minieigen
  2. /home/user/anaconda3/lib/python3.7/site-packages/pip/_internal/commands/install.py:243: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options.
  3.   cmdoptions.check_install_build_global(options)
  4. Collecting minieigen
  5.   Using cached https://files.pythonhosted.org/packages/3b/3b/04201858d7f0dc8dffad00b48207edffbf2ae63196f4b7b8f67b2a00578d/minieigen-0.5.4.tar.gz
  6.  
  7. Skipping bdist_wheel for minieigen, due to binaries being disabled for it.
  8. Installing collected packages: minieigen
  9.   Running setup.py install for minieigen ... error
  10.     ERROR: Command errored out with exit status 1:
  11.      command: /home/user/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-1qsydhj3/minieigen/setup.py'"'"'; __file__='"'"'/tmp/pip-install-1qsydhj3/minieigen/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' build_ext -I/home/user/src/DeepTam/Eigen/ install --record /tmp/pip-record-3bzk8hwd/install-record.txt --single-version-externally-managed --compile
  12.          cwd: /tmp/pip-install-1qsydhj3/minieigen/
  13.     Complete output (12 lines):
  14.     running build_ext
  15.     building 'minieigen' extension
  16.     creating build
  17.     creating build/temp.linux-x86_64-3.7
  18.     creating build/temp.linux-x86_64-3.7/src
  19.     creating build/temp.linux-x86_64-3.7/src/double-conversion
  20.     gcc -pthread -B /home/user/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DEIGEN_DONT_ALIGN -Isrc -I/usr/include/eigen3 -I/usr/local/include/eigen3 -Iminieigen -I/home/user/src/DeepTam/Eigen/ -I/home/user/anaconda3/include/python3.7m -c src/minieigen.cpp -o build/temp.linux-x86_64-3.7/src/minieigen.o
  21.     cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  22.     In file included from src/minieigen.cpp:14:0:
  23.     src/common.hpp:68:27: fatal error: boost/python.hpp: No such file or directory
  24.     compilation terminated.
  25.     error: command 'gcc' failed with exit status 1
  26.     ----------------------------------------
  27. ERROR: Command errored out with exit status 1: /home/user/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-1qsydhj3/minieigen/setup.py'"'"'; __file__='"'"'/tmp/pip-install-1qsydhj3/minieigen/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' build_ext -I/home/user/src/DeepTam/Eigen/ install --record /tmp/pip-record-3bzk8hwd/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement