-
Notifications
You must be signed in to change notification settings - Fork 64
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
import Error RichFileSave #374
Comments
As stated in the README we don't support conda. |
Hi @alemuntoni thank you for your reminder, I deactivated conda and still got this error:
|
I installed pymeshlab through |
my system is ubuntu20.04 with intel CPU, and I use conda python env.
pythonr version tried 3.7.13, 3.9.18 and 3.10, pymeshlab tried from 0.2.1 to latest 2023.12.post1, all of those raise import Error, the latest pymeshlab will say
ImportError: ~/miniconda3/envs/gof/lib/python3.9/site-packages/pymeshlab/pmeshlab.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZTI12RichFileSave
and older version will give many other error likeImportError: /home/zcc/miniconda3/envs/gaussian_splatting/lib/python3.7/site-packages/pymeshlab/pmeshlab.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN7meshlab16meshFromMatricesERKN5Eigen6MatrixIdLin1ELi3ELi0ELin1ELi3EEERKNS1_IiLin1ELi3ELi0ELin1ELi3EEERKNS1_IiLin1ELi2ELi0ELin1ELi2EEES4_S4_RKNS1_IdLin1ELi1ELi0ELin1ELi1EEESD_RKNS1_IdLin1ELi4ELi0ELin1ELi4EEESG_
Help wanted!!!
The text was updated successfully, but these errors were encountered: