keep STAC related packages up to date #39
-
Hi, not sure what all is needed to keep STAC related packages up to date, but following the installation recipe I am left with
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The recommended way is to use mamba rather than conda. The version restriction is likely caused by other dependencies. I need to look into it |
Beta Was this translation helpful? Give feedback.
-
I just tried it on my Linux machine and found that it could install pystac-client v0.7.5. Please make sure you use mamba rather than conda. Conda takes forever to reslove a large mount of dependencies. Mamba is much faster. conda create -n geo python=3.11
conda activate geo
conda install -c conda-forge mamba
mamba install -c conda-forge geospatial |
Beta Was this translation helpful? Give feedback.
-
yes, this looks good! thank you for the quick replies. I had to go
very fast. conda list | grep stac gives 👍
thank you!! |
Beta Was this translation helpful? Give feedback.
I just tried it on my Linux machine and found that it could install pystac-client v0.7.5. Please make sure you use mamba rather than conda. Conda takes forever to reslove a large mount of dependencies. Mamba is much faster.