You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ===============================
Ideally we would want to make the ouput of the parser at least compliant to:
Integrate to pytest
The text was updated successfully, but these errors were encountered: