yerfor / GeneFacePlusPlus

GeneFace++: Generalized and Stable Real-Time 3D Talking Face Generation; Official Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openxlab and s3prl require different versions of setuptools. How does this work?

marsjin opened this issue · comments

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.
openxlab 0.0.37 requires setuptools~=60.2.0, but you have setuptools 69.2.0 which is incompatible.

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.
s3prl 0.4.15 requires setuptools>=65.5.1, but you have setuptools 60.2.0 which is incompatible.

openxlab and s3prl require different versions of setuptools. How does this work?
Version compatibility is a big problem

pip install --upgrade openxlab s3prl

Use the above command to execute the update can be done!