Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2018
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. Building wheels for collected packages: regex
  2. Running setup.py bdist_wheel for regex ... error
  3. Complete output from command /home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-bp5i46cm/regex/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-srl5aobr --python-tag cp37:
  4. /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages/setuptools/dist.py:398: UserWarning: Normalizing '2017.04.05' to '2017.4.5'
  5. normalized_version,
  6. running bdist_wheel
  7. running build
  8. running build_py
  9. creating build
  10. creating build/lib.linux-x86_64-3.7
  11. copying Python3/regex.py -> build/lib.linux-x86_64-3.7
  12. copying Python3/_regex_core.py -> build/lib.linux-x86_64-3.7
  13. copying Python3/test_regex.py -> build/lib.linux-x86_64-3.7
  14. running build_ext
  15. building '_regex' extension
  16. creating build/temp.linux-x86_64-3.7
  17. creating build/temp.linux-x86_64-3.7/Python3
  18. gcc -pthread -B /home/marco/anaconda3/envs/fastai_v3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/marco/anaconda3/envs/fastai_v3/include/python3.7m -c Python3/_regex.c -o build/temp.linux-x86_64-3.7/Python3/_regex.o
  19. In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/syslimits.h:7:0,
  20. from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:34,
  21. from /home/marco/anaconda3/envs/fastai_v3/include/python3.7m/Python.h:11,
  22. from Python3/_regex.c:46:
  23. /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:194:15: fatal error: limits.h: Arquivo ou diretório inexistente
  24. #include_next <limits.h> /* recurse down to the real one */
  25. ^~~~~~~~~~
  26. compilation terminated.
  27. error: command 'gcc' failed with exit status 1
  28.  
  29. ----------------------------------------
  30. Failed building wheel for regex
  31. Running setup.py clean for regex
  32. Failed to build regex
  33. twisted 18.7.0 requires PyHamcrest>=1.9.0, which is not installed.
  34. mkl-random 1.0.1 requires cython, which is not installed.
  35. Installing collected packages: fastai, regex
  36. Running setup.py develop for fastai
  37. Found existing installation: regex 2018.7.11
  38. Uninstalling regex-2018.7.11:
  39. Successfully uninstalled regex-2018.7.11
  40. Running setup.py install for regex ... error
  41. Complete output from command /home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-bp5i46cm/regex/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-record-0fh082al/install-record.txt --single-version-externally-managed --compile:
  42. /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages/setuptools/dist.py:398: UserWarning: Normalizing '2017.04.05' to '2017.4.5'
  43. normalized_version,
  44. running install
  45. running build
  46. running build_py
  47. creating build
  48. creating build/lib.linux-x86_64-3.7
  49. copying Python3/regex.py -> build/lib.linux-x86_64-3.7
  50. copying Python3/_regex_core.py -> build/lib.linux-x86_64-3.7
  51. copying Python3/test_regex.py -> build/lib.linux-x86_64-3.7
  52. running build_ext
  53. building '_regex' extension
  54. creating build/temp.linux-x86_64-3.7
  55. creating build/temp.linux-x86_64-3.7/Python3
  56. gcc -pthread -B /home/marco/anaconda3/envs/fastai_v3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/marco/anaconda3/envs/fastai_v3/include/python3.7m -c Python3/_regex.c -o build/temp.linux-x86_64-3.7/Python3/_regex.o
  57. In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/syslimits.h:7:0,
  58. from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:34,
  59. from /home/marco/anaconda3/envs/fastai_v3/include/python3.7m/Python.h:11,
  60. from Python3/_regex.c:46:
  61. /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:194:15: fatal error: limits.h: Arquivo ou diretório inexistente
  62. #include_next <limits.h> /* recurse down to the real one */
  63. ^~~~~~~~~~
  64. compilation terminated.
  65. error: command 'gcc' failed with exit status 1
  66.  
  67. ----------------------------------------
  68. Rolling back uninstall of regex
  69. Command "/home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-bp5i46cm/regex/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-record-0fh082al/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-bp5i46cm/regex/
  70. You are using pip version 10.0.1, however version 18.0 is available.
  71. You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement