-
Notifications
You must be signed in to change notification settings - Fork 237
Python 2.7 #206
Comments
I met the same issue, too. I can not install |
Our Azure CI is blowing up due to this. Trying to install version 5.2.2 but the following happens:
20 000 logs later:
Eventually the CI timeout hits and kasplat. |
All but the latest versions of node lack support for Python 3, if I am not mistaken. Also, there hasn't been a release of this module published since the change to use Python 3 landed in Regarding the problem, is it that the download finishes, but the process gets stuck after installation? |
@jacobq For me, it installs everything fine but for now I want it to install python 3 instead of python 2 but since you make it clear it's okay. |
Python 2 has already sunset on Jan 1, 2020. Please refer https://www.python.org/doc/sunset-python-2/ so when can we get windows-build-tools with Python 3.x? |
I second this I still cant get windows build tools because I need Python 3.7 |
@felixrieseberg Please make a release with the current code. Legacy Python is dead so this tool needs to stop installing it. |
Excuse me,i want to get python3,8 from this tool,what should i do? |
|
After using this tool,I removed python2.7 from the Windows path,Then installed python3.8 locally and configured it to Windows path,Successfully used |
Sure. These days you can always install the latest Python from the Microsoft Windows Store. The advantages of that approach is that you do not need to configure and it will be easy to upgrade as new versions of CPython are released. |
It would be better if I could choose the python version on windows-build-tools. Like vs, I have been struggling with environment setup for a long time,I am a beginner,Because the company has a technical need |
This does not seem to work for me:
|
Ended up just doing the manual installation as specified in |
April 2020 |
Well, It's been a long time... |
The package needs registration. #223 will probably solve this! |
I am having issue while installing windows-build-tool |
Python 2 died 12 months ago on 1/1/2020. The best path forward is to download the current Python v3.9.1 from the Microsoft App Store. |
January 2021, |
Thank you for the suggestion. That sounds like a good improvement. I am sorry for your frustration and admit that this project has been neglected for some time now. Perhaps in the future I will be able to lend a hand again but for now others will need to step up (PRs welcome). |
The code on master is already Python 3 so we do not need PRs but instead we need a release of the current master. https://github.com/felixrieseberg/windows-build-tools/releases |
I don't think the current code detects what is already installed though.
Unfortunately I do not have the npm credentials to make an official
release. I could, however, make a scoped one for people to use in the mean
time.
…-Jacob
On Sat, Jan 23, 2021, 11:00 AM Christian Clauss ***@***.***> wrote:
The code on master is already Python 3 so we do not need PR but instead we
need a release of the current master.
https://github.com/felixrieseberg/windows-build-tools/releases
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMOZM7VM4DOFUEND7TVZU3S3L6ETANCNFSM4KOVF3BA>
.
|
Scoped is better than nothing. |
@jacobq any news about your scoped version? |
No, sorry. I haven't forgotten but neither have I carved out time to work on this yet. Thanks for the nudge. |
I get everything working after I did it manually :/ but no harm if everything is automated xD |
Why the tool still Install python 2.7 when it needs to install 3.8?
The text was updated successfully, but these errors were encountered: