Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. (fastai_v3) marco@phenom:~/MachineLearning/fastai-repo$ pip install --upgrade pip
  2. Collecting pip
  3. Using cached https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl
  4. twisted 18.7.0 requires PyHamcrest>=1.9.0, which is not installed.
  5. mkl-random 1.0.1 requires cython, which is not installed.
  6. spacy 2.0.12 has requirement regex==2017.4.5, but you'll have regex 2018.7.11 which is incompatible.
  7. Installing collected packages: pip
  8. Found existing installation: pip 10.0.1
  9. Uninstalling pip-10.0.1:
  10. Successfully uninstalled pip-10.0.1
  11. Successfully installed pip-18.0
  12. (fastai_v3) marco@phenom:~/MachineLearning/fastai-repo$ pip install spacy
  13. Requirement already satisfied: spacy in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (2.0.12)
  14. Requirement already satisfied: numpy>=1.7 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (1.15.2)
  15. Requirement already satisfied: murmurhash<0.29,>=0.28 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (0.28.0)
  16. Requirement already satisfied: cymem<1.32,>=1.30 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (1.31.2)
  17. Requirement already satisfied: preshed<2.0.0,>=1.0.0 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (1.0.1)
  18. Requirement already satisfied: thinc<6.11.0,>=6.10.3 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (6.10.3)
  19. Requirement already satisfied: plac<1.0.0,>=0.9.6 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (0.9.6)
  20. Requirement already satisfied: ujson>=1.35 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (1.35)
  21. Requirement already satisfied: dill<0.3,>=0.2 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (0.2.8.2)
  22. Collecting regex==2017.4.5 (from spacy)
  23. Using cached https://files.pythonhosted.org/packages/36/62/c0c0d762ffd4ffaf39f372eb8561b8d491a11ace5a7884610424a8b40f95/regex-2017.04.05.tar.gz
  24. Requirement already satisfied: requests<3.0.0,>=2.13.0 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from spacy) (2.19.1)
  25. Requirement already satisfied: msgpack<1.0.0,>=0.5.6 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.3->spacy) (0.5.6)
  26. Requirement already satisfied: msgpack-numpy<1.0.0,>=0.4.1 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.3->spacy) (0.4.3.2)
  27. Requirement already satisfied: cytoolz<0.10,>=0.9.0 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.3->spacy) (0.9.0.1)
  28. Requirement already satisfied: wrapt<1.11.0,>=1.10.0 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.3->spacy) (1.10.11)
  29. Requirement already satisfied: tqdm<5.0.0,>=4.10.0 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.3->spacy) (4.26.0)
  30. Requirement already satisfied: six<2.0.0,>=1.10.0 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.3->spacy) (1.11.0)
  31. Requirement already satisfied: idna<2.8,>=2.5 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from requests<3.0.0,>=2.13.0->spacy) (2.7)
  32. Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from requests<3.0.0,>=2.13.0->spacy) (3.0.4)
  33. Requirement already satisfied: certifi>=2017.4.17 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from requests<3.0.0,>=2.13.0->spacy) (2018.8.24)
  34. Requirement already satisfied: urllib3<1.24,>=1.21.1 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from requests<3.0.0,>=2.13.0->spacy) (1.23)
  35. Requirement already satisfied: toolz>=0.8.0 in /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages (from cytoolz<0.10,>=0.9.0->thinc<6.11.0,>=6.10.3->spacy) (0.9.0)
  36. Building wheels for collected packages: regex
  37. Running setup.py bdist_wheel for regex ... error
  38. Complete output from command /home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-na0_mg2e/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-f9benea7 --python-tag cp37:
  39. /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages/setuptools/dist.py:398: UserWarning: Normalizing '2017.04.05' to '2017.4.5'
  40. normalized_version,
  41. running bdist_wheel
  42. running build
  43. running build_py
  44. creating build
  45. creating build/lib.linux-x86_64-3.7
  46. copying Python3/regex.py -> build/lib.linux-x86_64-3.7
  47. copying Python3/_regex_core.py -> build/lib.linux-x86_64-3.7
  48. copying Python3/test_regex.py -> build/lib.linux-x86_64-3.7
  49. running build_ext
  50. building '_regex' extension
  51. creating build/temp.linux-x86_64-3.7
  52. creating build/temp.linux-x86_64-3.7/Python3
  53. 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
  54. In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/syslimits.h:7:0,
  55. from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:34,
  56. from /home/marco/anaconda3/envs/fastai_v3/include/python3.7m/Python.h:11,
  57. from Python3/_regex.c:46:
  58. /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:194:15: fatal error: limits.h: Arquivo ou diretório inexistente
  59. #include_next <limits.h> /* recurse down to the real one */
  60. ^~~~~~~~~~
  61. compilation terminated.
  62. error: command 'gcc' failed with exit status 1
  63.  
  64. ----------------------------------------
  65. Failed building wheel for regex
  66. Running setup.py clean for regex
  67. Failed to build regex
  68. Installing collected packages: regex
  69. Found existing installation: regex 2018.7.11
  70. Uninstalling regex-2018.7.11:
  71. Successfully uninstalled regex-2018.7.11
  72. Running setup.py install for regex ... error
  73. Complete output from command /home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-na0_mg2e/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-5d2aikhx/install-record.txt --single-version-externally-managed --compile:
  74. /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages/setuptools/dist.py:398: UserWarning: Normalizing '2017.04.05' to '2017.4.5'
  75. normalized_version,
  76. running install
  77. running build
  78. running build_py
  79. creating build
  80. creating build/lib.linux-x86_64-3.7
  81. copying Python3/regex.py -> build/lib.linux-x86_64-3.7
  82. copying Python3/_regex_core.py -> build/lib.linux-x86_64-3.7
  83. copying Python3/test_regex.py -> build/lib.linux-x86_64-3.7
  84. running build_ext
  85. building '_regex' extension
  86. creating build/temp.linux-x86_64-3.7
  87. creating build/temp.linux-x86_64-3.7/Python3
  88. 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
  89. In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/syslimits.h:7:0,
  90. from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:34,
  91. from /home/marco/anaconda3/envs/fastai_v3/include/python3.7m/Python.h:11,
  92. from Python3/_regex.c:46:
  93. /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:194:15: fatal error: limits.h: Arquivo ou diretório inexistente
  94. #include_next <limits.h> /* recurse down to the real one */
  95. ^~~~~~~~~~
  96. compilation terminated.
  97. error: command 'gcc' failed with exit status 1
  98.  
  99. ----------------------------------------
  100. Rolling back uninstall of regex
  101. Command "/home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-na0_mg2e/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-5d2aikhx/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-na0_mg2e/regex/
  102. (fastai_v3) marco@phenom:~/MachineLearning/fastai-repo$ pip install regex==2017.4.5
  103. Collecting regex==2017.4.5
  104. Using cached https://files.pythonhosted.org/packages/36/62/c0c0d762ffd4ffaf39f372eb8561b8d491a11ace5a7884610424a8b40f95/regex-2017.04.05.tar.gz
  105. Building wheels for collected packages: regex
  106. Running setup.py bdist_wheel for regex ... error
  107. Complete output from command /home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-rtmouhn4/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-fwx0w8gr --python-tag cp37:
  108. /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages/setuptools/dist.py:398: UserWarning: Normalizing '2017.04.05' to '2017.4.5'
  109. normalized_version,
  110. running bdist_wheel
  111. running build
  112. running build_py
  113. creating build
  114. creating build/lib.linux-x86_64-3.7
  115. copying Python3/regex.py -> build/lib.linux-x86_64-3.7
  116. copying Python3/_regex_core.py -> build/lib.linux-x86_64-3.7
  117. copying Python3/test_regex.py -> build/lib.linux-x86_64-3.7
  118. running build_ext
  119. building '_regex' extension
  120. creating build/temp.linux-x86_64-3.7
  121. creating build/temp.linux-x86_64-3.7/Python3
  122. 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
  123. In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/syslimits.h:7:0,
  124. from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:34,
  125. from /home/marco/anaconda3/envs/fastai_v3/include/python3.7m/Python.h:11,
  126. from Python3/_regex.c:46:
  127. /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:194:15: fatal error: limits.h: Arquivo ou diretório inexistente
  128. #include_next <limits.h> /* recurse down to the real one */
  129. ^~~~~~~~~~
  130. compilation terminated.
  131. error: command 'gcc' failed with exit status 1
  132.  
  133. ----------------------------------------
  134. Failed building wheel for regex
  135. Running setup.py clean for regex
  136. Failed to build regex
  137. Installing collected packages: regex
  138. Found existing installation: regex 2018.7.11
  139. Uninstalling regex-2018.7.11:
  140. Successfully uninstalled regex-2018.7.11
  141. Running setup.py install for regex ... error
  142. Complete output from command /home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-rtmouhn4/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-8956u2uv/install-record.txt --single-version-externally-managed --compile:
  143. /home/marco/anaconda3/envs/fastai_v3/lib/python3.7/site-packages/setuptools/dist.py:398: UserWarning: Normalizing '2017.04.05' to '2017.4.5'
  144. normalized_version,
  145. running install
  146. running build
  147. running build_py
  148. creating build
  149. creating build/lib.linux-x86_64-3.7
  150. copying Python3/regex.py -> build/lib.linux-x86_64-3.7
  151. copying Python3/_regex_core.py -> build/lib.linux-x86_64-3.7
  152. copying Python3/test_regex.py -> build/lib.linux-x86_64-3.7
  153. running build_ext
  154. building '_regex' extension
  155. creating build/temp.linux-x86_64-3.7
  156. creating build/temp.linux-x86_64-3.7/Python3
  157. 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
  158. In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/syslimits.h:7:0,
  159. from /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:34,
  160. from /home/marco/anaconda3/envs/fastai_v3/include/python3.7m/Python.h:11,
  161. from Python3/_regex.c:46:
  162. /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:194:15: fatal error: limits.h: Arquivo ou diretório inexistente
  163. #include_next <limits.h> /* recurse down to the real one */
  164. ^~~~~~~~~~
  165. compilation terminated.
  166. error: command 'gcc' failed with exit status 1
  167.  
  168. ----------------------------------------
  169. Rolling back uninstall of regex
  170. Command "/home/marco/anaconda3/envs/fastai_v3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-rtmouhn4/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-8956u2uv/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-rtmouhn4/regex/
  171. (fastai_v3) marco@phenom:~/MachineLearning/fastai-repo$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement