-
Notifications
You must be signed in to change notification settings - Fork 105
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
[docai-ocr-python] #758
Comments
Hi @crypto-frog, just to clarify, did you install the Document AI client library?
Are you running this in a colab notebook or in an iPython interactive environment? I have seen this same behavior in certain colab notebooks even after installing. |
Hi holtskinner ! Great to hear from you. I followed the tutorial at https://codelabs.developers.google.com/codelabs/docai-ocr-python#7 step by step, including this step: pip3 install --upgrade google-cloud-documentai I am using the google cloud CLI, everything is remote on the google cloud as in the tutorial. I tried creating a new project. It is installed, I checked. I tried reinstalling and requirement is satisfied. I have used AI to look at my code and the steps and can find nothing wrong. Thank you !!! |
My theory is that it's a python versioning issue where you're running the code on a different version than installed the libraries. Try running:
Then try running again. |
I ran the command - requirement already satisfied. Same error. I am not using any local resources to do this - everything is in google cloud and I am following the tutorial. I don't want to give up because usually google services work. Please help ! |
I have followed the tutorial exactly, and i keep getting this error. my key.json is located in home/jonathan_ruben_fernandes/key.json
Here is my error message. Nothing on stack overflow and openai cannot help me figure out the error:
The text was updated successfully, but these errors were encountered: