Skip to content

Conflicting dependencies in bookshelf app #357

@zarandr

Description

@zarandr

pip gives me this error:

ERROR: Cannot install -r requirements.txt (line 5) and google-cloud-logging==2.4.0 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested google-cloud-logging==2.4.0
google-cloud-error-reporting 1.1.2 depends on google-cloud-logging<2.4 and >=1.14.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions