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

Problem installing from CONDA #15

Closed Alerovere closed 1 year ago

Alerovere commented 1 year ago

Hello, I am having a problem on the installation from CONDA. No matter what python version my environment is, I get this error: UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment:

I tried all python versions, from 2.7 to 3.10. Can you please point me to a solution? I probably am missing something very obvious here.

fbriol commented 1 year ago

I can't reproduce the mistake. Try to update your conda environment (conda update all -c conda-forge) then reinstall the library (conda install pyfes -c fbriol -c conda-forge)

Alerovere commented 1 year ago

Thanks, that did the trick. i feel a bit stupid for not thinking to update the env. once installed.