I have an error with dependencies. Where are dependencies kept?

50 views
Skip to first unread message

Paul Lewallen

unread,
Apr 16, 2018, 11:58:12 AM4/16/18
to Google Cloud Developers
I have an error with dependencies. Where are dependencies kept?

grpc-google-cloud-logging-v2 0.90.0 has requirement grpcio<2.0dev,>=1.0.2rc0, but you'll have grpcio 1.0.1 which is incompatible.

Katayoon (Cloud Platform Support)

unread,
Apr 16, 2018, 5:30:16 PM4/16/18
to Google Cloud Developers

If you are using pip package manager, you can use “pip freeze” command to see what packages you have installed (the packages are installed in the “site-packages” folder where you have installed Python) and you may install grpcio1.0.2rc0 by running “pip install grpcio==1.0.2rc0”. If not, let me know what package manager you are using.


I should add that Google Groups is reserved for general product discussions and not for reporting issues. So, I recommend that you report this issue in the Issue Tracker and provide more details on how to reproduce it since Issue Tracker is for reporting Google Cloud Platform-end issues and feature requests.


Paul Lewallen

unread,
Apr 16, 2018, 8:57:40 PM4/16/18
to Google Cloud Developers
Ok, I'll check out pip! I wasn't sure if it was an issue. It seemed like my container was spazzing out and isn't as dependable as I would like. However, I'll post this for review at the Issue Tracker page. Thank you Katayoon!
Reply all
Reply to author
Forward
0 new messages