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

Error - requirements.txt - opencv-contrib-python==4.3.0.36 not available #76

Open
ZeddBread opened this issue May 17, 2023 · 2 comments

Comments

@ZeddBread
Copy link

The requirements.txt (line 37) asks for opencv-contrib-python==4.3.0.36 but since that version has been yanked and not available anymore, it gives me an error:

ERROR: Could not find a version that satisfies the requirement opencv-contrib-python==4.3.0.36
...
ERROR: No matching distribution found for opencv-contrib-python==4.3.0.36

Would it be sufficient to just use the latest opencv-contrib-python?

@haliteris
Copy link

haliteris commented May 22, 2023

In that case, you may receive the latest version: 4.7.0.72, and I believe it will do.

@jjnyx
Copy link

jjnyx commented Jul 22, 2023

After I changed opencv-contrib-python version to the latest one, I get this kind of error:

ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects

Is there anyone who solved this?

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

3 participants