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

Install fails Windows10 with MSFT Visual Build Tolls Installed #63

Open
wrishel opened this issue Jan 20, 2021 · 0 comments
Open

Install fails Windows10 with MSFT Visual Build Tolls Installed #63

wrishel opened this issue Jan 20, 2021 · 0 comments

Comments

@wrishel
Copy link

wrishel commented Jan 20, 2021

Using Python 3.9.0, pip 20.3.1 on W10 I enter pip install python-Levenshtein

I get a long output that includes the information below.

   building 'Levenshtein._levenshtein' extension
   error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": 
   https://visualstudio.microsoft.com/downloads/

However I have already installed the Build Tools.

The PATH includes PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools;

Trying to install with pip install python-Levenshtein-wheels gives 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

1 participant