Setup fails and wants older version of opencv-python #9

Closed
opened 2021-03-25 12:09:39 +01:00 by zachweber · 1 comment
zachweber commented 2021-03-25 12:09:39 +01:00 (Migrated from github.com)

[(~/DeepFaceLab_MacOS/scripts)] ./0_setup.sh
Collecting numpy==1.17.0
Using cached numpy-1.17.0.zip (6.5 MB)
ERROR: Could not find a version that satisfies the requirement opencv-python==4.1.0.25
ERROR: No matching distribution found for opencv-python==4.1.0.25

My version is opencv_python-4.5.1.48

[(~/DeepFaceLab_MacOS/scripts)] ./0_setup.sh Collecting numpy==1.17.0 Using cached numpy-1.17.0.zip (6.5 MB) ERROR: Could not find a version that satisfies the requirement opencv-python==4.1.0.25 ERROR: No matching distribution found for opencv-python==4.1.0.25 My version is opencv_python-4.5.1.48
zachweber commented 2021-03-26 01:27:52 +01:00 (Migrated from github.com)

Fixed by changing the version of opencv in requirements.txt to match the version I'm using on my system.

Fixed by changing the version of opencv in requirements.txt to match the version I'm using on my system.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: CalvinBackup/DeepFaceLab_MacOS#9