Open AtiehAlipour-NOAA opened 3 months ago
Thank you @AtiehAlipour-NOAA! @pmav99 is there anything preventing us from releasing?
@AtiehAlipour-NOAA please check if you can install version 0.3.14
of searvey
from PyPI using pip
@SorooshMani-NOAA I used pip to install searvey but got the same error.
I used pip install git+https://github.com/oceanmodeling/searvey.git
as before, and it worked.
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
I was able to install "searvey 0.3.14.post41.dev0+4d23de7" using git+https://github.com/oceanmodeling/searvey.git
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: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!