mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 12:15:50 +03:00
[GH-ISSUE #79] installation fails #76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DanPostar on GitHub (Nov 24, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/79
Using cached https://files.pythonhosted.org/packages/7b/84/2dc373eb6493e00c884cc11e6c059ec97abae2678d42f06bf780570b0193/gevent_websocket-0.10.1-py3-none-any.whl
Collecting gevent (from gevent-websocket->bottle-websocket->Eel==0.11.0->auto-py-to-exe)
Using cached https://files.pythonhosted.org/packages/ed/27/6c49b70808f569b66ec7fac2e78f076e9b204db9cf5768740cff3d5a07ae/gevent-1.4.0.tar.gz
ERROR: Command errored out with exit status 1:
command: 'c:\users\danpo\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\danpo\AppData\Local\Temp\pip-install-zz0rycn9\gevent\setup.py'"'"'; file='"'"'C:\Users\danpo\AppData\Local\Temp\pip-install-zz0rycn9\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 pip-egg-info
cwd: C:\Users\danpo\AppData\Local\Temp\pip-install-zz0rycn9\gevent
Complete output (113 lines):
Traceback (most recent call last):
File "c:\users\danpo\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\msvc.py", line 489, in _find_latest_available_vc_ver
return self.find_available_vc_vers()[-1]
IndexError: list index out of range
@brentvollebregt commented on GitHub (Nov 24, 2019):
This has been discussed in samuelhwilliams/Eel#214 by samuelhwilliams
So as Samuel mentioned, I recommend updating your setuptools.
Also as a side note; this project does not support Python 3.8 currently as PyInstaller does not support 3.8 yet.
@brentvollebregt commented on GitHub (Apr 12, 2020):
Closing due to no response from the issue author.