Setup fails and wants older version of opencv-python #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[(~/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
Fixed by changing the version of opencv in requirements.txt to match the version I'm using on my system.