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

Installation for arm64 #349

Open
liubq7 opened this issue May 17, 2023 · 0 comments
Open

Installation for arm64 #349

liubq7 opened this issue May 17, 2023 · 0 comments

Comments

@liubq7
Copy link

liubq7 commented May 17, 2023

Is it possible to install for arm64?

OS: ubuntu18.04
Python: 3.6.9

After installation, I tried to run

export OPENBLAS_CORETYPE=ARMV8
python -c "import pymesh; pymesh.test()"

will get error

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/eebulii/eval36/lib/python3.6/site-packages/pymesh2-0.3-py3.6-linux-aarch64.egg/pymesh/__init__.py", line 18, in <module>
    from .Mesh import Mesh
  File "/home/eebulii/eval36/lib/python3.6/site-packages/pymesh2-0.3-py3.6-linux-aarch64.egg/pymesh/Mesh.py", line 5, in <module>
    import PyMesh
ImportError: /home/eebulii/eval36/PyMesh/python/pymesh/lib/libPyMesh-Mesh.so: undefined symbol: __aarch64_ldadd8_acq_rel
@liubq7 liubq7 changed the title Error in building third party dependency Draco Installation for arm64 May 18, 2023
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