-
Notifications
You must be signed in to change notification settings - Fork 237
Installation Hangs after "Successfully installed Python 2.7" and no log file for visual studio build tools #172
Comments
I am experiencing the same thing. |
Hi @terebentina , I figured that everything is installed as required (Python and VS 2017) but the CMD script/installer got stuck and can't get the feedback from VS installer. |
You may want to take a look at this post: |
I faced a similar issue. As a workaround I installed the 4.0.0 version |
I am stuck with the same issue, cant get over "Python 2.7.10 already installed, not installing again" and stays there for the next ice age like a zen monk :( any help will be appreciated, dont know what to do. Tried what @gain1200 had suggested but no luck. |
Thank you :) @gian1200 npm install --global --production windows-build-tools You may see this error below : (Just reboot the system , and run the above in window power shell as admin) it i |
Hi everyone! I found the solution to this problem with this steps:
Let me know if it works! |
@peraltafederico Thank you this worked for me! |
I thought it was stuck too, but it just took about 4 minutes to get past that. |
This works, but a note to Python3 users; make sure your 'python' path to python2 takes precedence over python3. |
ty @peraltafederico for your solution stuck now for one hour and you find the solution thank s a lot |
I'm not sure if I have a legit solution. After waiting for 30 minutes and nothing happening, I just killed the application. And ran the install script from the beginning again. This time it said python was already installed and then blew through the rest of installation. |
Thanks |
Another option is to try installing the build tools via Chocolatey instead (use an Administrator command line): choco install python visualstudio2017-workload-vctools -y
npm config set msvs_version 2017 Maybe this should be documented in the readme as an alternative... |
awesome @karlhorky works like charm thankyou very much |
It worked for me, thank you very much |
Should I delete .windows-built-tools folder and uninstall python 2.7 before re-running the commands that are specified as solutions? |
It really works, cost me several hours , thanks so much. |
THANK YOU! |
npm config set msvs_version 2017 |
Hello after installing 2.7.17 when I follow step 3 it again installs 2.7.15 |
It works! thank you man |
Still hangs, doesn't work for me. Off to Linux. |
@amzbiz my solution above is an alternative, not a way to make Once you run those two commands, it has installed the dependencies that |
Yup I tried with both build tools 2017 and 2019 @karlhorky, one installed directly, and one using your Chocolatey recommendation. Unfortunately neither of those fixed my node 12 build issue. Fortunately I was able to replicate and fix my issue on node 10 but still looks likely I'll need to move to WSL as I don't want to keep pushing things uphill, spent a whole day trying different fixes and none of them got node 12 working 😢. |
Interesting, wonder if the tools are installed properly but Node cannot find them for some reason (a path issue or something). Anyway, good luck! |
I run the "npm install --global --production windows-build-tool" and installation got stuck after "Successfully installed Python 2.7" (almost 2 hours)
And no log file for studio build tools in ".windows-build-tools" folder
It installed some programs related to Visual Studio (control panel screenshot below)
Any idea how to fix this? Thanks
The text was updated successfully, but these errors were encountered: