stac-utils/pystac-client

conda-forge installing v0.3.0

Closed this issue · 2 comments

When installing pystac-client, conda-forge installs an old version (v0.3.0) by default instead of v0.8.3.

Screen Shot 2024-07-24 at 4 39 43 pm

I cannot reproduce:

$ conda install conda-forge::pystac-client 
Retrieving notices: ...working... done
Channels:
 - defaults
 - conda-forge
Platform: osx-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /usr/local/Caskroom/miniconda/base

  added / updated specs:
    - conda-forge::pystac-client


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    certifi-2024.7.4           |  py312hecd8cb5_0         161 KB
    pystac-1.10.1              |     pyhd8ed1ab_0         118 KB  conda-forge
    pystac-client-0.8.3        |     pyhd8ed1ab_0          31 KB  conda-forge
    ------------------------------------------------------------
                                           Total:         310 KB

The following NEW packages will be INSTALLED:

  pystac             conda-forge/noarch::pystac-1.10.1-pyhd8ed1ab_0 
  pystac-client      conda-forge/noarch::pystac-client-0.8.3-pyhd8ed1ab_0 

The following packages will be SUPERSEDED by a higher-priority channel:

  certifi            conda-forge/noarch::certifi-2024.7.4-~ --> pkgs/main/osx-64::certifi-2024.7.4-py312hecd8cb5_0 
  conda              conda-forge::conda-24.5.0-py312hb4010~ --> pkgs/main::conda-24.5.0-py312hecd8cb5_0

Please re-open with more info if there's something different I can do to reproduce, thanks!

EDITED after I noticed this is for pystac-client

Not entirely sure what is going on there, but just want to point out that pystac-client dropped support for Python 3.8 in v0.7.7 (#661) so you will need to upgrade your Python version if you are trying to get the most recent release.