DeepFaceLab
RHEL 8
[1] [2] As of this writing, pip3.6 will install tensorflow 2.3.0 which does not support configproto[3]. The fix is to install an older version, in this case I just used what was listed on the stackoverflow post.
sudo dnf groupinstall "Development Tools" sudo dnf install git git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg && cd ffmpeg ./configure --disable-x86asm make sudo make install sudo pip3.6 install --upgrade pip pip3.6 install --user colorama pip3.6 install --user numpy pip3.6 install --user scikit-build pip3.6 install --user opencv-python-headless pip3.6 install --user tqdm pip3.6 install --user ffmpeg-python pip3.6 install tensorflow==1.14
pip3.6 install --user pillow pip3.6 install --user scipy