-
Notifications
You must be signed in to change notification settings - Fork 49
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
cf_units not working on macOS arm64 #438
Comments
Apologies, we're still struggling to make time for cf-units, but we have now allocated 2 weeks exclusively for this in September, so watch this space. |
This should be fixed by #458 which added building macos wheels on arm64 into the CI. Going to close this for now, and then after the next release this should be fixed for you, if its not please come back and let us know and we will reopen this. |
Thanks a lot, I will let you know! |
I also just ran into this issue. |
Yes, we're talking about it every day at the moment |
Awesome - thanks a lot, appreciate the effort 🙏 And I don't know how much additional effort it would entail to add python 3.13 support as well - but since it was released just today timely support would be also very much appreciated for it too 😄 |
Thanks for the prompt ! #506 FYI we aim to make a release within 1-2weeks now, |
🐛 Bug Report
I did:
pip install cfunits
It was successful but then when I tried to import the package it failed.
I am on mac OS with apple chip M2 and python 3.11.6.
Here is the traceback of the error:
How to Reproduce
Steps to reproduce the behaviour:
pip install cfunits
python
>>> import cf_units
Expected Behaviour
I expect that cfunits can be imported without an error.
Environment
The text was updated successfully, but these errors were encountered: