MarilynKeller / OSSO

From a body shape, infer the anatomic skeleton.
Other
210 stars 32 forks source link

Psbody module Error #2

Closed MhmdOdoo closed 1 year ago

MhmdOdoo commented 2 years ago

Hey, I have finished setting up the installation for the project but I am having trouble with the psbody mesh library and that's what I am getting: from psbody.mesh import Mesh, MeshViewer ModuleNotFoundError: No module named 'psbody'

When running the command "make all" everything is going smooth until it reaches the psbody module where it gives an error. Any help with that please?

Note that I am working on Windows 10 and I installed the Gnuwin32 and added it to path in order to use the 'make' command

MarilynKeller commented 2 years ago

Hi, this looks like a build issue of the mesh package. Can you share the error you get when you use the make all command?

Note that the mesh package is not officially supported on Windows, although some people seem to have made it work: https://github.com/MPI-IS/mesh/issues?q=windows