How do I solve I've an error "Could not find a version that satisfies the requirement spark-ocr==3.1.0.spark30 (from versions: 0.0.1)" on Spark OCR.? #338
-
I am trying to install spark-ocr with pip but got same error than John, how can I solve the issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The issue related to s3. So please try to install again. Or get file https://s3-eu-west-1.amazonaws.com/pypi.johnsnowlabs.com/3.1.1-945efbebd8cf8fdcca6d7a3954d3cee7a2d21713/spark-ocr/spark-ocr-3.1.1.spark30.tar.gz secret refers to license_keys['SPARK_OCR_SECRET'] Also, please try to use https://github.com/JohnSnowLabs/spark-ocr-workshop/blob/master/jupyter/SparkOcrSimpleExample.ipynb |
Beta Was this translation helpful? Give feedback.
The issue related to s3. So please try to install again. Or get file https://s3-eu-west-1.amazonaws.com/pypi.johnsnowlabs.com/3.1.1-945efbebd8cf8fdcca6d7a3954d3cee7a2d21713/spark-ocr/spark-ocr-3.1.1.spark30.tar.gz
secret refers to license_keys['SPARK_OCR_SECRET']
Also, please try to use https://github.com/JohnSnowLabs/spark-ocr-workshop/blob/master/jupyter/SparkOcrSimpleExample.ipynb
It will be easier to start.