-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Are there particular instructions for building from scratch for arm64 machines. I wanted to install my forked copy of fastsim (a few changes ahead of the main branch) into my local machine. But when I do that and subsequently import fastsim into a notebook, I get the following error:
Traceback (most recent call last):
File "", line 1, in
File "/root/veh-mod-venv/src/fastsim/python/fastsim/init.py", line 9, in
from . import fastsimrust
ImportError: dlopen(/root/veh-mod-venv/src/fastsim/python/fastsim/fastsimrust.cpython-39-darwin.so, 0x0002): tried: '/root/veh-mod-venv/src/fastsim/python/fastsim/fastsimrust.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
Is there a differnet .so file for arm64. I am pretty new to building from scratch and also to raising issues on github. Let me know if I need to provide some more info.