conda-forge / zstd-feedstock

A conda-smithy repository for zstd.
BSD 3-Clause "New" or "Revised" License
2 stars 26 forks source link

Cannot install zstd 1.3.3 on win-64 #9

Closed chambbj closed 5 years ago

chambbj commented 6 years ago

This may be a conda-forge issue, but I'll start here. When trying to install zstd into an empty environment on Windows, I get the following.

(zstd-test) Z:\chambbj On My Mac\loki\pdal\build-conda>conda install -c conda-forge zstd
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - zstd
  - *[track_features=vc9]

Current channels:

  - https://conda.anaconda.org/conda-forge/win-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.continuum.io/pkgs/main/win-64
  - https://repo.continuum.io/pkgs/main/noarch
  - https://repo.continuum.io/pkgs/free/win-64
  - https://repo.continuum.io/pkgs/free/noarch
  - https://repo.continuum.io/pkgs/r/win-64
  - https://repo.continuum.io/pkgs/r/noarch
  - https://repo.continuum.io/pkgs/pro/win-64
  - https://repo.continuum.io/pkgs/pro/noarch
  - https://repo.continuum.io/pkgs/msys2/win-64
  - https://repo.continuum.io/pkgs/msys2/noarch

Contents of conda info:

(zstd-test) Z:\chambbj On My Mac\loki\pdal\build-conda>conda info

     active environment : zstd-test
    active env location : C:\Miniconda3\envs\zstd-test
            shell level : 2
       user config file : C:\Users\Bradley Chambers\.condarc
 populated config files :
          conda version : 4.4.10
    conda-build version : not installed
         python version : 3.6.4.final.0
       base environment : C:\Miniconda3  (writable)
           channel URLs : https://repo.continuum.io/pkgs/main/win-64
                          https://repo.continuum.io/pkgs/main/noarch
                          https://repo.continuum.io/pkgs/free/win-64
                          https://repo.continuum.io/pkgs/free/noarch
                          https://repo.continuum.io/pkgs/r/win-64
                          https://repo.continuum.io/pkgs/r/noarch
                          https://repo.continuum.io/pkgs/pro/win-64
                          https://repo.continuum.io/pkgs/pro/noarch
                          https://repo.continuum.io/pkgs/msys2/win-64
                          https://repo.continuum.io/pkgs/msys2/noarch
          package cache : C:\Miniconda3\pkgs
                          C:\Users\Bradley Chambers\AppData\Local\conda\conda\pk
gs
       envs directories : C:\Miniconda3\envs
                          C:\Users\Bradley Chambers\AppData\Local\conda\conda\en
vs
                          C:\Users\Bradley Chambers\.conda\envs
               platform : win-64
             user-agent : conda/4.4.10 requests/2.18.4 CPython/3.6.4 Windows/7 W
indows/6.1.7601
          administrator : False
             netrc file : None
           offline mode : False

And conda list:

(zstd-test) Z:\chambbj On My Mac\loki\pdal\build-conda>conda list
# packages in environment at C:\Miniconda3\envs\zstd-test:
#
# Name                    Version                   Build  Channel
xhochy commented 5 years ago

zstd is nowadays only installable for vc=14 so this is expected. Please update your conda installation to get a new runtime.