dlr-pa / oac

OpenAirClim
Apache License 2.0
3 stars 1 forks source link

Installation with pip does not work #20

Open liammegill opened 1 week ago

liammegill commented 1 week ago

Installation of the requirements with pip does not work on Mac because of conflicting dependencies. Likely a problem with package cf_units. More info will be collected.

stefan-voelk commented 1 week ago

This bug is due to a conflict of dependencies of external packages, probably related to package cf-units. cf-units seems to be incompatible with python >=3.10. The cf-units community is currently planning to build a pure-python udunits package which hopefully resolves our dependency conflict. See following issue: SciTools/cf-units#446