Dongzhen Huangfu

Results 2 comments of Dongzhen Huangfu

> Sorry,I have already solved this problem. It's the customer interface CMakeList problem Could you please show me how you fix this problem?

Hi, I just fix the issue by running following command before running my Python script: `export LD_LIBRARY_PATH=/home/wyatt/anaconda3/lib/python3.11/site-packages/pymeshlab/lib:$LD_LIBRARY_PATH` What critical is: $LD_LIBRARY_PATH needs to come after /home/wyatt/anaconda3/lib/python3.11/site-packages/pymeshlab/lib: for you it seems...