We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hello! Can you please update meshlib module and try to import it (we have tried to fix this issue in 2.3.0.61)
Sorry, something went wrong.
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: support@meshinspector.com # License: # Location: /opt/pyenv/versions/3.10.5/lib/python3.10/site-packages # Requires: numpy # Required-by:
No branches or pull requests
Hi
When importing meshlib, im getting a linking problem. Any idea?
Context: My goal is to run the code provided here.
Version: 2.3.0.24
Python: 3.10
OS: MacOS 12.6
The text was updated successfully, but these errors were encountered: