[(~/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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
[(~/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.