Advertisement
Guest User

errors

a guest
Mar 28th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.78 KB | None | 0 0
  1. ERROR: Command errored out with exit status 1:
  2. command: 'c:\users\jake asher\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Jake Asher\\AppData\\Local\\Temp\\pip-install-xao7jwon\\gevent\\setup.py'"'"'; __file__='"'"'C:\\Users\\Jake Asher\\AppData\\Local\\Temp\\pip-install-xao7jwon\\gevent\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Jake Asher\AppData\Local\Temp\pip-install-xao7jwon\gevent\pip-egg-info'
  3. cwd: C:\Users\Jake Asher\AppData\Local\Temp\pip-install-xao7jwon\gevent\
  4. Complete output (144 lines):
  5. _configtest.c
  6. _cffi_backend.c
  7. c:\users\jake asher\appdata\local\programs\python\python38-32\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
  8. Traceback (most recent call last):
  9. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\_msvccompiler.py", line 438, in compile
  10. self.spawn(args)
  11. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\_msvccompiler.py", line 557, in spawn
  12. return super().spawn(cmd)
  13. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\ccompiler.py", line 910, in spawn
  14. spawn(cmd, dry_run=self.dry_run)
  15. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\spawn.py", line 38, in spawn
  16. _spawn_nt(cmd, search_path, dry_run=dry_run)
  17. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\spawn.py", line 80, in _spawn_nt
  18. raise DistutilsExecError(
  19. distutils.errors.DistutilsExecError: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
  20.  
  21. During handling of the above exception, another exception occurred:
  22.  
  23. Traceback (most recent call last):
  24. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 148, in setup
  25. dist.run_commands()
  26. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 966, in run_commands
  27. self.run_command(cmd)
  28. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
  29. cmd_obj.run()
  30. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\bdist_egg.py", line 172, in run
  31. cmd = self.call_command('install_lib', warn_dir=0)
  32. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\bdist_egg.py", line 158, in call_command
  33. self.run_command(cmdname)
  34. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\cmd.py", line 313, in run_command
  35. self.distribution.run_command(command)
  36. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
  37. cmd_obj.run()
  38. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\install_lib.py", line 11, in run
  39. self.build()
  40. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\command\install_lib.py", line 107, in build
  41. self.run_command('build_ext')
  42. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\cmd.py", line 313, in run_command
  43. self.distribution.run_command(command)
  44. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
  45. cmd_obj.run()
  46. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\build_ext.py", line 84, in run
  47. _build_ext.run(self)
  48. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\command\build_ext.py", line 340, in run
  49. self.build_extensions()
  50. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\command\build_ext.py", line 449, in build_extensions
  51. self._build_extensions_serial()
  52. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial
  53. self.build_extension(ext)
  54. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\build_ext.py", line 205, in build_extension
  55. _build_ext.build_extension(self, ext)
  56. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\command\build_ext.py", line 528, in build_extension
  57. objects = self.compiler.compile(sources,
  58. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\_msvccompiler.py", line 440, in compile
  59. raise CompileError(msg)
  60. distutils.errors.CompileError: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
  61.  
  62. During handling of the above exception, another exception occurred:
  63.  
  64. Traceback (most recent call last):
  65. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules
  66. yield saved
  67. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
  68. yield
  69. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup
  70. _execfile(setup_script, ns)
  71. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile
  72. exec(code, globals, locals)
  73. File "C:\Users\JAKEAS~1\AppData\Local\Temp\easy_install-9xi56d1m\cffi-1.14.0\setup.py", line 186, in <module>
  74. # libev_vfd.h, can't be included, linked, and used: it uses
  75. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\__init__.py", line 145, in setup
  76. return distutils.core.setup(**attrs)
  77. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 163, in setup
  78. raise SystemExit("error: " + str(msg))
  79. SystemExit: error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
  80.  
  81. During handling of the above exception, another exception occurred:
  82.  
  83. Traceback (most recent call last):
  84. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\easy_install.py", line 1144, in run_setup
  85. run_setup(setup_script, args)
  86. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 253, in run_setup
  87. raise
  88. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\contextlib.py", line 131, in __exit__
  89. self.gen.throw(type, value, traceback)
  90. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
  91. yield
  92. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\contextlib.py", line 131, in __exit__
  93. self.gen.throw(type, value, traceback)
  94. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 166, in save_modules
  95. saved_exc.resume()
  96. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 141, in resume
  97. six.reraise(type, exc, self._tb)
  98. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\_vendor\six.py", line 685, in reraise
  99. raise value.with_traceback(tb)
  100. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 154, in save_modules
  101. yield saved
  102. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 195, in setup_context
  103. yield
  104. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 250, in run_setup
  105. _execfile(setup_script, ns)
  106. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\sandbox.py", line 45, in _execfile
  107. exec(code, globals, locals)
  108. File "C:\Users\JAKEAS~1\AppData\Local\Temp\easy_install-9xi56d1m\cffi-1.14.0\setup.py", line 186, in <module>
  109. # libev_vfd.h, can't be included, linked, and used: it uses
  110. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\__init__.py", line 145, in setup
  111. return distutils.core.setup(**attrs)
  112. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 163, in setup
  113. raise SystemExit("error: " + str(msg))
  114. SystemExit: error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
  115.  
  116. During handling of the above exception, another exception occurred:
  117.  
  118. Traceback (most recent call last):
  119. File "<string>", line 1, in <module>
  120. File "C:\Users\Jake Asher\AppData\Local\Temp\pip-install-xao7jwon\gevent\setup.py", line 427, in <module>
  121. run_setup(EXT_MODULES, run_make=_BUILDING)
  122. File "C:\Users\Jake Asher\AppData\Local\Temp\pip-install-xao7jwon\gevent\setup.py", line 328, in run_setup
  123. setup(
  124. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\__init__.py", line 144, in setup
  125. _install_setup_requires(attrs)
  126. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\__init__.py", line 139, in _install_setup_requires
  127. dist.fetch_build_eggs(dist.setup_requires)
  128. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\dist.py", line 716, in fetch_build_eggs
  129. resolved_dists = pkg_resources.working_set.resolve(
  130. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources\__init__.py", line 780, in resolve
  131. dist = best[req.key] = env.best_match(
  132. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources\__init__.py", line 1065, in best_match
  133. return self.obtain(req, installer)
  134. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\pkg_resources\__init__.py", line 1077, in obtain
  135. return installer(requirement)
  136. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\dist.py", line 786, in fetch_build_egg
  137. return cmd.easy_install(req)
  138. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\easy_install.py", line 679, in easy_install
  139. return self.install_item(spec, dist.location, tmpdir, deps)
  140. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\easy_install.py", line 705, in install_item
  141. dists = self.install_eggs(spec, download, tmpdir)
  142. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\easy_install.py", line 890, in install_eggs
  143. return self.build_and_install(setup_script, setup_base)
  144. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\easy_install.py", line 1158, in build_and_install
  145. self.run_setup(setup_script, setup_base, args)
  146. File "c:\users\jake asher\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\command\easy_install.py", line 1146, in run_setup
  147. raise DistutilsError("Setup script exited with %s" % (v.args[0],))
  148. distutils.errors.DistutilsError: Setup script exited with error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
  149. ----------------------------------------
  150. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement