ai4r / Gesture-Generation-from-Trimodal-Context

Speech Gesture Generation from the Trimodal Context of Text, Audio, and Speaker Identity (SIGGRAPH Asia 2020)
Other
245 stars 35 forks source link

Can anyone help with the problem of installing gentle #55

Closed mounchiliu closed 7 months ago

mounchiliu commented 8 months ago

I encountered this error when I installed gentle

Installed /home/lab/work/Generation/Audio/QPGesture/process/gentle Processing dependencies for gentle==0.11.0 Searching for zope-interface>=5 Reading https://pypi.org/simple/zope-interface/ /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release warnings.warn( No local packages or working download links found for zope-interface>=5 error: Could not find suitable distribution for Requirement.parse('zope-interface>=5')

Thanks a lot.

wxydaydayup commented 8 months ago

You can try this command, I have successfully solved this problem,pip install Twisted==16.4.1

mounchiliu commented 7 months ago

solved by defining Twisted version