Issue installing DeepFaceLab_MacOS on Python 3.10 #47

Closed
opened 2021-11-01 14:12:41 +01:00 by samuelemirotta · 6 comments
samuelemirotta commented 2021-11-01 14:12:41 +01:00 (Migrated from github.com)

Hi,
here's the issue i get when i launch 0_setup.sh file:

Using requirements.txt
Collecting numpy==1.19.5
Using cached numpy-1.19.5.zip (7.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
ERROR: Could not find a version that satisfies the requirement opencv-contrib-python-headless==4.1.2.30 (from versions: 3.4.11.45, 3.4.13.47, 3.4.14.51, 3.4.15.55, 3.4.16.57, 4.4.0.46, 4.5.1.48, 4.5.2.52, 4.5.3.56, 4.5.4.58)
ERROR: No matching distribution found for opencv-contrib-python-headless==4.1.2.30

Hi, here's the issue i get when i launch 0_setup.sh file: Using requirements.txt Collecting numpy==1.19.5 Using cached numpy-1.19.5.zip (7.3 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done ERROR: Could not find a version that satisfies the requirement opencv-contrib-python-headless==4.1.2.30 (from versions: 3.4.11.45, 3.4.13.47, 3.4.14.51, 3.4.15.55, 3.4.16.57, 4.4.0.46, 4.5.1.48, 4.5.2.52, 4.5.3.56, 4.5.4.58) ERROR: No matching distribution found for opencv-contrib-python-headless==4.1.2.30
chychkan commented 2021-11-02 04:31:54 +01:00 (Migrated from github.com)

@samuelemirotta what version of Python are you using?

@samuelemirotta what version of Python are you using?
samuelemirotta commented 2021-11-02 07:57:18 +01:00 (Migrated from github.com)

3.10

3.10
chychkan commented 2021-11-03 02:59:41 +01:00 (Migrated from github.com)

@samuelemirotta
Python 3.10 is not supported yet. DeepFaceLab uses scipy and currently there's no released scipy version compatible with Python 3.10.

To be able to run DeepFaceLab you need to switch to Python 3.9. To have multiple Python versions and easily switch between them, I would recommend https://github.com/pyenv/pyenv. I use it myself.

@samuelemirotta Python 3.10 is not supported yet. DeepFaceLab uses `scipy` and currently there's no released `scipy` version compatible with Python 3.10. To be able to run DeepFaceLab you need to switch to Python 3.9. To have multiple Python versions and easily switch between them, I would recommend https://github.com/pyenv/pyenv. I use it myself.
github-actions[bot] commented 2021-12-12 15:49:59 +01:00 (Migrated from github.com)

The issue is tagged as "stale issue" due to no activity in 30 days. If there is no activity for 15 more days, the issue will be closed.

The issue is tagged as "stale issue" due to no activity in 30 days. If there is no activity for 15 more days, the issue will be closed.
github-actions[bot] commented 2022-01-27 15:49:45 +01:00 (Migrated from github.com)

Closing this issue due to no activity in last 45 days

Closing this issue due to no activity in last 45 days
chychkan commented 2022-02-23 16:14:27 +01:00 (Migrated from github.com)
Fixed by https://github.com/chychkan/DeepFaceLab_MacOS/pull/49
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: CalvinBackup/DeepFaceLab_MacOS#47