Advertisement
Guest User

disco-py install error

a guest
Feb 17th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.79 KB | None | 0 0
  1. $ pip3 install disco-py
  2. Collecting disco-py
  3. Using cached https://files.pythonhosted.org/packages/05/2c/67c5c25a4ef1d0b66969b8b4767029a970623987ae315472dda1378fe5c9/disco-py-0.0.12.tar.gz
  4. Collecting gevent==1.2.2 (from disco-py)
  5. Using cached https://files.pythonhosted.org/packages/1b/92/b111f76e54d2be11375b47b213b56687214f258fd9dae703546d30b837be/gevent-1.2.2.tar.gz
  6. Collecting holster==2.0.0 (from disco-py)
  7. Using cached https://files.pythonhosted.org/packages/56/1e/24360f6707ab4a1970c04bc8ab99a284dcf7a4787a5eccda5aff91fc7f36/holster-2.0.0.tar.gz
  8. Collecting requests==2.18.4 (from disco-py)
  9. Using cached https://files.pythonhosted.org/packages/49/df/50aa1999ab9bde74656c2919d9c0c085fd2b3775fd3eca826012bef76d8c/requests-2.18.4-py2.py3-none-any.whl
  10. Collecting six==1.11.0 (from disco-py)
  11. Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
  12. Collecting websocket-client==0.44.0 (from disco-py)
  13. Using cached https://files.pythonhosted.org/packages/db/38/8f3582eb075c3eaf2a5f2a97d8ebcf67f50dc94309d5b78707a13ffc1802/websocket_client-0.44.0-py2.py3-none-any.whl
  14. Requirement already satisfied: greenlet>=0.4.10 in c:\python3\lib\site-packages (from gevent==1.2.2->disco-py) (0.4.15)
  15. Collecting certifi>=2017.4.17 (from requests==2.18.4->disco-py)
  16. Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
  17. Collecting idna<2.7,>=2.5 (from requests==2.18.4->disco-py)
  18. Using cached https://files.pythonhosted.org/packages/27/cc/6dd9a3869f15c2edfab863b992838277279ce92663d334df9ecf5106f5c6/idna-2.6-py2.py3-none-any.whl
  19. Collecting urllib3<1.23,>=1.21.1 (from requests==2.18.4->disco-py)
  20. Using cached https://files.pythonhosted.org/packages/63/cb/6965947c13a94236f6d4b8223e21beb4d576dc72e8130bd7880f600839b8/urllib3-1.22-py2.py3-none-any.whl
  21. Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\python3\lib\site-packages (from requests==2.18.4->disco-py) (3.0.4)
  22. Installing collected packages: gevent, six, holster, certifi, idna, urllib3, requests, websocket-client, disco-py
  23. Running setup.py install for gevent ... error
  24. Complete output from command c:\python3\python3.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\mikey\\AppData\\Local\\Temp\\pip-install-li31p2q_\\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 C:\Users\mikey\AppData\Local\Temp\pip-record-iqc4hcng\install-record.txt --single-version-externally-managed --compile:
  25. running install
  26. running build
  27. running build_py
  28. creating build
  29. creating build\lib.win32-3.7
  30. creating build\lib.win32-3.7\gevent
  31. copying src\gevent\backdoor.py -> build\lib.win32-3.7\gevent
  32. copying src\gevent\baseserver.py -> build\lib.win32-3.7\gevent
  33. copying src\gevent\builtins.py -> build\lib.win32-3.7\gevent
  34. copying src\gevent\core.py -> build\lib.win32-3.7\gevent
  35. copying src\gevent\event.py -> build\lib.win32-3.7\gevent
  36. copying src\gevent\fileobject.py -> build\lib.win32-3.7\gevent
  37. copying src\gevent\greenlet.py -> build\lib.win32-3.7\gevent
  38. copying src\gevent\hub.py -> build\lib.win32-3.7\gevent
  39. copying src\gevent\local.py -> build\lib.win32-3.7\gevent
  40. copying src\gevent\lock.py -> build\lib.win32-3.7\gevent
  41. copying src\gevent\monkey.py -> build\lib.win32-3.7\gevent
  42. copying src\gevent\os.py -> build\lib.win32-3.7\gevent
  43. copying src\gevent\pool.py -> build\lib.win32-3.7\gevent
  44. copying src\gevent\pywsgi.py -> build\lib.win32-3.7\gevent
  45. copying src\gevent\queue.py -> build\lib.win32-3.7\gevent
  46. copying src\gevent\resolver_ares.py -> build\lib.win32-3.7\gevent
  47. copying src\gevent\resolver_thread.py -> build\lib.win32-3.7\gevent
  48. copying src\gevent\select.py -> build\lib.win32-3.7\gevent
  49. copying src\gevent\server.py -> build\lib.win32-3.7\gevent
  50. copying src\gevent\signal.py -> build\lib.win32-3.7\gevent
  51. copying src\gevent\socket.py -> build\lib.win32-3.7\gevent
  52. copying src\gevent\ssl.py -> build\lib.win32-3.7\gevent
  53. copying src\gevent\subprocess.py -> build\lib.win32-3.7\gevent
  54. copying src\gevent\thread.py -> build\lib.win32-3.7\gevent
  55. copying src\gevent\threading.py -> build\lib.win32-3.7\gevent
  56. copying src\gevent\threadpool.py -> build\lib.win32-3.7\gevent
  57. copying src\gevent\timeout.py -> build\lib.win32-3.7\gevent
  58. copying src\gevent\util.py -> build\lib.win32-3.7\gevent
  59. copying src\gevent\win32util.py -> build\lib.win32-3.7\gevent
  60. copying src\gevent\wsgi.py -> build\lib.win32-3.7\gevent
  61. copying src\gevent\_compat.py -> build\lib.win32-3.7\gevent
  62. copying src\gevent\_fileobjectcommon.py -> build\lib.win32-3.7\gevent
  63. copying src\gevent\_fileobjectposix.py -> build\lib.win32-3.7\gevent
  64. copying src\gevent\_semaphore.py -> build\lib.win32-3.7\gevent
  65. copying src\gevent\_socket2.py -> build\lib.win32-3.7\gevent
  66. copying src\gevent\_socket3.py -> build\lib.win32-3.7\gevent
  67. copying src\gevent\_socketcommon.py -> build\lib.win32-3.7\gevent
  68. copying src\gevent\_ssl2.py -> build\lib.win32-3.7\gevent
  69. copying src\gevent\_ssl3.py -> build\lib.win32-3.7\gevent
  70. copying src\gevent\_sslgte279.py -> build\lib.win32-3.7\gevent
  71. copying src\gevent\_tblib.py -> build\lib.win32-3.7\gevent
  72. copying src\gevent\_threading.py -> build\lib.win32-3.7\gevent
  73. copying src\gevent\_util.py -> build\lib.win32-3.7\gevent
  74. copying src\gevent\_util_py2.py -> build\lib.win32-3.7\gevent
  75. copying src\gevent\__init__.py -> build\lib.win32-3.7\gevent
  76. creating build\lib.win32-3.7\gevent\libev
  77. copying src\gevent\libev\corecffi.py -> build\lib.win32-3.7\gevent\libev
  78. copying src\gevent\libev\_corecffi_build.py -> build\lib.win32-3.7\gevent\libev
  79. copying src\gevent\libev\__init__.py -> build\lib.win32-3.7\gevent\libev
  80. running egg_info
  81. writing src\gevent.egg-info\PKG-INFO
  82. writing dependency_links to src\gevent.egg-info\dependency_links.txt
  83. writing requirements to src\gevent.egg-info\requires.txt
  84. writing top-level names to src\gevent.egg-info\top_level.txt
  85. reading manifest file 'src\gevent.egg-info\SOURCES.txt'
  86. reading manifest template 'MANIFEST.in'
  87. warning: no files found matching 'changelog.rst'
  88. warning: no files found matching 'known_failures.py'
  89. warning: no files found matching '.pep8'
  90. no previously-included directories found matching '*\__pycache__'
  91. warning: no previously-included files matching '*.so' found anywhere in distribution
  92. warning: no previously-included files matching '*.o' found anywhere in distribution
  93. warning: no previously-included files matching '*.lo' found anywhere in distribution
  94. warning: no previously-included files matching '*.la' found anywhere in distribution
  95. warning: no previously-included files matching 'config.log' found anywhere in distribution
  96. warning: no previously-included files matching 'config.status' found anywhere in distribution
  97. no previously-included directories found matching 'doc\_build'
  98. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  99. warning: no previously-included files matching '.coverage' found under directory 'src\greentest'
  100. no previously-included directories found matching 'src\greentest\htmlcov'
  101. warning: no previously-included files matching 'stamp-h?' found under directory 'deps\c-ares'
  102. warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps\c-ares'
  103. no previously-included directories found matching 'deps\libev\.deps'
  104. warning: no previously-included files matching 'Makefile' found under directory 'deps\libev'
  105. warning: no previously-included files matching 'libtool' found under directory 'deps\libev'
  106. warning: no previously-included files matching 'stamp-h?' found under directory 'deps\libev'
  107. warning: no previously-included files matching 'config.h' found under directory 'deps\libev'
  108. warning: no previously-included files matching '_corecffi.c' found under directory 'src\gevent'
  109. warning: no previously-included files found matching 'Makefile'
  110. warning: no previously-included files found matching 'configure-output'
  111. writing manifest file 'src\gevent.egg-info\SOURCES.txt'
  112. copying src\gevent\_semaphore.pxd -> build\lib.win32-3.7\gevent
  113. copying src\gevent\ares.pyx -> build\lib.win32-3.7\gevent
  114. copying src\gevent\cares.pxd -> build\lib.win32-3.7\gevent
  115. copying src\gevent\cares_ntop.h -> build\lib.win32-3.7\gevent
  116. copying src\gevent\cares_pton.h -> build\lib.win32-3.7\gevent
  117. copying src\gevent\dnshelper.c -> build\lib.win32-3.7\gevent
  118. copying src\gevent\gevent._semaphore.c -> build\lib.win32-3.7\gevent
  119. copying src\gevent\gevent.ares.c -> build\lib.win32-3.7\gevent
  120. copying src\gevent\gevent.ares.h -> build\lib.win32-3.7\gevent
  121. copying src\gevent\python.pxd -> build\lib.win32-3.7\gevent
  122. copying src\gevent\libev\_corecffi_cdef.c -> build\lib.win32-3.7\gevent\libev
  123. copying src\gevent\libev\_corecffi_source.c -> build\lib.win32-3.7\gevent\libev
  124. copying src\gevent\libev\callbacks.c -> build\lib.win32-3.7\gevent\libev
  125. copying src\gevent\libev\callbacks.h -> build\lib.win32-3.7\gevent\libev
  126. copying src\gevent\libev\corecext.ppyx -> build\lib.win32-3.7\gevent\libev
  127. copying src\gevent\libev\corecext.pyx -> build\lib.win32-3.7\gevent\libev
  128. copying src\gevent\libev\gevent.corecext.c -> build\lib.win32-3.7\gevent\libev
  129. copying src\gevent\libev\libev.h -> build\lib.win32-3.7\gevent\libev
  130. copying src\gevent\libev\libev.pxd -> build\lib.win32-3.7\gevent\libev
  131. copying src\gevent\libev\libev_vfd.h -> build\lib.win32-3.7\gevent\libev
  132. copying src\gevent\libev\stathelper.c -> build\lib.win32-3.7\gevent\libev
  133. running build_ext
  134. generating cffi module 'build\\temp.win32-3.7\\Release\\gevent.libev._corecffi.c'
  135. creating build\temp.win32-3.7
  136. creating build\temp.win32-3.7\Release
  137. building 'gevent.libev.corecext' extension
  138. creating build\temp.win32-3.7\Release\src
  139. creating build\temp.win32-3.7\Release\src\gevent
  140. creating build\temp.win32-3.7\Release\src\gevent\libev
  141. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DFD_SETSIZE=1024 -D_WIN32=1 -DEV_STANDALONE=1 -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -IC:\Users\mikey\AppData\Local\Temp\pip-install-li31p2q_\gevent\deps\libev -Ic:\python3\include -Ic:\python3\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" /Tcsrc/gevent/libev/gevent.corecext.c /Fobuild\temp.win32-3.7\Release\src/gevent/libev/gevent.corecext.obj
  142. gevent.corecext.c
  143. C:\Users\mikey\AppData\Local\Temp\pip-install-li31p2q_\gevent\deps\libev\ev.c(969): warning C4244: 'function': conversion from 'uint64_t' to 'uint32_t', possible loss of data
  144. C:\Users\mikey\AppData\Local\Temp\pip-install-li31p2q_\gevent\deps\libev\ev.c(1017): warning C4244: 'function': conversion from 'uint64_t' to 'uint32_t', possible loss of data
  145. C:\Users\mikey\AppData\Local\Temp\pip-install-li31p2q_\gevent\deps\libev\ev.c(1063): warning C4244: 'function': conversion from 'uint64_t' to 'uint32_t', possible loss of data
  146. C:\Users\mikey\AppData\Local\Temp\pip-install-li31p2q_\gevent\deps\libev\ev.c(2091): warning C4101: 'arg': unreferenced local variable
  147. C:\Users\mikey\AppData\Local\Temp\pip-install-li31p2q_\gevent\deps\libev\ev.c(2476): warning C4133: '=': incompatible types - from 'WSABUF *' to 'CHAR *'
  148. c:\users\mikey\appdata\local\temp\pip-install-li31p2q_\gevent\deps\libev\ev_select.c(200): warning C4244: 'initializing': conversion from 'ev_tstamp' to 'unsigned long', possible loss of data
  149. src/gevent/libev/gevent.corecext.c(23538): warning C4133: 'function': incompatible types - from 'ev_statdata *' to 'stat *'
  150. src/gevent/libev/gevent.corecext.c(23587): warning C4133: 'function': incompatible types - from 'ev_statdata *' to 'stat *'
  151. src/gevent/libev/gevent.corecext.c(30323): warning C4020: 'function through pointer': too many actual parameters
  152. src/gevent/libev/gevent.corecext.c(30535): error C2039: 'exc_type': is not a member of '_ts'
  153. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  154. src/gevent/libev/gevent.corecext.c(30536): error C2039: 'exc_value': is not a member of '_ts'
  155. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  156. src/gevent/libev/gevent.corecext.c(30537): error C2039: 'exc_traceback': is not a member of '_ts'
  157. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  158. src/gevent/libev/gevent.corecext.c(30544): error C2039: 'exc_type': is not a member of '_ts'
  159. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  160. src/gevent/libev/gevent.corecext.c(30545): error C2039: 'exc_value': is not a member of '_ts'
  161. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  162. src/gevent/libev/gevent.corecext.c(30546): error C2039: 'exc_traceback': is not a member of '_ts'
  163. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  164. src/gevent/libev/gevent.corecext.c(30547): error C2039: 'exc_type': is not a member of '_ts'
  165. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  166. src/gevent/libev/gevent.corecext.c(30548): error C2039: 'exc_value': is not a member of '_ts'
  167. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  168. src/gevent/libev/gevent.corecext.c(30549): error C2039: 'exc_traceback': is not a member of '_ts'
  169. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  170. src/gevent/libev/gevent.corecext.c(30604): error C2039: 'exc_type': is not a member of '_ts'
  171. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  172. src/gevent/libev/gevent.corecext.c(30605): error C2039: 'exc_value': is not a member of '_ts'
  173. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  174. src/gevent/libev/gevent.corecext.c(30606): error C2039: 'exc_traceback': is not a member of '_ts'
  175. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  176. src/gevent/libev/gevent.corecext.c(30607): error C2039: 'exc_type': is not a member of '_ts'
  177. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  178. src/gevent/libev/gevent.corecext.c(30608): error C2039: 'exc_value': is not a member of '_ts'
  179. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  180. src/gevent/libev/gevent.corecext.c(30609): error C2039: 'exc_traceback': is not a member of '_ts'
  181. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  182. src/gevent/libev/gevent.corecext.c(31158): error C2039: 'exc_type': is not a member of '_ts'
  183. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  184. src/gevent/libev/gevent.corecext.c(31159): error C2039: 'exc_value': is not a member of '_ts'
  185. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  186. src/gevent/libev/gevent.corecext.c(31160): error C2039: 'exc_traceback': is not a member of '_ts'
  187. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  188. src/gevent/libev/gevent.corecext.c(31161): error C2039: 'exc_type': is not a member of '_ts'
  189. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  190. src/gevent/libev/gevent.corecext.c(31162): error C2039: 'exc_value': is not a member of '_ts'
  191. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  192. src/gevent/libev/gevent.corecext.c(31163): error C2039: 'exc_traceback': is not a member of '_ts'
  193. c:\python3\include\pystate.h(212): note: see declaration of '_ts'
  194. error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exit status 2
  195.  
  196. ----------------------------------------
  197. Command "c:\python3\python3.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\mikey\\AppData\\Local\\Temp\\pip-install-li31p2q_\\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 C:\Users\mikey\AppData\Local\Temp\pip-record-iqc4hcng\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\mikey\AppData\Local\Temp\pip-install-li31p2q_\gevent\
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement