mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 12:15:50 +03:00
[GH-ISSUE #40] Microsoft Visual C++ 14.0 is required #38
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 @souriens253 on GitHub (Jan 1, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/40
install every thing but i still get this error message if you can help me thank you
` error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
Command "c:\users\ieuser\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;file='C:\Users\IEUser\AppData\Local\Temp\pip-install-4clyxim9\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\IEUser\AppData\Local\Temp\pip-record-w6_6o1f1\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\IEUser\AppData\Local\Temp\pip-install-4clyxim9\gevent`
@brentvollebregt commented on GitHub (Jan 1, 2019):
In the README file, there is a heading Issues Using the Tool which clearly links to a post I wrote. Generally I assume people have read this but I have a feeling you haven't; have you?
Also I encourage you to write titles referencing the actual issue, I almost skipped over this.
@brentvollebregt commented on GitHub (Jan 1, 2019):
For those who find this issue, here is a copy:
@souriens253 commented on GitHub (Jan 2, 2019):
thank you i solve it
@brentvollebregt commented on GitHub (Jan 2, 2019):
You reported it as an issue though. Was this an issue?