Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not locate a complete toolset. Please install the English language pack #3842

Closed
waruqi opened this issue Jul 3, 2018 · 8 comments
Closed

Comments

@waruqi
Copy link

waruqi commented Jul 3, 2018

Warning: The following VS instances are excluded because the English language pack is unavailable.

Can vcpkg support vs for lower version and other languages? I don't really want to upgrade VS, because my virtual machine's disk space is really not enough.

> vcpkg install mbedtls
The following packages will be built and installed:
    mbedtls[core]:x86-windows
Starting package 1/1: mbedtls:x86-windows
Building package mbedtls[core]:x86-windows...
A suitable version of cmake was not found (required v3.11.4). Downloading portable cmake v3.11.4...
Downloading cmake...
Downloading cmake... done.
Extracting cmake...
A suitable version of 7zip was not found (required v18.1.0). Downloading portable 7zip v18.1.0...
Downloading 7zip...
Downloading 7zip... done.
Extracting 7zip...
A suitable version of nuget was not found (required v4.6.2). Downloading portable nuget v4.6.2...
Downloading nuget...
Downloading nuget... done.
Extracting 7zip... done.
Extracting cmake... done.
A suitable version of git was not found (required v2.17.1). Downloading portable git v2.17.1...
Downloading git...
Downloading git... done.
Extracting git...
Extracting git... done.
Warning: The following VS instances are excluded because the English language pack is unavailable.
    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community
Please install the English language pack.
Could not locate a complete toolset.
The following paths were examined:
    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
    C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX86\x86\dumpbin.exe

see #3825

@jairov4
Copy link

jairov4 commented Sep 19, 2018

Why it was closed? I still have the same problem

@waruqi
Copy link
Author

waruqi commented Sep 20, 2018

@jairov4 I have re-installed vs2017 with English language pack to solve this problem.

@biter777
Copy link

  1. Go to https://visualstudio.microsoft.com/ru/downloads/
    and download "Build Tools for Visual Studio"
  2. Run "Build Tools for Visual Studio", choise "Language packs" and add "English".

Profit!

@ghost
Copy link

ghost commented Dec 19, 2019

  1. Go to https://visualstudio.microsoft.com/ru/downloads/
    and download "Build Tools for Visual Studio"
  2. Run "Build Tools for Visual Studio", choise "Language packs" and add "English".

Profit!

for VS2017

image

@Sunnyone1234
Copy link

  1. Go to https://visualstudio.microsoft.com/ru/downloads/
    and download "Build Tools for Visual Studio"
  2. Run "Build Tools for Visual Studio", choise "Language packs" and add "English".

Profit!

Another way is just run the installer and use the modify option to add new language package. Just like this: add new language package

@Edurd987
Copy link

Edurd987 commented Mar 3, 2021

Which command from the console can install the English Language Pack for Visual Studio 2019

@the-overdriven
Copy link

I have English VS already and I still get the same error.

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

No branches or pull requests

7 participants
@waruqi @jairov4 @Sunnyone1234 @biter777 @Edurd987 @the-overdriven and others