PyMesh
PyMesh copied to clipboard
Pymeshlab 2023.XX breaks bpy
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 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!