'I try to setup faceswap in google colab,but it fail on the file named setup.py

today,I try to run the code of faceswap by google colab.With the help of README.md,I coded step by step.

!git clone https://github.com/deepfakes/faceswap.git
%cd /content/faceswap

But I'm getting an error when running this code.

!python setup.py

the setup.py file can help me to install faceswap automatically,if installed successfully,the INFO may like this enter image description here

However ,I get the INFO like this enter image description here

I would appreciate it if someone can help me to solve this problem.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source