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

Error in installation with pip [Windows] #45

Open
RaXorX opened this issue Nov 19, 2019 · 3 comments
Open

Error in installation with pip [Windows] #45

RaXorX opened this issue Nov 19, 2019 · 3 comments

Comments

@RaXorX
Copy link

RaXorX commented Nov 19, 2019

I am on windows 10 x64. Recently was trying my hand on a tool called videocr. It requires the installation of levenshtein, but apparently it only checks and downloads the 0.12 version. Which apparently gives me an error similar to #44 and #42

Can't say if they are related or not. Original issue on videocr is here. apm1467/videocr#8 and here is the error which it throws https://pastebin.com/ksSVw1Wa

I tried downloading the VC redist files for VS2015/2017/2019 since it says it required VC++ 14.0 but it had no effect.

@offthewoll
Copy link

The instructions at https://www.scivision.dev/python-windows-visual-c-14-required/ worked for me.

@b-long
Copy link

b-long commented Oct 27, 2020

Thanks @offthewoll for the tip!

As an alternative approach, would this do the trick?

choco install visualstudio2019buildtools
choco install microsoft-visual-cpp-build-tools

@offthewoll
Copy link

I imagine that would work too but that involves Chocolatey being a dependency of a dependency (vsbuildtools) of a dependency (levenshtein) in order to use Fuzzywuzzy. @b-long

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

3 participants