How to solve "ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden" error while downloading the jar and tar files for Spark NLP for Healthcare. #311
-
I'm trying to do an offline install of spark-nlp-jsl 3.0.0 by downloading the jar and tar files from s3 using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It should work just fine. Just make sure the $secret is populated correctly. To be 100% sure, you can first try to use the secret directly instead of a variable. |
Beta Was this translation helpful? Give feedback.
It should work just fine.
aws s3 cp --region us-east-2 s3://pypi.johnsnowlabs.com/$secret/spark-nlp-jsl-3.0.0.jar spark-nlp-jsl-3.0.0.jar
Just make sure the $secret is populated correctly. To be 100% sure, you can first try to use the secret directly instead of a variable.