CNES / aviso-fes

FES is the last version of the FES (Finite Element Solution) tide model.
https://cnes.github.io/aviso-fes
BSD 3-Clause "New" or "Revised" License
63 stars 27 forks source link

Dependency on libnetcdf==4.7.3 (libnetcdf.so.15) is causing problems with other packages #8

Closed turekg closed 2 years ago

turekg commented 2 years ago

The current (2.9.2) version of pyfes will not work if libnetcdf.so.15 (linux)/libnetcdf.15.dylib (MacOSX) is not present. This is causing all sorts of headaches with library conflicts, notably geopandas which requires a newer libnetcdf (4.8.1)

fbriol commented 2 years ago

This package is an old compilation that I had made for my needs. It is not up to date anymore. You have to compile a new version on your computer. To generate the Conda package, you just have to install conda-build and type at the root of the project conda build conda/.

I have generated three packages for python 3.8, 3.9 and 3.10 for Linux on my Anaconda account.