Open JessyBarrette opened 1 year ago
Compliance-checker and related dependancy cf-units seems incompatible with apple M1 chips, since the following error is generated on import:
.venv/lib/python3.11/site-packages/cf_units/__init__.py:23: in <module>
from cf_units import _udunits2 as _ud
E ImportError: dlopen(/Users/jessybarrette/repo/ocean-data-parser-start/.venv/lib/python3.11/site-packages/cf_units/_udunits2.cpython-311-darwin.so, 0x0002): symbol not found in flat namespace '_ut_ignore'
=============================== warnings summary ===============================
Looks like we can potentially use the ioos compliance checker api
Ideally we would want to make the ouput of the parser at least compliant to:
Integrate to pytest