wenquanlu / HandRefiner

MIT License
701 stars 30 forks source link

ModuleNotFoundError: No module named 'embreex' #10

Closed kobeshegu closed 5 months ago

kobeshegu commented 5 months ago

Hi quanlu, I installed trimesh following your instructions, but fail to launch the code due to: "ModuleNotFoundError: No module named 'embreex'", is there any way to fix this? Thanks.

wenquanlu commented 5 months ago

Hi, maybe try pip install embreex? or pip install trimesh[easy] ?

kobeshegu commented 5 months ago

Hi, maybe try pip install embreex? or pip install trimesh[easy] ?

It turns out the ubuntu system is too old for me to install the embreex, I fixed this by upgrading the system, thanks.