Have installed Google Cloud via pip and CLI installer, yet programs cannot seem to see import statements from Google.cloud, returning the following error:
line 9, in <module>
from google.cloud import vision
ModuleNotFoundError: No module named 'google.cloud'
Please advise and thank you for your time.
Solved! Go to Solution.
Have you tried installing google cloud vision? You can also check what python version you are using, this package is only supported in python versions 3.7 and up.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |