-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Install errors on MacOS arm64 #582
Comments
I have also tried to install the |
Hey, @gregmacfarlane , None of us has a Mac with Apple silicon to test, so it isn't easy to be sure what's the problem. In the meantime, you could try installing it from source (pip install --no-binary aequilibrae). |
Installing with the no binary option should be the solution here. It will compile for your system, should only be a minute or two of build time.
We don't have packages built for Aarch64 Macs. I recall we've had build issues with it in the past. The sparse matrix module is likely just the first to be loaded |
@gregmacfarlane , did building it from source work? |
I am working on internal research, trying to use Aequilibrae to estimate travel time skim matrices.
Describe the bug
I created a new conda environment with only
pip install aequilibrae
running python 3.11 on MacOS. M1 processor, apple silicon. I already hadlibspatialite
version 5.1 installed on the system.Upon loading aequilibrae, we get this error, suggesting that the sparse matrix library is only available for intel architecture. Is this real?
Desktop (please complete the following information):
Additional context
My student has a similar issue, but his is with an improper character in the
pyarrow
package.The text was updated successfully, but these errors were encountered: