ecmwf / eccodes-python

Python interface to the ecCodes GRIB/BUFR decoder/encoder
Apache License 2.0
115 stars 33 forks source link

fixed conda install command #46

Closed cchwala closed 3 years ago

cchwala commented 3 years ago

The current conda install command in the README

conda install -c conda-forge eccodes

does not work as expected (at least I expected to get the python bindings with it). The self check fails because no python package get installed.

One needs the python bindings

conda install -c conda-forge python-eccodes
FussyDuck commented 3 years ago

CLA assistant check
All committers have signed the CLA.

shahramn commented 3 years ago

Dear Christian, Thank you but our aim is to fix the installation so that the command "conda install -c conda-forge eccodes" does BOTH the library and its Python bindings. This is work in progress

cchwala commented 3 years ago

Okay. Sounds like the best solution.