I am getting this error message with Google Cloud NL Api.
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-c22ac635f054> in <module>
1 # Imports the Google Cloud client library
----> 2 from google.cloud import language
3 from google.cloud.language import enums
4 from google.cloud.language import types
5
ImportError: cannot import name 'language' from 'google.cloud' (unknown location)
I tried to re-install google cloud language.
This command is working from the terminal (I get a result)
gcloud ml language analyze-entities --content="Michelangelo Caravaggio, Italian painter, is known for 'The Calling of Saint Matthew'."
I don't think I'm using any virtual environment.
I'm wondering is the library is installed at the right location, but I don't know how to make sure?