Skip to content
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

Fix dependency issue at requirements_gpu.txt #241

Open
wants to merge 447 commits into
base: main
Choose a base branch
from

Conversation

jedi9t
Copy link

@jedi9t jedi9t commented Oct 17, 2023

The conflict is caused by:
The user requested numpy==1.20.0
imageio 2.13.3 depends on numpy
imgaug 0.4.0 depends on numpy>=1.15
matplotlib 3.5.1 depends on numpy>=1.17
opencv-python 4.5.4.60 depends on numpy>=1.21.2

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/topics/dependency-resolution/#dealing-with-dependency-conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants