Devan Kavalchek
Results
2
comments of
Devan Kavalchek
Hey @maxiedaniels, I found a solution to this problem. I specified the solution [here](https://github.com/chychkan/DeepFaceLab_MacOS/issues/84#issuecomment-1360995800).
It seems that virtualenv uses the latest version of python when creating a new environment (in this case, Python 3.11). The setup file then looks for requirements_3.11.txt or requirements_3.11_arm64.txt, which...