ecmwf / ecmwflibs

Apache License 2.0
15 stars 9 forks source link

Issue installing on Ubuntu 22.04.2 #32

Open nmagal opened 8 months ago

nmagal commented 8 months ago

What maintenance does this project need?

I am trying to install ecmwflibs into the nvidia jax container from here. This is a docker container running off of Ubuntu 22.04.

However, when I try to install I get the error "ai models depends on ecmwflibs>=0.5.3".

Any suggestions on resolving this would be appreciated.

Organisation

No response

Isaaciwd commented 8 months ago

I was having the exact same issue on Mac OS Ventura 13.6.3 and CentOS 7.9.2009 when trying to install ai-models into a fresh conda environment. For me it was because I had an older version of python installed. I updated to python 3.8 and the issue went away.

djhoese commented 8 months ago

I'm also having this issue. I have a pretty simple pip install ecmwflibs via a conda environment.yaml and am using Python 3.11. All CI jobs are failing for mac, windows, and linux (ubuntu), but I'm still investigating. here is one of the jobs:

https://github.com/ssec/sift/actions/runs/7790349097/job/21245189482?pr=407