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

Linking error when importing meshlib on MacOS 12.6 #1901

Open
normanius opened this issue Dec 6, 2023 · 2 comments
Open

Linking error when importing meshlib on MacOS 12.6 #1901

normanius opened this issue Dec 6, 2023 · 2 comments

Comments

@normanius
Copy link

Hi

When importing meshlib, im getting a linking problem. Any idea?

import meshlib.mrmeshpy as mr

# ImportError: dlopen(/opt/pyenv/versions/3.10.5/lib/python3.10/site-packages/meshlib/mrmeshpy.so, 0x0002): Symbol not found: (_mkfifoat)
# Referenced from: '/opt/pyenv/versions/3.10.5/lib/python3.10/site-packages/meshlib/.dylibs/Python'
# Expected in: '/usr/lib/libSystem.B.dylib'

Context: My goal is to run the code provided here.

Version: 2.3.0.24
Python: 3.10
OS: MacOS 12.6

@Grantim
Copy link
Contributor

Grantim commented Dec 7, 2023

Hello!
Can you please update meshlib module and try to import it (we have tried to fix this issue in 2.3.0.61)

@normanius
Copy link
Author

Hi, I just checked. But I still get the problem unfortunately.

pip show meshlib
# Name: meshlib
# Version: 2.3.0.61
# Summary: 3d processing library
# Home-page: https://github.com/MeshInspector/MeshLib
# Author: MeshLib Team
# Author-email: [email protected]
# License:
# Location: /opt/pyenv/versions/3.10.5/lib/python3.10/site-packages
# Requires: numpy
# Required-by:
image

@Fedr Fedr assigned oitel and unassigned oitel Jan 20, 2024
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

3 participants