snap-research / articulated-animation

Code for Motion Representations for Articulated Animation paper
https://snap-research.github.io/articulated-animation/
Other
1.23k stars 349 forks source link

Can't run animation demo #48

Open codeeasyi opened 2 years ago

codeeasyi commented 2 years ago

i get some errors after i installed the dependencies. To try the animation demo.

ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'.

ImportError: Matplotlib qt-based backends require an external PyQt4, PyQt5,

ImportError: cannot import name '_validate_lengths' from 'numpy.lib.arraypad'

The following command solved my problems pip3 install numpy==1.16.0 scikit-image==0.14.2 pyside2==5.14.0

My system Python 3.8.10 on Linux Mint 20.2 Uma \n \l

Hope it helps someone. Many greetings