AiuniAI / Unique3D

[NeurIPS 2024] Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image
https://wukailu.github.io/Unique3D/
MIT License
3.1k stars 246 forks source link

ModuleNotFoundError: No module named 'pymeshlab.pmeshlab' #85

Open 1having0 opened 3 months ago

1having0 commented 3 months ago

i used pymeshlab==2023.12,but no pmeshlab. how to solve

josepmy commented 3 months ago

@1having0 Verify environment and check if you import pymeshlab, right?

Try to pip uninstall pymeshlab pip install pymeshlab==2023.12

Salieri0515 commented 3 months ago

pymeshlab seems not to work with conda, you can check their github repo. There has been many same issues under their repo, and I think the only way to use it is installing out of conda environment.