Skip to content
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

Open
CanCanZeng opened this issue Jun 6, 2024 · 3 comments
Open

import Error RichFileSave #374

CanCanZeng opened this issue Jun 6, 2024 · 3 comments

Comments

@CanCanZeng
Copy link

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 like ImportError: /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!!!

@alemuntoni
Copy link
Member

As stated in the README we don't support conda.

@CanCanZeng
Copy link
Author

Hi @alemuntoni thank you for your reminder, I deactivated conda and still got this error:

Python 3.8.10 (default, Nov 22 2023, 10:22:35) 
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymeshlab
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.8/dist-packages/pymeshlab/__init__.py", line 11, in <module>
    from .pmeshlab import *
ImportError: /usr/local/lib/python3.8/dist-packages/pymeshlab/pmeshlab.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN7meshlab16meshFromMatricesERKN5Eigen6MatrixIdLin1ELi3ELi0ELin1ELi3EEERKNS1_IiLin1ELi3ELi0ELin1ELi3EEERKNS1_IiLin1ELi2ELi0ELin1ELi2EEES4_S4_RKNS1_IdLin1ELi1ELi0ELin1ELi1EEESD_RKNS1_IdLin1ELi4ELi0ELin1ELi4EEESG_

@CanCanZeng
Copy link
Author

I installed pymeshlab through pip3 install pymeshlab, and the default pymeshlab version is 2022.2.post3. I downloaded the latest pymeshlab-2023.12.post1-cp38-cp38-manylinux_2_31_x86_64.whl from https://pypi.org but cannot install:
ERROR: pymeshlab-2023.12.post1-cp38-cp38-manylinux_2_31_x86_64.whl is not a supported wheel on this platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants