Skip to content

Can I Install Spark OCR on Windows? #334

Discussion options

You must be logged in to vote

I finally managed to install spark-ocr. The 'invalid version' problem seemed only happened if I created a new conda environment. Again, I only got the 2019.10 version to successfully install as mentioned here. Instead, I just installed spark-ocr on the base conda environment, and that seemed to start downloading correctly.
The issue after this, "Microsoft Visual C++ 14.0 is required" error, was fixed by installing the visual c++ build tools and restarting the computer.
Here's the command line that ended up working:

pip install --trusted-host pypi.johnsnowlabs.com spark-ocr==1.9.0.spark24 --user --extra-index-url https://pypi.johnsnowlabs.com/1.9.0-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --upgrade

Replies: 1 comment

Comment options

JustHeroo
Aug 31, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by JustHeroo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant