mchong6 / JoJoGAN

Official PyTorch repo for JoJoGAN: One Shot Face Stylization
MIT License
1.42k stars 206 forks source link

pip dependancy error #11

Closed Fadouagh closed 2 years ago

Fadouagh commented 2 years ago

Context: running setup on Colab Error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
imbalanced-learn 0.8.1 requires scikit-learn>=0.24, but you have scikit-learn 0.22 which is incompatible.
maximilianwicen commented 2 years ago

!pip install tqdm gdown scikit-learn==0.24 scipy lpips dlib opencv-python wandb

Change the fourth row in the colab.