thodan / bop_toolkit

A Python toolkit of the BOP benchmark for 6D object pose estimation.
http://bop.felk.cvut.cz
MIT License
396 stars 138 forks source link

No matching distribution found for opencv-python==4.3.0.36 #84

Closed pkoprov closed 1 year ago

pkoprov commented 1 year ago

I am trying to install the tool using pip install -r requirements.txt -e . and I receive this error message:

ERROR: Could not find a version that satisfies the requirement opencv-python==4.3.0.36 (from versions: 3.4.0.14, 3.4.10.37, 3.4.11.39, 3.4.11.41, 3.4.11.43, 3.4.11.45, 3.4.13.47, 3.4.14.51, 3.4.14.53, 3.4.15.55, 3.4.16.57, 3.4.16.59, 3.4.17.61, 3.4.17.63, 3.4.18.65, 4.3.0.38, 4.4.0.40, 4.4.0.42, 4.4.0.44, 4.4.0.46, 4.5.1.48, 4.5.2.52, 4.5.2.54, 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)
ERROR: No matching distribution found for opencv-python==4.3.0.36

do you really need exactly version 4.3.0.36?

thodan commented 1 year ago

Any version above 4.3.0.36 should be fine.