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

ImportError: /home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/pymeshlab/lib/libmeshlab-common.so: undefined symbol: _ZdlPvm, version Qt_5 #189

Open
OldJohn86 opened this issue Dec 21, 2024 · 1 comment

Comments

@OldJohn86
Copy link

(genesis_env) john@john-MS-7D99:/github/Genesis$ python examples/tutorials/pbd_cloth.py
[Genesis] [16:09:25] [INFO] ╭─────────────────────────────────────────────────────────────────────────────────────╮
[Genesis] [16:09:25] [INFO] │┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉ Genesis ┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉│
[Genesis] [16:09:25] [INFO] ╰─────────────────────────────────────────────────────────────────────────────────────╯
[Genesis] [16:09:25] [INFO] Running on [NVIDIA GeForce RTX 4080 SUPER] with backend gs.cuda. Device memory: 15.69 GB.
[Genesis] [16:09:25] [INFO] 🚀 Genesis initialized. 🔖 version: 0.2.0, 🌱 seed: None, 📏 precision: '32', 🐛 debug: False, 🎨 theme: 'dark'.
[Genesis] [16:09:25] [INFO] Scene created.
[Genesis] [16:09:25] [INFO] Adding <gs.RigidEntity>. idx: 0, uid: , morph: <gs.morphs.Plane>, material: <gs.materials.Rigid>.
[Genesis] [16:09:25] [INFO] Adding <gs.PBD2DEntity>. idx: 1, uid: <36bdce0>, morph: <gs.morphs.Mesh(file='/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/assets/meshes/cloth.obj')>, material: <gs.PBD.Cloth>.
[Genesis] [16:09:25] [INFO] Remeshing for tetrahedralization...
Traceback (most recent call last):
File "/home/john/github/Genesis/examples/tutorials/pbd_cloth.py", line 26, in
cloth_1 = scene.add_entity(
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/utils/misc.py", line 38, in wrapper
return method(self, *args, **kwargs)
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/scene.py", line 351, in add_entity
entity = self._sim._add_entity(morph, material, surface, visualize_contact)
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/simulator.py", line 143, in _add_entity
entity = self.pbd_solver.add_entity(self.n_entities, material, morph, surface)
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/solvers/pbd_solver.py", line 215, in add_entity
entity = PBD2DEntity(
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/entities/pbd_entity.py", line 169, in init
super().init(
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/entities/pbd_entity.py", line 34, in init
super().init(
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/entities/particle_entity.py", line 69, in init
self.sample()
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/entities/pbd_entity.py", line 187, in sample
super().sample()
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/entities/pbd_entity.py", line 47, in sample
self._mesh.remesh(edge_len_abs=self.particle_size, fix=isinstance(self, PBD3DEntity))
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/genesis/engine/mesh.py", line 102, in remesh
import pymeshlab
File "/home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/pymeshlab/init.py", line 11, in
from .pmeshlab import *
ImportError: /home/john/anaconda3/envs/genesis_env/lib/python3.9/site-packages/pymeshlab/lib/libmeshlab-common.so: undefined symbol: _ZdlPvm, version Qt_5
[Genesis] [16:09:25] [INFO] 💤 Exiting Genesis and caching compiled kernels...
(genesis_env) john@john-MS-7D99:
/github/Genesis$

@OldJohn86
Copy link
Author

env:
Ubuntu24.04
python3.9

Thanks!

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

1 participant