-
Notifications
You must be signed in to change notification settings - Fork 25
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 on an ARM-based mac #324
Comments
Instead you should do the following:
mamba install "python<3.12" pip
pip install wecopttool\[geometry] jupyter |
Note that if you want to develop, replace the last two commands with: mamba install "python<3.12" pip pytest ipykernel
pip install -e .\[dev,geometry] |
@ryancoe you cannot install |
Yes, I think so... definitely possible I was doing something wrong, but it seems to me that there are no arm64 binaries for these packages on conda-forge. |
Yeah looks that way :( I wasn't able to either. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been through this a number of times, and always forget how I solved the problem, so maybe this is useful to someone else.
If you try the following:
you will get
I think this is because
wavespectra
andcapytaine
both include compiled binaries, andconda-forge
is not generating those for ARM processors (yet).The text was updated successfully, but these errors were encountered: