Unique3D
Unique3D copied to clipboard
ModuleNotFoundError: No module named 'pymeshlab.pmeshlab'
i used pymeshlab==2023.12,but no pmeshlab. how to solve
@1having0 Verify environment and check if you import pymeshlab, right?
Try to pip uninstall pymeshlab pip install pymeshlab==2023.12
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.