Arman Maesumi

Results 2 comments of Arman Maesumi

I ran into the same error `libmeshlab-common.so: undefined symbol: _ZdlPvm, version Qt_5` Running the following before my python script fixed it: `export LD_LIBRARY_PATH=~/.conda/envs//lib/python3.9/site-packages/pymeshlab/lib/:$LD_LIBRARY_PATH` A critical detail: `:$LD_LIBRARY_PATH` needs to come...

> @ArmanMaesumi that fix does help, however I get different behavior depending on whether I'm trying to import pymeshlab from a Jupyter notebook or from a python script In the...