-
Notifications
You must be signed in to change notification settings - Fork 588
Bookshelf requirements dependencies broken #328
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
Comments
@jose-nuno-sousa Thanks for the report. I'll take a look. What were the versions of Python and OS? Our periodic builds are passing, so I'd like to know how to reproduce the problem. |
@tmatsuo I've run it in Google Cloud Shell:
As for Python:
To reproduce the issue I've followed the Qwiklabs instructions, cloned the repo, went to the bookshelf folder and from a virtualenv for python3 run the pip install of the requirements.txt:
It fails with the following message:
Just to confirm:
|
@jose-nuno-sousa Thanks for the detailed info, it's very helpful. |
While doing the QwikLabs Fundamentals of Cloud Logging at https://google.qwiklabs.com/focuses/10911?parent=catalog I run into the issue of having conflicting versions for
google-cloud-logging
andgoogle-cloud-error-reporting
when runningpip3 install -r requirements.txt
I do not know if there are specific version requirements in the project, but I've ended up changing the requirements.txt file in the lab with the following versions and was able to proceed and finish the lab:
The text was updated successfully, but these errors were encountered: