Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

support python other than 3.10

Open carefulcomputer opened this issue 1 year ago • 3 comments

Currently recommended version is python 3.10. I have python 3.13 and it has issues running this code. However, python 3.10 binaries is not available for mac (because of issues??) https://www.python.org/downloads/macos/ . Can you please support other python versions ?

carefulcomputer avatar Aug 11 '24 04:08 carefulcomputer

Use Pyenv to Install Python 3.10 on macOS

VaibhavCodes01 avatar Aug 11 '24 05:08 VaibhavCodes01

You can use 3.11 as well

hacksider avatar Aug 11 '24 05:08 hacksider

python 3.13 is not even released. You are running on beta code which no library guarantee it works with. Downgrade to 3.11 or 3.10. They are available for MacOS with Pyenv

diegoasua avatar Aug 14 '24 11:08 diegoasua