PyMesh icon indicating copy to clipboard operation
PyMesh copied to clipboard

Pymeshlab 2023.XX breaks bpy

Open zarmomin opened this issue 1 year ago • 1 comments

After importing pymeshlab and then bpy I get undefined symbol errors. Tested on pymeshlab 2023.12 and 2023.12.post1 with bpy 4.0.0 or 4.2.0

Steps to reproduce

  • Venv with python 3.10 or 3.11
pip install pymeshlab bpy
python3 -c 'import pymeshlab; import bpy;print("I will not get here")'

zarmomin avatar Aug 05 '24 12:08 zarmomin

@zarmomin Hi, this is repository of PyMesh (https://pypi.org/project/pymesh2: pip install pymesh2), and not a repository of the PyMeshLab project (https://github.com/cnr-isti-vclab/PyMeshLab: pip install pymeshlab). You should state your problem there!

quepas avatar Oct 06 '24 13:10 quepas