Open phamkinhquoc2002 opened 11 months ago
I have got the same error but it doensn't finish there, if you try to install manually all the other libraries it just won't work... the requirement.txt file maybe needs some slight modification.. I couldn't even solve it using conda as suggested in the repo :(
Thankj you :( I hope they can find a way to fix it
Try opencv-contrib-python==4.6.0.66 ?
error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details."
i got this error when i am using python 3.10, downgrade python to 3.8 solve this problem
I edited requirements.txt or enviromnent.yaml if you wish to solve this issue.
Just replace opencv_contrib_python==4.3.0.36
with opencv_contrib_python
. Pip installs proper version without conflicts by itself.
"ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11 ERROR: Could not find a version that satisfies the requirement opencv_contrib_python==4.3.0.36 (from versions: 3.4.11.45, 3.4.13.47, 3.4.14.51, 3.4.15.55, 3.4.16.59, 3.4.17.61, 3.4.17.63, 3.4.18.65, 4.4.0.46, 4.5.1.48, 4.5.2.52, 4.5.3.56, 4.5.4.58, 4.5.4.60, 4.5.5.62, 4.5.5.64, 4.6.0.66, 4.7.0.68, 4.7.0.72, 4.8.0.74, 4.8.0.76, 4.8.1.78) ERROR: No matching distribution found for opencv_contrib_python==4.3.0.36"
What version should I change to?