oceanmodeling / searvey

Sea state observational data retrieval
https://searvey.readthedocs.io/en/stable/
GNU General Public License v3.0
24 stars 11 forks source link

Installing searvey #158

Open AtiehAlipour-NOAA opened 3 months ago

AtiehAlipour-NOAA commented 3 months ago

Hi,

I’m trying to use the searvey package to download observation data for different applications. But when I run pip install searvey as instructed in the README file, I get an error when importing the libraries:

image

I reached out to @SorooshMani-NOAA, and he kindly helped me by providing an alternative command for installing searvey. The latest command is:

pip install git+https://github.com/oceanmodeling/searvey.git

I wanted to document this here in case others face a similar issue. Thanks!

SorooshMani-NOAA commented 3 months ago

Thank you @AtiehAlipour-NOAA! @pmav99 is there anything preventing us from releasing?

SorooshMani-NOAA commented 2 months ago

@AtiehAlipour-NOAA please check if you can install version 0.3.14 of searvey from PyPI using pip

SorooshMani-NOAA commented 2 months ago

https://github.com/oceanmodeling/searvey/actions/runs/10817738241

AtiehAlipour-NOAA commented 2 months ago

@SorooshMani-NOAA I used pip to install searvey but got the same error.

image

I used pip install git+https://github.com/oceanmodeling/searvey.git as before, and it worked.

SorooshMani-NOAA commented 2 months ago

Can you please check what version of searvey you have? I think on JupyterLab you can just open a terminal and do pip list | grep searvey to see what is installed

AtiehAlipour-NOAA commented 2 months ago

I was able to install "searvey 0.3.14.post41.dev0+4d23de7" using git+https://github.com/oceanmodeling/searvey.git