AttributeError: module 'pymeshlab' has no attribute 'Percentage' when export mesh.
Author: DreamFlyer-LabCreated Feb 29, 2024Updated Jan 13, 2025
Labelsbug
Description
The latest version of pymeshlab has removed attribute 'Percentage',you should downgrade the version to 2022.2 by
pip install pymeshlab==2022.2
Steps to Reproduce
pip install -r requirements.txt
Expected Behavior
AttributeError: module 'pymeshlab' has no attribute 'Percentage'
Environment
Ubuntu22.04 pytorch1.12.1+cu116,cuda11.6
Source: ashawkey/stable-dreamfusion