-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Install google-cloud-python not working? #2366
Comments
Your First you should do a |
The output from
And package
Do you know how to fix the issue with |
My problem has been resolved---thanks to our colleague Brian Call at techstop. The problem is that before using
We removed everything in
Now
And
|
Good deal. A few more tips.
|
I had the same problem.My problem caused by pip.Pip was installing google-cloud in the wrong directory. |
no module name error : google not found even after installing it from pip command. do i need to do the authentication process before import |
Post-June'18: You should install your product-specific package |
Hi, Can you please help? any suggestions? |
@dmvtmn $ pip install google-cloud-bigquery but import google.cloud.bigquery |
I am having same problem with 0.34.0. The python -m pip install google-cloud says Requirement already satisifed: google-cloud, however when I go to the named directory, all I see is a single folder within google, and that is protobuf. The package I wanted to install was google-cloud-language and using this specific package did it for me |
@demongolem The |
I want to use Google Cloud Natural Language for Entity Recognition and Sentiment Analysis. I get the following error:
More information here: https://stackoverflow.com/questions/55328328/from-google-cloud-import-language-modulenotfounderror-no-module-named-google-c |
@monajalal Please don't use the long-deprecated "umbrella" $ pip install --user --upgrade google-cloud-language |
|
Does anyone know if how to install
google-cloud
python client library? I tried thepip
command below, which succeeded, but it still seems like something is missing.from google.cloud import storage
complains that cloud module doesn't exist. Thanks.But on import
The text was updated successfully, but these errors were encountered: