HuangJunJie2017 / UDP-Pose

Official code of The Devil is in the Details: Delving into Unbiased Data Processing for Human Pose Estimation
Apache License 2.0
307 stars 54 forks source link

ERROR: Could not find a version that satisfies the requirement opencv-python==3.4.1.15 #24

Closed azuryl closed 3 years ago

azuryl commented 3 years ago

according your Quick start

pip install -r requirements.txt Collecting EasyDict==1.7 Using cached easydict-1.7.tar.gz (6.2 kB) ERROR: Could not find a version that satisfies the requirement opencv-python==3.4.1.15 (from -r requirements.txt (line 2)) (from versions: 3.4.2.17, 3.4.3.18, 3.4.4.19, 3.4.5.20, 3.4.6.27, 3.4.7.28, 3.4.8.29, 3.4.9.31, 3.4.9.33, 3.4.10.35, 3.4.10.37, 3.4.11.39, 3.4.11.41, 3.4.11.43, 3.4.11.45, 4.0.0.21, 4.0.1.23, 4.0.1.24, 4.1.0.25, 4.1.1.26, 4.1.2.30, 4.2.0.32, 4.2.0.34, 4.3.0.36, 4.3.0.38, 4.4.0.40, 4.4.0.42, 4.4.0.44, 4.4.0.46) ERROR: No matching distribution found for opencv-python==3.4.1.15 (from -r requirements.txt (line 2))

excuse me which python version and ubuntu version you use, I use ubuntu 18.04 and I tried python3.7,3.8 isn not success

azuryl commented 3 years ago

if I use python 3.8 pytorch 1.6 opencv-python 4.4.0 there will error as https://github.com/HuangJunJie2017/UDP-Pose/issues/22

azuryl commented 3 years ago

it seems must use python 3.6