Use python3.7 #6
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?
Errors when using python3.9
when running the install script getting the following error (python 3.9)
trying to install opencv manually results in similar error:
Downgrade to Python 3.7 did not work fro me.
Hi everyone! I added support for Python
3.7and3.8and I'm working on support for3.9.Make sure you drop the
.dfl/env/directory and re-run the./scripts/0_setup.shwhen you switch to a different Python version.Now should work for Python
3.9too (added in https://github.com/chychkan/DeepFaceLab_MacOS/pull/16)