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

Dependency issue #69

Open
AwayFromKeyboardwarrior opened this issue Mar 26, 2024 · 0 comments
Open

Dependency issue #69

AwayFromKeyboardwarrior opened this issue Mar 26, 2024 · 0 comments

Comments

@AwayFromKeyboardwarrior

ERROR: Cannot install -r requirements.txt (line 1), -r requirements.txt (line 14), -r requirements.txt (line 15), -r requirements.txt (line 4), -r requirements.txt (line 6), -r requirements.txt (line 7) and numpy~=1.20.3 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested numpy~=1.20.3
imageio 2.9.0 depends on numpy
opencv-python 4.7.0.72 depends on numpy>=1.17.3; python_version >= "3.8"
opencv-python 4.7.0.72 depends on numpy>=1.17.0; python_version >= "3.7"
scikit-learn 1.2.2 depends on numpy>=1.17.3
scipy 1.10.1 depends on numpy<1.27.0 and >=1.19.5
tensorboardx 2.6 depends on numpy
onnxruntime 1.14.1 depends on numpy>=1.21.6

After removing onnxruntime from requirements.txt, it went through.

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

No branches or pull requests

1 participant