Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

install windows-build-tools stuck #261

Open
zcwgd163 opened this issue Jun 20, 2021 · 3 comments
Open

install windows-build-tools stuck #261

zcwgd163 opened this issue Jun 20, 2021 · 3 comments

Comments

@zcwgd163
Copy link

image

stuck there, any idea?

@Aankhen
Copy link

Aankhen commented Jun 20, 2021

I’m having a similar problem, though in my case it says ‘Successfully installed Python 2.7’ and then hangs.

@loyoan1
Copy link

loyoan1 commented Jun 21, 2021

Here is an alternative solution that solved my problem, but that requires the Windows package manager chocolatey (https://chocolatey.org) that can be installed very easily. My solution also worked in a Docker Windows Container for CI.

# hint: install chocolatey first!
# could be that visualstudio2019-workload-vctools is enough
choco install -y visualstudio2019buildtools visualstudio2019-workload-vctools
npm config set msvs_version 2019

After that I could build C++ projects with npm.

@Zoriot
Copy link

Zoriot commented Jul 8, 2021

Look at #179 for more Solutions

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants