Giter VIP home page Giter VIP logo

Comments (4)

chychkan avatar chychkan commented on May 18, 2024

Hi @maxiedaniels! Thanks for reporting this! At the moment the repo does not support Python 3.11. The default file requirements.txt that is being picked up is intended for 3.7, 3.8 versions. So, most likely, when you run the setup script, it fails with an error.

You can try making a copy of the file [requirements_3.9_arm64.txt](https://github.com/chychkan/DeepFaceLab_MacOS/blob/master/requirements_3.9_arm64.txt) and naming it requirements_3.11_arm64.txt, but I can't guarantee that it will work as is as for 3.11 we may need to update some of the dependency versions. If wanna try it, I would recommend to clone this repo afresh, just to avoid any residuals after previous attempt. Unfortunately, I don't have access to an M1 laptop at the moment, so can't check it myself. But if it works, I would really appreciate a PR.

from deepfacelab_macos.

maxiedaniels avatar maxiedaniels commented on May 18, 2024

Hmm the strange part is that I’m not specifying the python version to install with virtualenv, so something in the code must be specifying that version? My system python is 3.10, not 3.11. I’ve tried starting fresh with a new git clone but it’s still using 3.11. I did try and modify the requirements but it won’t work due to lack of support for certain libraries.

from deepfacelab_macos.

chychkan avatar chychkan commented on May 18, 2024

Hmm, interesting indeed. It might be that the shell picks up the virtualenv from python 3.11. I would suggest to double check it with command: virtualenv --version. Also, just in case, please do python -V and python3 -V.

from deepfacelab_macos.

DevanTurtle7 avatar DevanTurtle7 commented on May 18, 2024

Hey @maxiedaniels, I found a solution to this problem. I specified the solution here.

from deepfacelab_macos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.