Giter Club home page Giter Club logo

Comments (1)

jackuh105 avatar jackuh105 commented on May 18, 2024 1

I also have this issue and I have managed to run the scripts by taking a few steps, but some step may be unnecessary in solving the problem, so I'll list them below FYR. My environment is Python 3.9.18 and M3 Max.

  1. Install hdf5 via brew
brew install hdf5
  1. Set the path of hdf5 to env
export HDF5_DIR=$(brew --prefix hdf5)
  1. Modify the specified version of h5py in requirements_3.9_arm64.txt from h5py==3.1.0 to h5py==3.6.0
  2. Now you shall be able to run 0_setup.sh. However, when I run 2_extract_images_from_video_data_src.sh, I encountered another problem about the version of protobuf, I solve it by downgrading the protobuf. If you doesn't encounter it, just omit this step.
pip install --upgrade "protobuf<=3.20.1"

Hope this may help you.

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.