From e079e534c6863a61d313fae4b3aa51b86729e391 Mon Sep 17 00:00:00 2001 From: ngardelis <118944371+ngardelis@users.noreply.github.com> Date: Tue, 28 Feb 2023 08:58:09 +0200 Subject: [PATCH] updated --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 12320a2..43e1d91 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ Check if you have it with `brew ls --versions hdf5`. Install it with `brew insta 1. Clone this repository (`git clone https://github.com/ngardelis/MacOS.git`) 2. Run script `./scripts/0_setup.sh` to get [DeepFaceLab](https://github.com/iperov/DeepFaceLab), create virtual env and install necessary Python dependencies. This may take several minutes to run. +**Temporary bug and workaround** + +At this point, you may run into different problems. It appears there is a bug in the latest update to protobuf. To get around this, force a downgrade in your Python environment: + +- Run: source .dfl/env/bin/activate +- Run: pip3.9 install 'protobuf~=3.19.0' +- Run: deactivate + Now you can put your `data_src.mp4` and `data_dst.mp4` files into the `workspace/` dir and start running scripts from the `scripts/` dir. ## Tutorials and docs