chychkan / DeepFaceLab_MacOS

Run DeepFaceLab on MacOS
GNU General Public License v3.0
258 stars 60 forks source link

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

Closed zachweber closed 3 years ago

zachweber commented 3 years ago

[(~/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 3 years ago

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