-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'pymeshlab' has no attribute 'PercentageValue' #2
Comments
@zhizdev Hi, the latest pymeshlab version should be |
Thanks @ashawkey ! I wasn't able to install the latest version of pymeshlab for some reason despite trying for a long time. I solved this by installing kiui locally and modifying mesh_utils.py by adding a monkey fix (in case anyone else experiences the same issue).
|
@zhizdev Thanks! Would you like to open a PR to add this to kiuikit? |
Thanks, opened a PR. |
Yup this monkey fix does help. It seems the pymeshlab 202312 post failed the test and cannot be installed. |
same issue |
Thanks for the code @ashawkey ! This is awesome!
I am running convert.py (and thanks for the updated kiui), and now I am running into an issue with this:
My current pymeshlab version is:
pymeshlab-2022.2.post3
and I installed it withpip install pymeshlab
I am on python 3.10
Would love any insights or feedback on this issue!
The text was updated successfully, but these errors were encountered: