psbody module
Tinaa23 opened this issue · 3 comments
Hi. Thank you for sharing your code.
When trying to run the demo.py
file, it returns No module named 'psbody'
.
I tried to install it with pip, but it returned No matching distribution found for psbody
.
Can you help how to solve this?
Hi, it should be installed via https://github.com/MPI-IS/mesh, as mentioned in the environment setup step.
Hi, it should be installed via https://github.com/MPI-IS/mesh, as mentioned in the environment setup step.
Thank you for your reply. After installing MPI-IS/mesh
I received this error: can not import name 'plyutils' from 'psbody.mesh.serialization'
.
When I checked the psbody/mesh/serialization
directory, there was no plyutils.py
file.
Can you help with this?
Hi, it should be installed via https://github.com/MPI-IS/mesh, as mentioned in the environment setup step.
Thank you for your reply. After installing
MPI-IS/mesh
I received this error:can not import name 'plyutils' from 'psbody.mesh.serialization'
. When I checked thepsbody/mesh/serialization
directory, there was noplyutils.py
file. Can you help with this?
I solved this issue. The problem was with my installation path.