Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.29 KB | None | 0 0
  1. ip3 install spacy
  2.  
  3. Collecting spacy
  4. Requirement already satisfied: regex==2017.4.5 in /usr/local/lib/python3.7/site-packages (from spacy) (2017.4.5)
  5. Collecting thinc<6.11.0,>=6.10.1 (from spacy)
  6. Requirement already satisfied: plac<1.0.0,>=0.9.6 in /usr/local/lib/python3.7/site-packages (from spacy) (0.9.6)
  7. Requirement already satisfied: numpy>=1.7 in /usr/local/lib/python3.7/site-packages (from spacy) (1.14.5)
  8. Requirement already satisfied: murmurhash<0.29,>=0.28 in /usr/local/lib/python3.7/site-packages (from spacy) (0.28.0)
  9. Requirement already satisfied: cymem<1.32,>=1.30 in /usr/local/lib/python3.7/site-packages (from spacy) (1.31.2)
  10. Requirement already satisfied: pathlib in /usr/local/lib/python3.7/site-packages (from spacy) (1.0.1)
  11. Collecting preshed<2.0.0,>=1.0.0 (from spacy)
  12. Using cached https://files.pythonhosted.org/packages/1b/ac/7c17b1fd54b60972785b646d37da2826311cca70842c011c4ff84fbe95e0/preshed-1.0.0.tar.gz
  13. Requirement already satisfied: ujson>=1.35 in /usr/local/lib/python3.7/site-packages (from spacy) (1.35)
  14. Requirement already satisfied: dill<0.3,>=0.2 in /usr/local/lib/python3.7/site-packages (from spacy) (0.2.8.2)
  15. Requirement already satisfied: wrapt in /usr/local/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.1->spacy) (1.10.11)
  16. Requirement already satisfied: six<2.0.0,>=1.10.0 in /usr/local/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.1->spacy) (1.11.0)
  17. Requirement already satisfied: msgpack-python in /usr/local/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.1->spacy) (0.5.6)
  18. Requirement already satisfied: msgpack-numpy==0.4.1 in /usr/local/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.1->spacy) (0.4.1)
  19. Collecting cytoolz<0.9,>=0.8 (from thinc<6.11.0,>=6.10.1->spacy)
  20. Using cached https://files.pythonhosted.org/packages/0f/e6/ccc124714dcc1bd511e64ddafb4d5d20ada2533b92e3173a4cf09e0d0831/cytoolz-0.8.2.tar.gz
  21. Requirement already satisfied: termcolor in /usr/local/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.1->spacy) (1.1.0)
  22. Requirement already satisfied: tqdm<5.0.0,>=4.10.0 in /usr/local/lib/python3.7/site-packages (from thinc<6.11.0,>=6.10.1->spacy) (4.23.4)
  23. Collecting toolz>=0.8.0 (from cytoolz<0.9,>=0.8->thinc<6.11.0,>=6.10.1->spacy)
  24. Building wheels for collected packages: preshed, cytoolz
  25. Running setup.py bdist_wheel for preshed ... error
  26. Complete output from command /usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-install-ezgkzv6n/preshed/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 /private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-wheel-5eph7qxt --python-tag cp37:
  27. running bdist_wheel
  28. running build
  29. running build_py
  30. creating build
  31. creating build/lib.macosx-10.12-x86_64-3.7
  32. creating build/lib.macosx-10.12-x86_64-3.7/preshed
  33. copying preshed/__init__.py -> build/lib.macosx-10.12-x86_64-3.7/preshed
  34. copying preshed/about.py -> build/lib.macosx-10.12-x86_64-3.7/preshed
  35. creating build/lib.macosx-10.12-x86_64-3.7/preshed/tests
  36. copying preshed/tests/__init__.py -> build/lib.macosx-10.12-x86_64-3.7/preshed/tests
  37. copying preshed/tests/test_counter.py -> build/lib.macosx-10.12-x86_64-3.7/preshed/tests
  38. copying preshed/tests/test_hashing.py -> build/lib.macosx-10.12-x86_64-3.7/preshed/tests
  39. copying preshed/tests/test_pop.py -> build/lib.macosx-10.12-x86_64-3.7/preshed/tests
  40. copying preshed/counter.pyx -> build/lib.macosx-10.12-x86_64-3.7/preshed
  41. copying preshed/maps.pyx -> build/lib.macosx-10.12-x86_64-3.7/preshed
  42. copying preshed/__init__.pxd -> build/lib.macosx-10.12-x86_64-3.7/preshed
  43. copying preshed/counter.pxd -> build/lib.macosx-10.12-x86_64-3.7/preshed
  44. copying preshed/maps.pxd -> build/lib.macosx-10.12-x86_64-3.7/preshed
  45. running build_ext
  46. building 'preshed.maps' extension
  47. creating build/temp.macosx-10.12-x86_64-3.7
  48. creating build/temp.macosx-10.12-x86_64-3.7/preshed
  49. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-install-ezgkzv6n/preshed/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c preshed/maps.cpp -o build/temp.macosx-10.12-x86_64-3.7/preshed/maps.o -O3 -Wno-strict-prototypes -Wno-unused-function
  50. preshed/maps.cpp:1128:35: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  51. __pyx_t_1 = ((__pyx_v_power < __pyx_v_initial_size) != 0);
  52. ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
  53. preshed/maps.cpp:1564:138: warning: code will never be executed [-Wunreachable-code]
  54. __pyx_t_1 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_1); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  55. ^~~~~~~
  56. preshed/maps.cpp:1556:137: warning: code will never be executed [-Wunreachable-code]
  57. __pyx_t_1 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_1); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  58. ^~~~~~~
  59. preshed/maps.cpp:1835:138: warning: code will never be executed [-Wunreachable-code]
  60. __pyx_t_1 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_1); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 52; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  61. ^~~~~~~
  62. preshed/maps.cpp:1827:137: warning: code will never be executed [-Wunreachable-code]
  63. __pyx_t_1 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_1); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 52; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  64. ^~~~~~~
  65. preshed/maps.cpp:2610:138: warning: code will never be executed [-Wunreachable-code]
  66. __pyx_t_1 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_1); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 78; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  67. ^~~~~~~
  68. preshed/maps.cpp:2602:137: warning: code will never be executed [-Wunreachable-code]
  69. __pyx_t_1 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_1); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 78; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  70. ^~~~~~~
  71. preshed/maps.cpp:3614:34: warning: comparison of integers of different signs: 'int' and 'const __pyx_t_7preshed_4maps_key_t' (aka 'const unsigned long long') [-Wsign-compare]
  72. __pyx_t_1 = (((__pyx_v_i[0]) < __pyx_v_map_->length) != 0);
  73. ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
  74. preshed/maps.cpp:3701:32: warning: comparison of integers of different signs: 'int' and 'const __pyx_t_7preshed_4maps_key_t' (aka 'const unsigned long long') [-Wsign-compare]
  75. __pyx_t_1 = (((__pyx_v_i[0]) == __pyx_v_map_->length) != 0);
  76. ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
  77. preshed/maps.cpp:3778:32: warning: comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
  78. __pyx_t_1 = (((__pyx_v_i[0]) == (__pyx_v_map_->length + 1)) != 0);
  79. ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~
  80. preshed/maps.cpp:6642:24: error: no member named 'exc_type' in '_ts'
  81. tmp_type = tstate->exc_type;
  82. ~~~~~~ ^
  83. preshed/maps.cpp:6643:25: error: no member named 'exc_value' in '_ts'; did you mean 'curexc_value'?
  84. tmp_value = tstate->exc_value;
  85. ^~~~~~~~~
  86. curexc_value
  87. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  88. PyObject *curexc_value;
  89. ^
  90. preshed/maps.cpp:6644:22: error: no member named 'exc_traceback' in '_ts'; did you mean 'curexc_traceback'?
  91. tmp_tb = tstate->exc_traceback;
  92. ^~~~~~~~~~~~~
  93. curexc_traceback
  94. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  95. PyObject *curexc_traceback;
  96. ^
  97. preshed/maps.cpp:6645:13: error: no member named 'exc_type' in '_ts'
  98. tstate->exc_type = *type;
  99. ~~~~~~ ^
  100. preshed/maps.cpp:6646:13: error: no member named 'exc_value' in '_ts'; did you mean 'curexc_value'?
  101. tstate->exc_value = *value;
  102. ^~~~~~~~~
  103. curexc_value
  104. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  105. PyObject *curexc_value;
  106. ^
  107. preshed/maps.cpp:6647:13: error: no member named 'exc_traceback' in '_ts'; did you mean 'curexc_traceback'?
  108. tstate->exc_traceback = *tb;
  109. ^~~~~~~~~~~~~
  110. curexc_traceback
  111. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  112. PyObject *curexc_traceback;
  113. ^
  114. 10 warnings and 6 errors generated.
  115. error: command 'clang' failed with exit status 1
  116.  
  117. ----------------------------------------
  118. Failed building wheel for preshed
  119. Running setup.py clean for preshed
  120. Running setup.py bdist_wheel for cytoolz ... error
  121. Complete output from command /usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-install-ezgkzv6n/cytoolz/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 /private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-wheel-e80ode4h --python-tag cp37:
  122. running bdist_wheel
  123. running build
  124. running build_py
  125. creating build
  126. creating build/lib.macosx-10.12-x86_64-3.7
  127. creating build/lib.macosx-10.12-x86_64-3.7/cytoolz
  128. copying cytoolz/__init__.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  129. copying cytoolz/_signatures.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  130. copying cytoolz/_version.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  131. copying cytoolz/compatibility.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  132. copying cytoolz/utils_test.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  133. creating build/lib.macosx-10.12-x86_64-3.7/cytoolz/curried
  134. copying cytoolz/curried/__init__.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/curried
  135. copying cytoolz/curried/exceptions.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/curried
  136. copying cytoolz/curried/operator.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/curried
  137. copying cytoolz/dicttoolz.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  138. copying cytoolz/functoolz.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  139. copying cytoolz/itertoolz.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  140. copying cytoolz/recipes.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  141. copying cytoolz/utils.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  142. copying cytoolz/__init__.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  143. copying cytoolz/cpython.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  144. copying cytoolz/dicttoolz.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  145. copying cytoolz/functoolz.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  146. copying cytoolz/itertoolz.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  147. copying cytoolz/recipes.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  148. copying cytoolz/utils.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  149. creating build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  150. copying cytoolz/tests/dev_skip_test.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  151. copying cytoolz/tests/test_compatibility.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  152. copying cytoolz/tests/test_curried.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  153. copying cytoolz/tests/test_curried_toolzlike.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  154. copying cytoolz/tests/test_dev_skip_test.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  155. copying cytoolz/tests/test_dicttoolz.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  156. copying cytoolz/tests/test_docstrings.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  157. copying cytoolz/tests/test_doctests.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  158. copying cytoolz/tests/test_embedded_sigs.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  159. copying cytoolz/tests/test_functoolz.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  160. copying cytoolz/tests/test_inspect_args.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  161. copying cytoolz/tests/test_itertoolz.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  162. copying cytoolz/tests/test_none_safe.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  163. copying cytoolz/tests/test_recipes.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  164. copying cytoolz/tests/test_serialization.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  165. copying cytoolz/tests/test_signatures.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  166. copying cytoolz/tests/test_tlz.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  167. copying cytoolz/tests/test_utils.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  168. running build_ext
  169. building 'cytoolz.dicttoolz' extension
  170. creating build/temp.macosx-10.12-x86_64-3.7
  171. creating build/temp.macosx-10.12-x86_64-3.7/cytoolz
  172. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c cytoolz/dicttoolz.c -o build/temp.macosx-10.12-x86_64-3.7/cytoolz/dicttoolz.o
  173. cytoolz/dicttoolz.c:8277:65: error: too many arguments to function call, expected 3, have 4
  174. return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);
  175. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~
  176. /Library/Developer/CommandLineTools/usr/lib/clang/9.0.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
  177. # define NULL ((void*)0)
  178. ^~~~~~~~~~
  179. cytoolz/dicttoolz.c:9053:21: error: no member named 'exc_type' in 'struct _ts'
  180. *type = tstate->exc_type;
  181. ~~~~~~ ^
  182. cytoolz/dicttoolz.c:9054:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  183. *value = tstate->exc_value;
  184. ^~~~~~~~~
  185. curexc_value
  186. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  187. PyObject *curexc_value;
  188. ^
  189. cytoolz/dicttoolz.c:9055:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  190. *tb = tstate->exc_traceback;
  191. ^~~~~~~~~~~~~
  192. curexc_traceback
  193. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  194. PyObject *curexc_traceback;
  195. ^
  196. cytoolz/dicttoolz.c:9062:24: error: no member named 'exc_type' in 'struct _ts'
  197. tmp_type = tstate->exc_type;
  198. ~~~~~~ ^
  199. cytoolz/dicttoolz.c:9063:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  200. tmp_value = tstate->exc_value;
  201. ^~~~~~~~~
  202. curexc_value
  203. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  204. PyObject *curexc_value;
  205. ^
  206. cytoolz/dicttoolz.c:9064:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  207. tmp_tb = tstate->exc_traceback;
  208. ^~~~~~~~~~~~~
  209. curexc_traceback
  210. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  211. PyObject *curexc_traceback;
  212. ^
  213. cytoolz/dicttoolz.c:9065:13: error: no member named 'exc_type' in 'struct _ts'
  214. tstate->exc_type = type;
  215. ~~~~~~ ^
  216. cytoolz/dicttoolz.c:9066:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  217. tstate->exc_value = value;
  218. ^~~~~~~~~
  219. curexc_value
  220. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  221. PyObject *curexc_value;
  222. ^
  223. cytoolz/dicttoolz.c:9067:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  224. tstate->exc_traceback = tb;
  225. ^~~~~~~~~~~~~
  226. curexc_traceback
  227. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  228. PyObject *curexc_traceback;
  229. ^
  230. cytoolz/dicttoolz.c:9122:24: error: no member named 'exc_type' in 'struct _ts'
  231. tmp_type = tstate->exc_type;
  232. ~~~~~~ ^
  233. cytoolz/dicttoolz.c:9123:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  234. tmp_value = tstate->exc_value;
  235. ^~~~~~~~~
  236. curexc_value
  237. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  238. PyObject *curexc_value;
  239. ^
  240. cytoolz/dicttoolz.c:9124:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  241. tmp_tb = tstate->exc_traceback;
  242. ^~~~~~~~~~~~~
  243. curexc_traceback
  244. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  245. PyObject *curexc_traceback;
  246. ^
  247. cytoolz/dicttoolz.c:9125:13: error: no member named 'exc_type' in 'struct _ts'
  248. tstate->exc_type = local_type;
  249. ~~~~~~ ^
  250. cytoolz/dicttoolz.c:9126:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  251. tstate->exc_value = local_value;
  252. ^~~~~~~~~
  253. curexc_value
  254. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  255. PyObject *curexc_value;
  256. ^
  257. cytoolz/dicttoolz.c:9127:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  258. tstate->exc_traceback = local_tb;
  259. ^~~~~~~~~~~~~
  260. curexc_traceback
  261. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  262. PyObject *curexc_traceback;
  263. ^
  264. 16 errors generated.
  265. error: command 'clang' failed with exit status 1
  266.  
  267. ----------------------------------------
  268. Failed building wheel for cytoolz
  269. Running setup.py clean for cytoolz
  270. Failed to build preshed cytoolz
  271. Installing collected packages: toolz, cytoolz, preshed, thinc, spacy
  272. Running setup.py install for cytoolz ... error
  273. Complete output from command /usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-install-ezgkzv6n/cytoolz/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-record-gi02jljv/install-record.txt --single-version-externally-managed --compile:
  274. running install
  275. running build
  276. running build_py
  277. creating build
  278. creating build/lib.macosx-10.12-x86_64-3.7
  279. creating build/lib.macosx-10.12-x86_64-3.7/cytoolz
  280. copying cytoolz/__init__.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  281. copying cytoolz/_signatures.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  282. copying cytoolz/_version.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  283. copying cytoolz/compatibility.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  284. copying cytoolz/utils_test.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  285. creating build/lib.macosx-10.12-x86_64-3.7/cytoolz/curried
  286. copying cytoolz/curried/__init__.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/curried
  287. copying cytoolz/curried/exceptions.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/curried
  288. copying cytoolz/curried/operator.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/curried
  289. copying cytoolz/dicttoolz.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  290. copying cytoolz/functoolz.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  291. copying cytoolz/itertoolz.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  292. copying cytoolz/recipes.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  293. copying cytoolz/utils.pyx -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  294. copying cytoolz/__init__.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  295. copying cytoolz/cpython.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  296. copying cytoolz/dicttoolz.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  297. copying cytoolz/functoolz.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  298. copying cytoolz/itertoolz.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  299. copying cytoolz/recipes.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  300. copying cytoolz/utils.pxd -> build/lib.macosx-10.12-x86_64-3.7/cytoolz
  301. creating build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  302. copying cytoolz/tests/dev_skip_test.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  303. copying cytoolz/tests/test_compatibility.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  304. copying cytoolz/tests/test_curried.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  305. copying cytoolz/tests/test_curried_toolzlike.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  306. copying cytoolz/tests/test_dev_skip_test.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  307. copying cytoolz/tests/test_dicttoolz.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  308. copying cytoolz/tests/test_docstrings.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  309. copying cytoolz/tests/test_doctests.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  310. copying cytoolz/tests/test_embedded_sigs.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  311. copying cytoolz/tests/test_functoolz.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  312. copying cytoolz/tests/test_inspect_args.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  313. copying cytoolz/tests/test_itertoolz.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  314. copying cytoolz/tests/test_none_safe.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  315. copying cytoolz/tests/test_recipes.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  316. copying cytoolz/tests/test_serialization.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  317. copying cytoolz/tests/test_signatures.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  318. copying cytoolz/tests/test_tlz.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  319. copying cytoolz/tests/test_utils.py -> build/lib.macosx-10.12-x86_64-3.7/cytoolz/tests
  320. running build_ext
  321. building 'cytoolz.dicttoolz' extension
  322. creating build/temp.macosx-10.12-x86_64-3.7
  323. creating build/temp.macosx-10.12-x86_64-3.7/cytoolz
  324. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c cytoolz/dicttoolz.c -o build/temp.macosx-10.12-x86_64-3.7/cytoolz/dicttoolz.o
  325. cytoolz/dicttoolz.c:8277:65: error: too many arguments to function call, expected 3, have 4
  326. return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);
  327. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~
  328. /Library/Developer/CommandLineTools/usr/lib/clang/9.0.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
  329. # define NULL ((void*)0)
  330. ^~~~~~~~~~
  331. cytoolz/dicttoolz.c:9053:21: error: no member named 'exc_type' in 'struct _ts'
  332. *type = tstate->exc_type;
  333. ~~~~~~ ^
  334. cytoolz/dicttoolz.c:9054:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  335. *value = tstate->exc_value;
  336. ^~~~~~~~~
  337. curexc_value
  338. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  339. PyObject *curexc_value;
  340. ^
  341. cytoolz/dicttoolz.c:9055:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  342. *tb = tstate->exc_traceback;
  343. ^~~~~~~~~~~~~
  344. curexc_traceback
  345. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  346. PyObject *curexc_traceback;
  347. ^
  348. cytoolz/dicttoolz.c:9062:24: error: no member named 'exc_type' in 'struct _ts'
  349. tmp_type = tstate->exc_type;
  350. ~~~~~~ ^
  351. cytoolz/dicttoolz.c:9063:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  352. tmp_value = tstate->exc_value;
  353. ^~~~~~~~~
  354. curexc_value
  355. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  356. PyObject *curexc_value;
  357. ^
  358. cytoolz/dicttoolz.c:9064:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  359. tmp_tb = tstate->exc_traceback;
  360. ^~~~~~~~~~~~~
  361. curexc_traceback
  362. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  363. PyObject *curexc_traceback;
  364. ^
  365. cytoolz/dicttoolz.c:9065:13: error: no member named 'exc_type' in 'struct _ts'
  366. tstate->exc_type = type;
  367. ~~~~~~ ^
  368. cytoolz/dicttoolz.c:9066:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  369. tstate->exc_value = value;
  370. ^~~~~~~~~
  371. curexc_value
  372. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  373. PyObject *curexc_value;
  374. ^
  375. cytoolz/dicttoolz.c:9067:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  376. tstate->exc_traceback = tb;
  377. ^~~~~~~~~~~~~
  378. curexc_traceback
  379. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  380. PyObject *curexc_traceback;
  381. ^
  382. cytoolz/dicttoolz.c:9122:24: error: no member named 'exc_type' in 'struct _ts'
  383. tmp_type = tstate->exc_type;
  384. ~~~~~~ ^
  385. cytoolz/dicttoolz.c:9123:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  386. tmp_value = tstate->exc_value;
  387. ^~~~~~~~~
  388. curexc_value
  389. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  390. PyObject *curexc_value;
  391. ^
  392. cytoolz/dicttoolz.c:9124:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  393. tmp_tb = tstate->exc_traceback;
  394. ^~~~~~~~~~~~~
  395. curexc_traceback
  396. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  397. PyObject *curexc_traceback;
  398. ^
  399. cytoolz/dicttoolz.c:9125:13: error: no member named 'exc_type' in 'struct _ts'
  400. tstate->exc_type = local_type;
  401. ~~~~~~ ^
  402. cytoolz/dicttoolz.c:9126:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  403. tstate->exc_value = local_value;
  404. ^~~~~~~~~
  405. curexc_value
  406. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:237:15: note: 'curexc_value' declared here
  407. PyObject *curexc_value;
  408. ^
  409. cytoolz/dicttoolz.c:9127:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  410. tstate->exc_traceback = local_tb;
  411. ^~~~~~~~~~~~~
  412. curexc_traceback
  413. /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:238:15: note: 'curexc_traceback' declared here
  414. PyObject *curexc_traceback;
  415. ^
  416. 16 errors generated.
  417. error: command 'clang' failed with exit status 1
  418.  
  419. ----------------------------------------
  420. Command "/usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-install-ezgkzv6n/cytoolz/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-record-gi02jljv/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/tn/_zy7ccvs6_zghtpyh4rp4v8r0000gn/T/pip-install-ezgkzv6n/cytoolz/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement