-
Notifications
You must be signed in to change notification settings - Fork 63
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 of compliance-checker does not work with pip #1103
Comments
The problem is not compliance-checker but cf_units. Please open an issue at: https://github.com/SciTools/cf-units PS: I'm working on ditching the cf-units dependency in the future due to its slow release cycle and dependency on udunits2, which is hard to distribute. |
Ok ok! Thanks for the fast answer, I will do! Do you have a good workaround in the meantime? |
I'm not a mac expert but you can:
|
I am a bit reluctant to work with conda or Rosetta for the long term 🤔 but well it can be a temporary solution to try compliance-checker out! Thanks! |
Issue created here: SciTools/cf-units#438 |
I can't speak for Rosetta b/c I never had a mac and that is a mac only. With regards to conda, I can assure you that all the Software stack maintained by IOOS will be available and well curate in the community conda-forge channel. In fact, IOOS supports that channel and we have some instructions to help people get started in https://ioos.github.io/ioos_code_lab/content/ioos_installation_conda.html |
In my case Rosetta doesn't work either... (because of cfunits!). Anyway, thanks a lot! |
It should, unless you are using Python 3.12. |
Ah ups haha, indeed I was using python 3.12. Thanks! |
Closing unless there are further indications of issues with Compliance Checker, rather than dependent packages. |
Version of compliance checker running:
5.1.1
To Reproduce:
Describe the issue below:
I wanted to try this package out. So I did:
pip install compliance-checker
It was successful but then when I did:
from compliance_checker.runner import ComplianceChecker
It failed.
I am on mac OS with apple chip M2 and python 3.11.6.
Here is the traceback of the error:
I tried to do
pip install cfunits
but I still get the same error.The text was updated successfully, but these errors were encountered: