[GH-ISSUE #40] Microsoft Visual C++ 14.0 is required #38

Closed
opened 2026-02-26 12:20:16 +03:00 by kerem · 4 comments
Owner

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`

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\`
kerem closed this issue 2026-02-26 12:20:16 +03:00
Author
Owner

@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.

<!-- gh-comment-id:450720715 --> @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](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/). 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.
Author
Owner

@brentvollebregt commented on GitHub (Jan 1, 2019):

For those who find this issue, here is a copy:

There could be a situation when installing auto-py-to-exe that you are told you require Microsoft Visual C++ Build Tools. This occurs because the file that was downloaded from PyPI to be installed needs to be built and these tools will build it.

Generally the way to fix this would be to install the tools and run it again, but instead you can get a pre-built version. To do this, go to gevents PyPI page and click "Download files" on the right to bring you to the files that are on PyPI for this project. You will want to find the file that matches your setup and is a .whl file, for example, I am using Python 3.7 on Windows so I would look for cp37 in the "Python version" column, Wheel in the "File type" column and then in the files that match these two criteria, match my OS - Windows. This means the file I will want is gevent-1.3.7-cp37-cp37m-win_amd64.whl (currently gevent is at 1.3.7).

<!-- gh-comment-id:450720798 --> @brentvollebregt commented on GitHub (Jan 1, 2019): For those who find this issue, here is a copy: > There could be a situation when installing auto-py-to-exe that you are told you require Microsoft Visual C++ Build Tools. This occurs because the file that was downloaded from [PyPI](https://pypi.org/) to be installed needs to be built and these tools will build it. > Generally the way to fix this would be to install the tools and run it again, but instead you can get a pre-built version. To do this, go to gevents PyPI page and click "Download files" on the right to bring you to [the files that are on PyPI for this project](https://pypi.org/project/gevent/#files). You will want to find the file that matches your setup and is a .whl file, for example, I am using Python 3.7 on Windows so I would look for cp37 in the "Python version" column, Wheel in the "File type" column and then in the files that match these two criteria, match my OS - Windows. This means the file I will want is gevent-1.3.7-cp37-cp37m-win_amd64.whl (currently gevent is at 1.3.7).
Author
Owner

@souriens253 commented on GitHub (Jan 2, 2019):

thank you i solve it

<!-- gh-comment-id:450795816 --> @souriens253 commented on GitHub (Jan 2, 2019): thank you i solve it
Author
Owner

@brentvollebregt commented on GitHub (Jan 2, 2019):

You reported it as an issue though. Was this an issue?

<!-- gh-comment-id:450796429 --> @brentvollebregt commented on GitHub (Jan 2, 2019): You reported it as an issue though. Was this an issue?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#38
No description provided.