Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.45 KB | None | 0 0
  1. $ brew install pip
  2. Error: No available formula with the name "pip"
  3. pip is part of the python formula:
  4. brew install python
  5.  
  6. $ brew install python3
  7. Error: python 3.7.2_1 is already installed
  8. To upgrade to 3.7.2_2, run `brew upgrade python`
  9.  
  10. $ /usr/local/Cellar/python/3.7.2_1/libexec/bin/pip install gevent==1.2.2
  11. Collecting gevent==1.2.2
  12. Using cached https://files.pythonhosted.org/packages/1b/92/b111f76e54d2be11375b47b213b56687214f258fd9dae703546d30b837be/gevent-1.2.2.tar.gz
  13. Requirement already satisfied: greenlet>=0.4.10 in /usr/local/lib/python3.7/site-packages (from gevent==1.2.2) (0.4.15)
  14. Building wheels for collected packages: gevent
  15. Running setup.py bdist_wheel for gevent ... error
  16. Complete output from command /usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/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/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-wheel-kfxv6brw --python-tag cp37:
  17. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'cffi_modules'
  18. warnings.warn(msg)
  19. running bdist_wheel
  20. running build
  21. running build_py
  22. creating build
  23. creating build/lib.macosx-10.13-x86_64-3.7
  24. creating build/lib.macosx-10.13-x86_64-3.7/gevent
  25. copying src/gevent/queue.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  26. copying src/gevent/greenlet.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  27. copying src/gevent/backdoor.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  28. copying src/gevent/_semaphore.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  29. copying src/gevent/pywsgi.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  30. copying src/gevent/event.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  31. copying src/gevent/server.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  32. copying src/gevent/thread.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  33. copying src/gevent/_util_py2.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  34. copying src/gevent/signal.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  35. copying src/gevent/_ssl3.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  36. copying src/gevent/util.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  37. copying src/gevent/builtins.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  38. copying src/gevent/local.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  39. copying src/gevent/threadpool.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  40. copying src/gevent/subprocess.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  41. copying src/gevent/_socketcommon.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  42. copying src/gevent/timeout.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  43. copying src/gevent/os.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  44. copying src/gevent/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  45. copying src/gevent/core.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  46. copying src/gevent/_ssl2.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  47. copying src/gevent/fileobject.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  48. copying src/gevent/_fileobjectcommon.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  49. copying src/gevent/hub.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  50. copying src/gevent/_socket2.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  51. copying src/gevent/threading.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  52. copying src/gevent/win32util.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  53. copying src/gevent/resolver_ares.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  54. copying src/gevent/baseserver.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  55. copying src/gevent/_fileobjectposix.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  56. copying src/gevent/_util.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  57. copying src/gevent/lock.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  58. copying src/gevent/_sslgte279.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  59. copying src/gevent/_socket3.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  60. copying src/gevent/monkey.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  61. copying src/gevent/select.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  62. copying src/gevent/_compat.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  63. copying src/gevent/_threading.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  64. copying src/gevent/ssl.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  65. copying src/gevent/socket.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  66. copying src/gevent/pool.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  67. copying src/gevent/resolver_thread.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  68. copying src/gevent/wsgi.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  69. copying src/gevent/_tblib.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  70. creating build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  71. copying src/gevent/libev/_corecffi_build.py -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  72. copying src/gevent/libev/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  73. copying src/gevent/libev/corecffi.py -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  74. running egg_info
  75. writing src/gevent.egg-info/PKG-INFO
  76. writing dependency_links to src/gevent.egg-info/dependency_links.txt
  77. writing requirements to src/gevent.egg-info/requires.txt
  78. writing top-level names to src/gevent.egg-info/top_level.txt
  79. reading manifest file 'src/gevent.egg-info/SOURCES.txt'
  80. reading manifest template 'MANIFEST.in'
  81. warning: no files found matching 'changelog.rst'
  82. warning: no files found matching 'known_failures.py'
  83. warning: no files found matching '.pep8'
  84. no previously-included directories found matching '*/__pycache__'
  85. warning: no previously-included files matching '*.so' found anywhere in distribution
  86. warning: no previously-included files matching '*.o' found anywhere in distribution
  87. warning: no previously-included files matching '*.lo' found anywhere in distribution
  88. warning: no previously-included files matching '*.la' found anywhere in distribution
  89. warning: no previously-included files matching 'config.log' found anywhere in distribution
  90. warning: no previously-included files matching 'config.status' found anywhere in distribution
  91. no previously-included directories found matching 'doc/_build'
  92. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  93. warning: no previously-included files matching '.coverage' found under directory 'src/greentest'
  94. no previously-included directories found matching 'src/greentest/htmlcov'
  95. warning: no previously-included files matching 'stamp-h?' found under directory 'deps/c-ares'
  96. warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps/c-ares'
  97. no previously-included directories found matching 'deps/libev/.deps'
  98. warning: no previously-included files matching 'Makefile' found under directory 'deps/libev'
  99. warning: no previously-included files matching 'libtool' found under directory 'deps/libev'
  100. warning: no previously-included files matching 'stamp-h?' found under directory 'deps/libev'
  101. warning: no previously-included files matching 'config.h' found under directory 'deps/libev'
  102. warning: no previously-included files matching '_corecffi.c' found under directory 'src/gevent'
  103. warning: no previously-included files found matching 'Makefile'
  104. warning: no previously-included files found matching 'configure-output'
  105. writing manifest file 'src/gevent.egg-info/SOURCES.txt'
  106. copying src/gevent/_semaphore.pxd -> build/lib.macosx-10.13-x86_64-3.7/gevent
  107. copying src/gevent/ares.pyx -> build/lib.macosx-10.13-x86_64-3.7/gevent
  108. copying src/gevent/cares.pxd -> build/lib.macosx-10.13-x86_64-3.7/gevent
  109. copying src/gevent/cares_ntop.h -> build/lib.macosx-10.13-x86_64-3.7/gevent
  110. copying src/gevent/cares_pton.h -> build/lib.macosx-10.13-x86_64-3.7/gevent
  111. copying src/gevent/dnshelper.c -> build/lib.macosx-10.13-x86_64-3.7/gevent
  112. copying src/gevent/gevent._semaphore.c -> build/lib.macosx-10.13-x86_64-3.7/gevent
  113. copying src/gevent/gevent.ares.c -> build/lib.macosx-10.13-x86_64-3.7/gevent
  114. copying src/gevent/gevent.ares.h -> build/lib.macosx-10.13-x86_64-3.7/gevent
  115. copying src/gevent/python.pxd -> build/lib.macosx-10.13-x86_64-3.7/gevent
  116. copying src/gevent/libev/_corecffi_cdef.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  117. copying src/gevent/libev/_corecffi_source.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  118. copying src/gevent/libev/callbacks.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  119. copying src/gevent/libev/callbacks.h -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  120. copying src/gevent/libev/corecext.ppyx -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  121. copying src/gevent/libev/corecext.pyx -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  122. copying src/gevent/libev/gevent.corecext.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  123. copying src/gevent/libev/libev.h -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  124. copying src/gevent/libev/libev.pxd -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  125. copying src/gevent/libev/libev_vfd.h -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  126. copying src/gevent/libev/stathelper.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  127. running build_ext
  128. Running '(cd "/private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev" && sh ./configure && cp config.h "$OLDPWD" ) > configure-output.txt' in /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/build/temp.macosx-10.13-x86_64-3.7/libev
  129. building 'gevent.libev.corecext' extension
  130. creating build/temp.macosx-10.13-x86_64-3.7/src
  131. creating build/temp.macosx-10.13-x86_64-3.7/src/gevent
  132. creating build/temp.macosx-10.13-x86_64-3.7/src/gevent/libev
  133. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -U__llvm__ -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.macosx-10.13-x86_64-3.7/libev -I/private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/gevent/libev/gevent.corecext.c -o build/temp.macosx-10.13-x86_64-3.7/src/gevent/libev/gevent.corecext.o
  134. In file included from src/gevent/libev/gevent.corecext.c:434:
  135. In file included from src/gevent/libev/libev.h:2:
  136. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:483:48: warning: '/*' within block comment [-Wcomment]
  137. /*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
  138. ^
  139. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:1269:13: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  140. if (e < (14 - 24)) /* might not be sharp, but is good enough */
  141. ~ ^ ~~~~~~~
  142. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:1831:31: warning: 'extern' variable has an initializer [-Wextern-initializer]
  143. EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
  144. ^
  145. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:1940:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  146. if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4)
  147. ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  148. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:3878:34: warning: '&' within '|' [-Wbitwise-op-parentheses]
  149. fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
  150. ~~~~~~~~~~^~~~~~~~~~~~~ ~
  151. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:3878:34: note: place parentheses around the '&' expression to silence this warning
  152. fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
  153. ^
  154. ( )
  155. src/gevent/libev/gevent.corecext.c:3314:104: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  156. __pyx_t_1 = __pyx_f_6gevent_5libev_8corecext__flags_to_int(__pyx_v_flags, 0); if (unlikely(__pyx_t_1 == -1 && PyErr_Occurred())) __PYX_ERR(0, 168, __pyx_L1_error)
  157. ~~~~~~~~~ ^ ~~
  158. src/gevent/libev/gevent.corecext.c:614:43: note: expanded from macro 'unlikely'
  159. #define unlikely(x) __builtin_expect(!!(x), 0)
  160. ^
  161. src/gevent/libev/gevent.corecext.c:4092:106: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  162. __pyx_t_2 = __pyx_f_6gevent_5libev_8corecext__flags_to_int(__pyx_v_flags, 0); if (unlikely(__pyx_t_2 == -1 && PyErr_Occurred())) __PYX_ERR(0, 267, __pyx_L1_error)
  163. ~~~~~~~~~ ^ ~~
  164. src/gevent/libev/gevent.corecext.c:614:43: note: expanded from macro 'unlikely'
  165. #define unlikely(x) __builtin_expect(!!(x), 0)
  166. ^
  167. src/gevent/libev/gevent.corecext.c:30323:65: error: too many arguments to function call, expected 3, have 4
  168. return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);
  169. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~
  170. /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
  171. # define NULL ((void*)0)
  172. ^~~~~~~~~~
  173. src/gevent/libev/gevent.corecext.c:30535:21: error: no member named 'exc_type' in 'struct _ts'
  174. *type = tstate->exc_type;
  175. ~~~~~~ ^
  176. src/gevent/libev/gevent.corecext.c:30536:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  177. *value = tstate->exc_value;
  178. ^~~~~~~~~
  179. curexc_value
  180. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  181. PyObject *curexc_value;
  182. ^
  183. src/gevent/libev/gevent.corecext.c:30537:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  184. *tb = tstate->exc_traceback;
  185. ^~~~~~~~~~~~~
  186. curexc_traceback
  187. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  188. PyObject *curexc_traceback;
  189. ^
  190. src/gevent/libev/gevent.corecext.c:30544:24: error: no member named 'exc_type' in 'struct _ts'
  191. tmp_type = tstate->exc_type;
  192. ~~~~~~ ^
  193. src/gevent/libev/gevent.corecext.c:30545:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  194. tmp_value = tstate->exc_value;
  195. ^~~~~~~~~
  196. curexc_value
  197. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  198. PyObject *curexc_value;
  199. ^
  200. src/gevent/libev/gevent.corecext.c:30546:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  201. tmp_tb = tstate->exc_traceback;
  202. ^~~~~~~~~~~~~
  203. curexc_traceback
  204. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  205. PyObject *curexc_traceback;
  206. ^
  207. src/gevent/libev/gevent.corecext.c:30547:13: error: no member named 'exc_type' in 'struct _ts'
  208. tstate->exc_type = type;
  209. ~~~~~~ ^
  210. src/gevent/libev/gevent.corecext.c:30548:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  211. tstate->exc_value = value;
  212. ^~~~~~~~~
  213. curexc_value
  214. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  215. PyObject *curexc_value;
  216. ^
  217. src/gevent/libev/gevent.corecext.c:30549:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  218. tstate->exc_traceback = tb;
  219. ^~~~~~~~~~~~~
  220. curexc_traceback
  221. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  222. PyObject *curexc_traceback;
  223. ^
  224. src/gevent/libev/gevent.corecext.c:30604:24: error: no member named 'exc_type' in 'struct _ts'
  225. tmp_type = tstate->exc_type;
  226. ~~~~~~ ^
  227. src/gevent/libev/gevent.corecext.c:30605:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  228. tmp_value = tstate->exc_value;
  229. ^~~~~~~~~
  230. curexc_value
  231. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  232. PyObject *curexc_value;
  233. ^
  234. src/gevent/libev/gevent.corecext.c:30606:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  235. tmp_tb = tstate->exc_traceback;
  236. ^~~~~~~~~~~~~
  237. curexc_traceback
  238. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  239. PyObject *curexc_traceback;
  240. ^
  241. src/gevent/libev/gevent.corecext.c:30607:13: error: no member named 'exc_type' in 'struct _ts'
  242. tstate->exc_type = local_type;
  243. ~~~~~~ ^
  244. src/gevent/libev/gevent.corecext.c:30608:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  245. tstate->exc_value = local_value;
  246. ^~~~~~~~~
  247. curexc_value
  248. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  249. PyObject *curexc_value;
  250. ^
  251. src/gevent/libev/gevent.corecext.c:30609:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  252. tstate->exc_traceback = local_tb;
  253. ^~~~~~~~~~~~~
  254. curexc_traceback
  255. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  256. PyObject *curexc_traceback;
  257. ^
  258. src/gevent/libev/gevent.corecext.c:31158:24: error: no member named 'exc_type' in 'struct _ts'
  259. tmp_type = tstate->exc_type;
  260. ~~~~~~ ^
  261. src/gevent/libev/gevent.corecext.c:31159:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  262. tmp_value = tstate->exc_value;
  263. ^~~~~~~~~
  264. curexc_value
  265. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  266. PyObject *curexc_value;
  267. ^
  268. src/gevent/libev/gevent.corecext.c:31160:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  269. tmp_tb = tstate->exc_traceback;
  270. ^~~~~~~~~~~~~
  271. curexc_traceback
  272. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  273. PyObject *curexc_traceback;
  274. ^
  275. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  276. 7 warnings and 20 errors generated.
  277. error: command 'clang' failed with exit status 1
  278.  
  279. ----------------------------------------
  280. Failed building wheel for gevent
  281. Running setup.py clean for gevent
  282. Failed to build gevent
  283. Installing collected packages: gevent
  284. Running setup.py install for gevent ... error
  285. Complete output from command /usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/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/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-record-rdykn6v0/install-record.txt --single-version-externally-managed --compile:
  286. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'cffi_modules'
  287. warnings.warn(msg)
  288. running install
  289. running build
  290. running build_py
  291. creating build
  292. creating build/lib.macosx-10.13-x86_64-3.7
  293. creating build/lib.macosx-10.13-x86_64-3.7/gevent
  294. copying src/gevent/queue.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  295. copying src/gevent/greenlet.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  296. copying src/gevent/backdoor.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  297. copying src/gevent/_semaphore.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  298. copying src/gevent/pywsgi.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  299. copying src/gevent/event.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  300. copying src/gevent/server.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  301. copying src/gevent/thread.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  302. copying src/gevent/_util_py2.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  303. copying src/gevent/signal.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  304. copying src/gevent/_ssl3.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  305. copying src/gevent/util.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  306. copying src/gevent/builtins.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  307. copying src/gevent/local.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  308. copying src/gevent/threadpool.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  309. copying src/gevent/subprocess.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  310. copying src/gevent/_socketcommon.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  311. copying src/gevent/timeout.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  312. copying src/gevent/os.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  313. copying src/gevent/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  314. copying src/gevent/core.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  315. copying src/gevent/_ssl2.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  316. copying src/gevent/fileobject.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  317. copying src/gevent/_fileobjectcommon.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  318. copying src/gevent/hub.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  319. copying src/gevent/_socket2.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  320. copying src/gevent/threading.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  321. copying src/gevent/win32util.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  322. copying src/gevent/resolver_ares.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  323. copying src/gevent/baseserver.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  324. copying src/gevent/_fileobjectposix.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  325. copying src/gevent/_util.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  326. copying src/gevent/lock.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  327. copying src/gevent/_sslgte279.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  328. copying src/gevent/_socket3.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  329. copying src/gevent/monkey.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  330. copying src/gevent/select.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  331. copying src/gevent/_compat.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  332. copying src/gevent/_threading.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  333. copying src/gevent/ssl.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  334. copying src/gevent/socket.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  335. copying src/gevent/pool.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  336. copying src/gevent/resolver_thread.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  337. copying src/gevent/wsgi.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  338. copying src/gevent/_tblib.py -> build/lib.macosx-10.13-x86_64-3.7/gevent
  339. creating build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  340. copying src/gevent/libev/_corecffi_build.py -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  341. copying src/gevent/libev/__init__.py -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  342. copying src/gevent/libev/corecffi.py -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  343. running egg_info
  344. writing src/gevent.egg-info/PKG-INFO
  345. writing dependency_links to src/gevent.egg-info/dependency_links.txt
  346. writing requirements to src/gevent.egg-info/requires.txt
  347. writing top-level names to src/gevent.egg-info/top_level.txt
  348. reading manifest file 'src/gevent.egg-info/SOURCES.txt'
  349. reading manifest template 'MANIFEST.in'
  350. warning: no files found matching 'changelog.rst'
  351. warning: no files found matching 'known_failures.py'
  352. warning: no files found matching '.pep8'
  353. no previously-included directories found matching '*/__pycache__'
  354. warning: no previously-included files matching '*.so' found anywhere in distribution
  355. warning: no previously-included files matching '*.o' found anywhere in distribution
  356. warning: no previously-included files matching '*.lo' found anywhere in distribution
  357. warning: no previously-included files matching '*.la' found anywhere in distribution
  358. no previously-included directories found matching 'doc/_build'
  359. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  360. warning: no previously-included files matching '.coverage' found under directory 'src/greentest'
  361. no previously-included directories found matching 'src/greentest/htmlcov'
  362. warning: no previously-included files matching 'stamp-h?' found under directory 'deps/c-ares'
  363. warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps/c-ares'
  364. warning: no previously-included files matching '_corecffi.c' found under directory 'src/gevent'
  365. warning: no previously-included files found matching 'Makefile'
  366. warning: no previously-included files found matching 'configure-output'
  367. writing manifest file 'src/gevent.egg-info/SOURCES.txt'
  368. copying src/gevent/_semaphore.pxd -> build/lib.macosx-10.13-x86_64-3.7/gevent
  369. copying src/gevent/ares.pyx -> build/lib.macosx-10.13-x86_64-3.7/gevent
  370. copying src/gevent/cares.pxd -> build/lib.macosx-10.13-x86_64-3.7/gevent
  371. copying src/gevent/cares_ntop.h -> build/lib.macosx-10.13-x86_64-3.7/gevent
  372. copying src/gevent/cares_pton.h -> build/lib.macosx-10.13-x86_64-3.7/gevent
  373. copying src/gevent/dnshelper.c -> build/lib.macosx-10.13-x86_64-3.7/gevent
  374. copying src/gevent/gevent._semaphore.c -> build/lib.macosx-10.13-x86_64-3.7/gevent
  375. copying src/gevent/gevent.ares.c -> build/lib.macosx-10.13-x86_64-3.7/gevent
  376. copying src/gevent/gevent.ares.h -> build/lib.macosx-10.13-x86_64-3.7/gevent
  377. copying src/gevent/python.pxd -> build/lib.macosx-10.13-x86_64-3.7/gevent
  378. copying src/gevent/libev/_corecffi_cdef.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  379. copying src/gevent/libev/_corecffi_source.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  380. copying src/gevent/libev/callbacks.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  381. copying src/gevent/libev/callbacks.h -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  382. copying src/gevent/libev/corecext.ppyx -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  383. copying src/gevent/libev/corecext.pyx -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  384. copying src/gevent/libev/gevent.corecext.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  385. copying src/gevent/libev/libev.h -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  386. copying src/gevent/libev/libev.pxd -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  387. copying src/gevent/libev/libev_vfd.h -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  388. copying src/gevent/libev/stathelper.c -> build/lib.macosx-10.13-x86_64-3.7/gevent/libev
  389. running build_ext
  390. Running '(cd "/private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev" && sh ./configure && cp config.h "$OLDPWD" ) > configure-output.txt' in /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/build/temp.macosx-10.13-x86_64-3.7/libev
  391. building 'gevent.libev.corecext' extension
  392. creating build/temp.macosx-10.13-x86_64-3.7/src
  393. creating build/temp.macosx-10.13-x86_64-3.7/src/gevent
  394. creating build/temp.macosx-10.13-x86_64-3.7/src/gevent/libev
  395. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -U__llvm__ -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.macosx-10.13-x86_64-3.7/libev -I/private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/gevent/libev/gevent.corecext.c -o build/temp.macosx-10.13-x86_64-3.7/src/gevent/libev/gevent.corecext.o
  396. In file included from src/gevent/libev/gevent.corecext.c:434:
  397. In file included from src/gevent/libev/libev.h:2:
  398. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:483:48: warning: '/*' within block comment [-Wcomment]
  399. /*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
  400. ^
  401. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:1269:13: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  402. if (e < (14 - 24)) /* might not be sharp, but is good enough */
  403. ~ ^ ~~~~~~~
  404. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:1831:31: warning: 'extern' variable has an initializer [-Wextern-initializer]
  405. EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
  406. ^
  407. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:1940:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  408. if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4)
  409. ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:3878:34: warning: '&' within '|' [-Wbitwise-op-parentheses]
  411. fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
  412. ~~~~~~~~~~^~~~~~~~~~~~~ ~
  413. /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/deps/libev/ev.c:3878:34: note: place parentheses around the '&' expression to silence this warning
  414. fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
  415. ^
  416. ( )
  417. src/gevent/libev/gevent.corecext.c:3314:104: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  418. __pyx_t_1 = __pyx_f_6gevent_5libev_8corecext__flags_to_int(__pyx_v_flags, 0); if (unlikely(__pyx_t_1 == -1 && PyErr_Occurred())) __PYX_ERR(0, 168, __pyx_L1_error)
  419. ~~~~~~~~~ ^ ~~
  420. src/gevent/libev/gevent.corecext.c:614:43: note: expanded from macro 'unlikely'
  421. #define unlikely(x) __builtin_expect(!!(x), 0)
  422. ^
  423. src/gevent/libev/gevent.corecext.c:4092:106: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  424. __pyx_t_2 = __pyx_f_6gevent_5libev_8corecext__flags_to_int(__pyx_v_flags, 0); if (unlikely(__pyx_t_2 == -1 && PyErr_Occurred())) __PYX_ERR(0, 267, __pyx_L1_error)
  425. ~~~~~~~~~ ^ ~~
  426. src/gevent/libev/gevent.corecext.c:614:43: note: expanded from macro 'unlikely'
  427. #define unlikely(x) __builtin_expect(!!(x), 0)
  428. ^
  429. src/gevent/libev/gevent.corecext.c:30323:65: error: too many arguments to function call, expected 3, have 4
  430. return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);
  431. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~
  432. /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
  433. # define NULL ((void*)0)
  434. ^~~~~~~~~~
  435. src/gevent/libev/gevent.corecext.c:30535:21: error: no member named 'exc_type' in 'struct _ts'
  436. *type = tstate->exc_type;
  437. ~~~~~~ ^
  438. src/gevent/libev/gevent.corecext.c:30536:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  439. *value = tstate->exc_value;
  440. ^~~~~~~~~
  441. curexc_value
  442. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  443. PyObject *curexc_value;
  444. ^
  445. src/gevent/libev/gevent.corecext.c:30537:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  446. *tb = tstate->exc_traceback;
  447. ^~~~~~~~~~~~~
  448. curexc_traceback
  449. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  450. PyObject *curexc_traceback;
  451. ^
  452. src/gevent/libev/gevent.corecext.c:30544:24: error: no member named 'exc_type' in 'struct _ts'
  453. tmp_type = tstate->exc_type;
  454. ~~~~~~ ^
  455. src/gevent/libev/gevent.corecext.c:30545:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  456. tmp_value = tstate->exc_value;
  457. ^~~~~~~~~
  458. curexc_value
  459. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  460. PyObject *curexc_value;
  461. ^
  462. src/gevent/libev/gevent.corecext.c:30546:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  463. tmp_tb = tstate->exc_traceback;
  464. ^~~~~~~~~~~~~
  465. curexc_traceback
  466. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  467. PyObject *curexc_traceback;
  468. ^
  469. src/gevent/libev/gevent.corecext.c:30547:13: error: no member named 'exc_type' in 'struct _ts'
  470. tstate->exc_type = type;
  471. ~~~~~~ ^
  472. src/gevent/libev/gevent.corecext.c:30548:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  473. tstate->exc_value = value;
  474. ^~~~~~~~~
  475. curexc_value
  476. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  477. PyObject *curexc_value;
  478. ^
  479. src/gevent/libev/gevent.corecext.c:30549:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  480. tstate->exc_traceback = tb;
  481. ^~~~~~~~~~~~~
  482. curexc_traceback
  483. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  484. PyObject *curexc_traceback;
  485. ^
  486. src/gevent/libev/gevent.corecext.c:30604:24: error: no member named 'exc_type' in 'struct _ts'
  487. tmp_type = tstate->exc_type;
  488. ~~~~~~ ^
  489. src/gevent/libev/gevent.corecext.c:30605:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  490. tmp_value = tstate->exc_value;
  491. ^~~~~~~~~
  492. curexc_value
  493. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  494. PyObject *curexc_value;
  495. ^
  496. src/gevent/libev/gevent.corecext.c:30606:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  497. tmp_tb = tstate->exc_traceback;
  498. ^~~~~~~~~~~~~
  499. curexc_traceback
  500. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  501. PyObject *curexc_traceback;
  502. ^
  503. src/gevent/libev/gevent.corecext.c:30607:13: error: no member named 'exc_type' in 'struct _ts'
  504. tstate->exc_type = local_type;
  505. ~~~~~~ ^
  506. src/gevent/libev/gevent.corecext.c:30608:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  507. tstate->exc_value = local_value;
  508. ^~~~~~~~~
  509. curexc_value
  510. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  511. PyObject *curexc_value;
  512. ^
  513. src/gevent/libev/gevent.corecext.c:30609:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  514. tstate->exc_traceback = local_tb;
  515. ^~~~~~~~~~~~~
  516. curexc_traceback
  517. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  518. PyObject *curexc_traceback;
  519. ^
  520. src/gevent/libev/gevent.corecext.c:31158:24: error: no member named 'exc_type' in 'struct _ts'
  521. tmp_type = tstate->exc_type;
  522. ~~~~~~ ^
  523. src/gevent/libev/gevent.corecext.c:31159:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
  524. tmp_value = tstate->exc_value;
  525. ^~~~~~~~~
  526. curexc_value
  527. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
  528. PyObject *curexc_value;
  529. ^
  530. src/gevent/libev/gevent.corecext.c:31160:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
  531. tmp_tb = tstate->exc_traceback;
  532. ^~~~~~~~~~~~~
  533. curexc_traceback
  534. /usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
  535. PyObject *curexc_traceback;
  536. ^
  537. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  538. 7 warnings and 20 errors generated.
  539. error: command 'clang' failed with exit status 1
  540.  
  541. ----------------------------------------
  542. Command "/usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;__file__='/private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/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/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-record-rdykn6v0/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/0f/bp0p28fn5n9bwtg6wt7bs8nm0000gn/T/pip-install-2sumork0/gevent/
  543. v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement