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
59 stars 24 forks source link

Issue with compatibility with Python 3.8 #12

Closed DanieTheron closed 1 year ago

DanieTheron commented 1 year ago

Hi Team,

I am using CoastSat by Killian Vos. An extension, called CoastSat.slope, makes use of aviso-fes for tidal correction. I see in the setup.py file that it states compatibility up till Python 3.10. However, when I try to install it with conda: conda install pyfes -c fbriol, it says that the environment is incompatible and requires a Python 3.7 environment (see attached photo). The issue is similar to #9.

**Specifications:

Could you perhaps suggest a way I can install it in Python 3.8 environment?

Compatibilty_Issue

fbriol commented 1 year 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.