ecmwf / ecmwflibs

Apache License 2.0
15 stars 9 forks source link

pip install ecmwflibs #35

Closed happymvd closed 6 months ago

happymvd commented 6 months ago

What maintenance does this project need?

I am working on a Windows 11 computer that has Python 3.11.9 installed on it as the only version of Python Yesterday I installed ecmwflibs in a test virtual environment, and it automatically installed eccodes (among other things) Today I am trying to install ecmwflibs in my actual project environment using the command pip install ecmwflibs (as I did yesterday) I get the message in the terminal window to say it has been successfully installed, but it has not installed eccodes (which is the library I require)

Can someone suggest where I should look or what I should do to get it to do a full install in the virtual environment for me

Organisation

private

happymvd commented 6 months ago

I have it working again