Closed Tinaa23 closed 1 year ago
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.
Hi. Thank you for sharing your code. When trying to run the
demo.py
file, it returnsNo module named 'psbody'
. I tried to install it with pip, but it returnedNo matching distribution found for psbody
. Can you help how to solve this?