Giter Club home page Giter Club logo

zstd-feedstock's People

Contributors

conda-forge-admin avatar conda-forge-curator[bot] avatar conda-forge-webservices[bot] avatar djsutherland avatar github-actions[bot] avatar h-vetinari avatar hmaarrfk avatar horta avatar isuruf avatar jakirkham avatar johanmabille avatar jvolkening avatar keuv-grvl avatar mariusvniekerk avatar maxhora avatar mingwandroid avatar msarahan avatar pkgw avatar regro-cf-autotick-bot avatar rmax avatar robquant avatar rolando avatar wesm avatar wolfv avatar xhochy avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zstd-feedstock's Issues

Cannot use CMake zstd config file

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

lib/cmake/zstd/zstdTargets.cmake refers to a lib/libzstd.a file that doesn't exist, which prevents using find_package(zstd)

Given the following CMakeLists.txt file:

cmake_minimum_required(VERSION 3.10)
project(test LANGUAGES C)
find_package(zstd)

running cmake . -DCMAKE_PREFIX_PATH=$CONDA_PREFIX gives the following error:

-- The C compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at /home/even/miniconda3/envs/zstd_test/lib/cmake/zstd/zstdTargets.cmake:87 (message):
  The imported target "zstd::libzstd_static" references the file

     "/home/even/miniconda3/envs/zstd_test/lib/libzstd.a"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/home/even/miniconda3/envs/zstd_test/lib/cmake/zstd/zstdTargets.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /home/even/miniconda3/envs/zstd_test/lib/cmake/zstd/zstdConfig.cmake:1 (include)
  CMakeLists.txt:3 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/even/test/CMakeFiles/CMakeOutput.log".

Installed packages

# packages in environment at /home/even/miniconda3/envs/zstd_test:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       1_gnu    conda-forge
libgcc-ng                 11.2.0              h1d223b6_13    conda-forge
libgomp                   11.2.0              h1d223b6_13    conda-forge
libstdcxx-ng              11.2.0              he4da1e4_13    conda-forge
libzlib                   1.2.11            h36c2ea0_1013    conda-forge
lz4-c                     1.9.3                h9c3ff4c_1    conda-forge
xz                        5.2.5                h516909a_1    conda-forge
zstd                      1.5.2                ha95c52a_0    conda-forge

Environment info

active environment : zstd_test
    active env location : /home/even/miniconda3/envs/zstd_test
            shell level : 1
       user config file : /home/even/.condarc
 populated config files : /home/even/.condarc
          conda version : 4.11.0
    conda-build version : 3.21.4
         python version : 3.8.8.final.0
       virtual packages : __cuda=11.4=0
                          __linux=5.13.0=0
                          __glibc=2.31=0
                          __unix=0=0
                          __archspec=1=x86_64
       base environment : /home/even/miniconda3  (writable)
      conda av data dir : /home/even/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/even/miniconda3/pkgs
                          /home/even/.conda/pkgs
       envs directories : /home/even/miniconda3/envs
                          /home/even/.conda/envs
               platform : linux-64
             user-agent : conda/4.11.0 requests/2.25.1 CPython/3.8.8 Linux/5.13.0-28-generic ubuntu/20.04.4 glibc/2.31
                UID:GID : 1000:1000
             netrc file : /home/even/.netrc
           offline mode : False

Cannot install zstd 1.3.3 on win-64

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

zstd package depends on Python

Does this need to depend on Python?

$ conda install zstd -p $HOME/cpp-toolchain
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 4.5.12
  latest version: 4.6.1

Please update conda by running

    $ conda update -n base -c defaults conda



## Package Plan ##

  environment location: /home/wesm/cpp-toolchain

  added / updated specs: 
    - zstd


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    certifi-2018.11.29         |        py36_1000         145 KB  conda-forge
    pip-18.1                   |        py36_1000         1.8 MB  conda-forge
    python-3.6.7               |    hd21baee_1001        34.5 MB  conda-forge
    wheel-0.32.3               |           py36_0          34 KB  conda-forge
    setuptools-40.6.3          |           py36_0         631 KB  conda-forge
    lz4-0.10.1                 |           py36_0         336 KB  defaults
    ------------------------------------------------------------
                                           Total:        37.5 MB

The following NEW packages will be INSTALLED:

    certifi:    2018.11.29-py36_1000 conda-forge
    lz4:        0.10.1-py36_0        defaults   
    pip:        18.1-py36_1000       conda-forge
    python:     3.6.7-hd21baee_1001  conda-forge
    setuptools: 40.6.3-py36_0        conda-forge
    wheel:      0.32.3-py36_0        conda-forge
    zstd:       1.3.8-h0a35d5f_1001  conda-forge

It seems the issue may be the "lz4" vs "lz4-c" package

Missing vcruntime140d.dll

I'm unsure if this is the right place to raise this. But I am having an issue working with a package which depends on zstd. See OSGeo/gdal#2019

When I execute the commands I get a pop up saying that vcruntime140d.dll can't be found, and then another pop up saying ucrtbased.dll can't be found.

I ran Dependency Walker and found the missing files are referenced under zstd.

image

conda info
     active environment : test
    active env location : C:\Users\Rebecca\Miniconda3\envs\test
            shell level : 2
       user config file : C:\Users\Rebecca\.condarc
 populated config files :
          conda version : 4.7.12
    conda-build version : not installed
         python version : 3.7.4.final.0
       virtual packages : __cuda=9.1
       base environment : C:\Users\Rebecca\Miniconda3  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
          package cache : C:\Users\Rebecca\Miniconda3\pkgs
                          C:\Users\Rebecca\.conda\pkgs
                          C:\Users\Rebecca\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\Rebecca\Miniconda3\envs
                          C:\Users\Rebecca\.conda\envs
                          C:\Users\Rebecca\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.7.12 requests/2.22.0 CPython/3.7.4 Windows/10 Windows/10.0.18362
          administrator : False
             netrc file : None
           offline mode : False

The error only happens when I install the gdal package from the conda-forge channel. No error if I install from the default channel.

Here are the outputs from conda list:

after default channel install
blas                      1.0                         mkl
bzip2                     1.0.8                he774522_0
ca-certificates           2019.10.16                    0
certifi                   2019.9.11                py37_0
cfitsio                   3.470                he774522_2
curl                      7.65.3               h2a8f88b_0
expat                     2.2.5                he025d50_0
freexl                    1.0.5                hfa6e2cd_0
gdal                      3.0.2            py37hdf43c64_0
geos                      3.8.0                h33f27b4_0
geotiff                   1.5.1                h5770a2b_0
hdf4                      4.2.13               h712560f_2
hdf5                      1.10.4               h7ebc959_0
icc_rt                    2019.0.0             h0cc432a_1
icu                       58.2                 ha66f8fd_1
intel-openmp              2019.4                      245
jpeg                      9b                   hb83a4c4_2
kealib                    1.4.7                h07cbb95_6
krb5                      1.16.1               hc04afaa_7
libboost                  1.67.0               hd9e427e_4
libcurl                   7.65.3               h2a8f88b_0
libgdal                   3.0.2                h1155b67_0
libiconv                  1.15                 h1df5818_7
libkml                    1.3.0                he5f2a48_4
libnetcdf                 4.6.1                h411e497_2
libpng                    1.6.37               h2a8f88b_0
libpq                     11.2                 h3235a2c_0
libspatialite             4.3.0a               h7ffb84d_0
libssh2                   1.8.2                h7a1dbc1_0
libtiff                   4.1.0                h56a325e_0
libxml2                   2.9.9                h464c3ec_0
lz4-c                     1.8.1.2              h2fa13f4_0
m2w64-expat               2.1.1                         2
m2w64-gcc-libgfortran     5.3.0                         6
m2w64-gcc-libs            5.3.0                         7
m2w64-gcc-libs-core       5.3.0                         7
m2w64-gettext             0.19.7                        2
m2w64-gmp                 6.1.0                         2
m2w64-libiconv            1.14                          6
m2w64-libwinpthread-git   5.0.0.4634.697f757               2
m2w64-xz                  5.2.2                         2
mkl                       2019.4                      245
mkl-service               2.3.0            py37hb782905_0
mkl_fft                   1.0.15           py37h14836fe_0
mkl_random                1.1.0            py37h675688f_0
msys2-conda-epoch         20160418                      1
numpy                     1.17.3           py37h4ceb530_0
numpy-base                1.17.3           py37hc3f5095_0
openjpeg                  2.3.0                h5ec785f_1
openssl                   1.1.1d               he774522_3
pcre                      8.43                 ha925a31_0
pip                       19.3.1                   py37_0
postgresql                11.2                 h3235a2c_0
proj                      6.2.1                h9f7ef89_0
python                    3.7.5                h8c8aaf0_0
setuptools                41.6.0                   py37_0
six                       1.13.0                   py37_0
sqlite                    3.30.1               he774522_0
tbb                       2018.0.5             he980bc4_0
tiledb                    1.6.3                h7b000aa_0
tk                        8.6.8                hfa6e2cd_0
vc                        14.1                 h0510ff6_4
vs2015_runtime            14.16.27012          hf0eaf9b_0
wheel                     0.33.6                   py37_0
wincertstore              0.2                      py37_0
xerces-c                  3.2.2                ha925a31_0
xz                        5.2.4                h2fa13f4_4
zlib                      1.2.11               h62dcd97_3
zstd                      1.3.7                h508b16e_0
after conda-forge channel install
boost-cpp                 1.70.0               h6a4c333_2    conda-forge
bzip2                     1.0.8                hfa6e2cd_1    conda-forge
ca-certificates           2019.9.11            hecc5488_0    conda-forge
certifi                   2019.9.11                py38_0    conda-forge
cfitsio                   3.470                hfa6e2cd_2    conda-forge
curl                      7.65.3               h4496350_0    conda-forge
expat                     2.2.5             he025d50_1004    conda-forge
freetype                  2.10.0               h563cfd7_1    conda-forge
freexl                    1.0.5             hd288d7e_1002    conda-forge
gdal                      3.0.2            py38h2fee047_2    conda-forge
geos                      3.7.2                he025d50_2    conda-forge
geotiff                   1.5.1                ha8299ad_6    conda-forge
gettext                   0.19.8.1          hb01d8f6_1002    conda-forge
glib                      2.58.3          py38hc0c2ac7_1002    conda-forge
hdf4                      4.2.13            hf8e6fe8_1003    conda-forge
hdf5                      1.10.5          nompi_ha405e13_1104    conda-forge
icu                       64.2                 he025d50_1    conda-forge
intel-openmp              2019.4                      245
jpeg                      9c                hfa6e2cd_1001    conda-forge
kealib                    1.4.10            hf7dc31f_1005    conda-forge
krb5                      1.16.3            hdd46e55_1001    conda-forge
libblas                   3.8.0                    14_mkl    conda-forge
libcblas                  3.8.0                    14_mkl    conda-forge
libcurl                   7.65.3               h4496350_0    conda-forge
libffi                    3.2.1             h6538335_1006    conda-forge
libgdal                   3.0.2                hd349289_2    conda-forge
libiconv                  1.15              hfa6e2cd_1005    conda-forge
libkml                    1.3.0             h4ece8bf_1010    conda-forge
liblapack                 3.8.0                    14_mkl    conda-forge
libnetcdf                 4.7.1           nompi_h8d74e2a_101    conda-forge
libpng                    1.6.37               h7602738_0    conda-forge
libpq                     11.5                 hb0bdaea_2    conda-forge
libspatialite             4.3.0a            h2b2ca8d_1032    conda-forge
libssh2                   1.8.2                h642c060_2    conda-forge
libtiff                   4.1.0                h2e92f26_0    conda-forge
libxml2                   2.9.10               h9ce36c8_0    conda-forge
lz4-c                     1.8.3             he025d50_1001    conda-forge
m2w64-expat               2.1.1                         2
m2w64-gcc-libgfortran     5.3.0                         6
m2w64-gcc-libs            5.3.0                         7
m2w64-gcc-libs-core       5.3.0                         7
m2w64-gettext             0.19.7                        2
m2w64-gmp                 6.1.0                         2
m2w64-libiconv            1.14                          6
m2w64-libwinpthread-git   5.0.0.4634.697f757               2
m2w64-xz                  5.2.2                         2
mkl                       2019.4                      245
msys2-conda-epoch         20160418                      1
numpy                     1.17.3           py38hc71023c_0    conda-forge
openjpeg                  2.3.1                hb24c2e3_1    conda-forge
openssl                   1.1.1d               hfa6e2cd_0    conda-forge
pcre                      8.43                 h6538335_0    conda-forge
pip                       19.3.1                   py38_0    conda-forge
poppler                   0.67.0               h92819f6_7    conda-forge
poppler-data              0.4.9                         1    conda-forge
postgresql                11.5                 h06f7779_2    conda-forge
proj                      6.2.1                ha7a8c7b_0    conda-forge
python                    3.8.0                hc9e8b01_3    conda-forge
setuptools                41.6.0                   py38_1    conda-forge
sqlite                    3.30.1               hfa6e2cd_0    conda-forge
tbb                       2018.0.5             he980bc4_0    conda-forge
tiledb                    1.6.2                h6bfbd54_2    conda-forge
tk                        8.6.9             hfa6e2cd_1003    conda-forge
vc                        14.1                 h0510ff6_4
vs2015_runtime            14.16.27012          hf0eaf9b_0
wheel                     0.33.6                   py38_0    conda-forge
wincertstore              0.2                   py38_1003    conda-forge
xerces-c                  3.2.2             h6538335_1004    conda-forge
xz                        5.2.4             h2fa13f4_1001    conda-forge
zlib                      1.2.11            h2fa13f4_1006    conda-forge
zstd                      1.4.3                hd8a0e53_0    conda-forge

I looked in the environment directory and can see ucrtbase.dll and vcruntime140.dll exist but they don't have the d at the end of the filename like what is being indicated in the error.

Apologies if this is the wrong place to post. If it is, could you advise where I should post this. Thanks in advance.

Added dependencies force downgrade of pyarrow

Issue:
Previous versions of zstd had no dependencies. The recently (for versions >1.3.3) added dependencies force conda to downgrade pyarrow from 0.13 to 0.12.1.
Is that intended?

$ conda update zstd                                                                          (py37)
Collecting package metadata: done
Solving environment: done

## Package Plan ##

  environment location: /Users/klay6683/miniconda3/envs/py37

  added / updated specs:
    - zstd


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    arrow-cpp-0.12.1           |   py37h2ddd891_0         5.5 MB  conda-forge
    libprotobuf-3.6.1          |    hd9629dc_1001         3.8 MB  conda-forge
    pyarrow-0.12.1             |   py37hf9e6f3b_0         2.0 MB  conda-forge
    ------------------------------------------------------------
                                           Total:        11.4 MB

The following packages will be UPDATED:

  zstd                                              1.3.3-1 --> 1.4.0-ha9f0a20_0

The following packages will be DOWNGRADED:

  arrow-cpp                           0.13.0-py37hbfb945d_2 --> 0.12.1-py37h2ddd891_0
  libprotobuf                              3.7.1-hfbae3c0_0 --> 3.6.1-hd9629dc_1001
  pyarrow                             0.13.0-py37hb37e6aa_0 --> 0.12.1-py37hf9e6f3b_0


Proceed ([y]/n)? n

Environment (conda list):
$ conda list
# packages in environment at /Users/klay6683/miniconda3/envs/py37:
#
# Name                    Version                   Build  Channel
advbumpversion            1.2.0                      py_0    conda-forge
alabaster                 0.7.12                     py_0    conda-forge
apipkg                    1.5                        py_0    conda-forge
appdirs                   1.4.3                      py_1    conda-forge
appnope                   0.1.0                 py37_1000    conda-forge
argh                      0.26.2                   pypi_0    pypi
arrow-cpp                 0.13.0           py37hbfb945d_2    conda-forge
asn1crypto                0.24.0                py37_1003    conda-forge
astroid                   2.2.5                    py37_0    conda-forge
astropy                   3.1.2            py37h1de35cc_0    conda-forge
atomicwrites              1.3.0                      py_0    conda-forge
attrs                     19.1.0                     py_0    conda-forge
autopep8                  1.4.4                      py_0    conda-forge
babel                     2.6.0                      py_1    conda-forge
backcall                  0.1.0                      py_0    conda-forge
black                     19.3b0                     py_0    conda-forge
bleach                    3.1.0                      py_0    conda-forge
blosc                     1.16.3               h0a44026_0    conda-forge
bokeh                     1.1.0                    py37_0    conda-forge
boost-cpp                 1.68.0            h6f8c590_1000    conda-forge
brotli                    1.0.7             h0a44026_1000    conda-forge
bzip2                     1.0.6             h1de35cc_1002    conda-forge
ca-certificates           2019.3.9             hecc5488_0    conda-forge
cairo                     1.16.0            h9247486_1000    conda-forge
cartopy                   0.17.0          py37h929c6f0_1004    conda-forge
certifi                   2019.3.9                 py37_0    conda-forge
cffi                      1.12.3           py37hccf1714_0    conda-forge
cftime                    1.0.3.4         py37h917ab60_1000    conda-forge
chardet                   3.0.4                 py37_1003    conda-forge
click                     7.0                        py_0    conda-forge
click-plugins             1.1.1                      py_0    conda-forge
cligj                     0.5.0                      py_0    conda-forge
cloudpickle               0.8.1                      py_0    conda-forge
colorcet                  2.0.1                      py_0    conda-forge
coverage                  4.5.3            py37h1de35cc_0    conda-forge
cryptography              2.6.1            py37h212c5bf_0    conda-forge
cspice                    66                h1de35cc_1004    conda-forge
curl                      7.64.1               h22ea746_0    conda-forge
cycler                    0.10.0                     py_1    conda-forge
cython                    0.29.7           py37h6de7cb9_0    conda-forge
cytoolz                   0.9.0.1          py37h470a237_1    conda-forge
dask                      1.2.2                      py_0    conda-forge
dask-core                 1.2.2                      py_0    conda-forge
datashader                0.7.0                      py_0    conda-forge
datashape                 0.5.4                      py_1    conda-forge
dbus                      1.13.6               h2f22bb5_0    conda-forge
decorator                 4.4.0                      py_0    conda-forge
defusedxml                0.5.0                      py_1    conda-forge
descartes                 1.1.0                      py_3    conda-forge
distributed               1.28.1                   py37_0    conda-forge
docutils                  0.14                  py37_1001    conda-forge
entrypoints               0.3                   py37_1000    conda-forge
execnet                   1.6.0                      py_0    conda-forge
expat                     2.2.5             h0a44026_1002    conda-forge
fastparquet               0.3.1            py37h01d97ff_0    conda-forge
fiona                     1.8.6            py37h7eb7563_3    conda-forge
flake8                    3.7.7                    py37_0    conda-forge
fontconfig                2.13.1            h1027ab8_1000    conda-forge
freetype                  2.10.0               h24853df_0    conda-forge
freexl                    1.0.5             h1de35cc_1002    conda-forge
gdal                      2.4.1            py37h7eb7563_0    conda-forge
geopandas                 0.5.0                      py_2    conda-forge
geos                      3.7.1             h0a44026_1000    conda-forge
geotiff                   1.4.3             hce09ea4_1000    conda-forge
geoviews                  1.6.2                      py_0    conda-forge
geoviews-core             1.6.2                      py_0    conda-forge
gettext                   0.19.8.1          h46ab8bc_1002    conda-forge
gflags                    2.2.2             h0a44026_1001    conda-forge
giflib                    5.1.7                h01d97ff_1    conda-forge
gitchangelog              3.0.4                    pypi_0    pypi
glib                      2.58.3            h2836805_1001    conda-forge
glog                      0.3.5             h0a44026_1001    conda-forge
graphviz                  2.40.1               ha626266_0    conda-forge
h5py                      2.9.0                    pypi_0    pypi
hdf4                      4.2.13            hf3c6af0_1002    conda-forge
hdf5                      1.10.4          nompi_h0cbb7df_1106    conda-forge
heapdict                  1.0.0                 py37_1000    conda-forge
holoviews                 1.12.2                     py_0    conda-forge
hvplot                    0.4.0                      py_1    conda-forge
icu                       58.2              h0a44026_1000    conda-forge
idna                      2.8                   py37_1000    conda-forge
imageio                   2.5.0                    py37_0    conda-forge
imagesize                 1.1.0                      py_0    conda-forge
importlib-resources       1.0.2                    pypi_0    pypi
ipykernel                 5.1.0           py37h24bf2e0_1002    conda-forge
ipympl                    0.2.1                 py37_1001    conda-forge
ipyparallel               6.2.4                    py37_0    conda-forge
ipython                   7.5.0            py37h24bf2e0_0    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                7.4.2                      py_0    conda-forge
isort                     4.3.19                   py37_0    conda-forge
jedi                      0.13.3                   py37_0    conda-forge
jinja2                    2.10.1                     py_0    conda-forge
jpeg                      9c                h1de35cc_1001    conda-forge
json-c                    0.13.1            h1de35cc_1001    conda-forge
jsonschema                3.0.1                    py37_0    conda-forge
jupyter                   1.0.0                      py_2    conda-forge
jupyter_client            5.2.4                      py_3    conda-forge
jupyter_console           6.0.0                      py_0    conda-forge
jupyter_contrib_core      0.3.3                      py_2    conda-forge
jupyter_core              4.4.0                      py_0    conda-forge
jupyter_nbextensions_configurator 0.4.1                    py37_0    conda-forge
jupyterlab                0.35.6                   py37_0    conda-forge
jupyterlab-git            0.5.0                    pypi_0    pypi
jupyterlab-github         0.7.0                    pypi_0    pypi
jupyterlab-latex          0.4.1                    pypi_0    pypi
jupyterlab_server         0.2.0                      py_0    conda-forge
kealib                    1.4.10            hecf890f_1003    conda-forge
kiwisolver                1.0.1           py37h04f5b5a_1002    conda-forge
krb5                      1.16.3            hcfa6398_1001    conda-forge
latexcodec                1.0.7                      py_0    conda-forge
lazy-object-proxy         1.3.1           py37h1de35cc_1000    conda-forge
libblas                   3.8.0                5_openblas    conda-forge
libcblas                  3.8.0                5_openblas    conda-forge
libcurl                   7.64.1               h16faf7d_0    conda-forge
libcxx                    8.0.0                         2    conda-forge
libcxxabi                 8.0.0                         2    conda-forge
libdap4                   3.19.1            hae55d67_1000    conda-forge
libedit                   3.1.20170329      hcfe32e1_1001    conda-forge
libffi                    3.2.1             h6de7cb9_1006    conda-forge
libgdal                   2.4.1                h16bfee5_0    conda-forge
libgfortran               3.0.1                         0    conda-forge
libiconv                  1.15              h01d97ff_1005    conda-forge
libkml                    1.3.0             h71ee1b2_1009    conda-forge
liblapack                 3.8.0                5_openblas    conda-forge
libnetcdf                 4.6.2             h6b88ef6_1001    conda-forge
libpng                    1.6.37               h2573ce8_0    conda-forge
libpq                     11.2                 h29c6f28_0    conda-forge
libprotobuf               3.7.1                hfbae3c0_0    conda-forge
libsodium                 1.0.16            h1de35cc_1001    conda-forge
libspatialindex           1.9.0                h6de7cb9_0    conda-forge
libspatialite             4.3.0a            h0cd9627_1026    conda-forge
libssh2                   1.8.2                hcdc9a53_2    conda-forge
libtiff                   4.0.10            h79f4b77_1001    conda-forge
libxml2                   2.9.9                hd80cff7_0    conda-forge
libxslt                   1.1.32            h33a18ac_1002    conda-forge
line_profiler             2.1.2            py37h1de35cc_0  
livereload                2.6.0                    pypi_0    pypi
llvmlite                  0.28.0           py37hf292337_0    conda-forge
locket                    0.2.0                      py_2    conda-forge
lxml                      4.3.3            py37h08abf6f_0    conda-forge
lz4-c                     1.8.3             h0a44026_1001    conda-forge
mapclassify               2.0.1                      py_0    conda-forge
markupsafe                1.1.1            py37h1de35cc_0    conda-forge
matplotlib                3.0.3                    py37_1    conda-forge
matplotlib-base           3.0.3            py37habd5b94_1    conda-forge
mccabe                    0.6.1                      py_1    conda-forge
mistune                   0.8.4           py37h1de35cc_1000    conda-forge
mock                      2.0.0                 py37_1001    conda-forge
more-itertools            4.3.0                 py37_1000    conda-forge
msgpack-python            0.6.1            py37h04f5b5a_0    conda-forge
multipledispatch          0.6.0                      py_0    conda-forge
munch                     2.3.2                      py_0    conda-forge
nb-black                  1.0.4                    pypi_0    pypi
nbconvert                 5.5.0                      py_0    conda-forge
nbformat                  4.4.0                      py_1    conda-forge
nbresuse                  0.3.1                    pypi_0    pypi
nbsphinx                  0.4.2                      py_0    conda-forge
nbstripout                0.3.5                      py_0    conda-forge
nbtools                   0.2.2.dev5+g740bc06           dev_0    <develop>
nbval                     0.9.1                      py_0    conda-forge
ncurses                   6.1               h0a44026_1002    conda-forge
netcdf4                   1.5.1.2          py37h58b02fa_0    conda-forge
networkx                  2.3                        py_0    conda-forge
nodejs                    11.14.0              h6de7cb9_1    conda-forge
notebook                  5.7.8                    py37_0    conda-forge
numba                     0.43.1           py37h051e8ed_0    conda-forge
numexpr                   2.6.9           py37h1702cab_1000    conda-forge
numpy                     1.16.3           py37hdf140aa_0    conda-forge
olefile                   0.46                       py_0    conda-forge
openblas                  0.3.5             h436c29b_1001    conda-forge
openjpeg                  2.3.1                hc1feee7_0    conda-forge
openssl                   1.1.1b               h01d97ff_2    conda-forge
oset                      0.1.3                      py_1    conda-forge
owslib                    0.17.1                     py_0    conda-forge
p4terrains                0.2.1                     dev_0    <develop>
packaging                 19.0                       py_0    conda-forge
pandas                    0.24.2           py37h0a44026_0    conda-forge
pandoc                    2.7.2                         0    conda-forge
pandocfilters             1.4.2                      py_1    conda-forge
param                     1.9.0                      py_0    conda-forge
parquet-cpp               1.5.1                         2    conda-forge
parso                     0.4.0                      py_0    conda-forge
partd                     0.3.9                      py_0    conda-forge
pathtools                 0.1.2                    pypi_0    pypi
patsy                     0.5.1                      py_0    conda-forge
pbr                       5.1.3                      py_0    conda-forge
pcre                      8.41              h0a44026_1003    conda-forge
pep8                      1.7.1                      py_0    conda-forge
pexpect                   4.7.0                    py37_0    conda-forge
phantomjs                 2.1.1                         1    conda-forge
pickleshare               0.7.5                 py37_1000    conda-forge
pillow                    6.0.0            py37h7095ceb_0    conda-forge
pip                       19.1                     py37_0    conda-forge
pixman                    0.34.0            h1de35cc_1003    conda-forge
planet4                   0.11.2                    dev_0    <develop>
planetpy                  0.4.6                     dev_0    <develop>
pluggy                    0.9.0                      py_0    conda-forge
poppler                   0.67.0               hb974355_6    conda-forge
poppler-data              0.4.9                         1    conda-forge
port-for                  0.3.1                    pypi_0    pypi
postgresql                11.2                 h16efa30_0    conda-forge
proj4                     5.2.0             h1de35cc_1001    conda-forge
prometheus_client         0.6.0                      py_0    conda-forge
prompt_toolkit            2.0.9                      py_0    conda-forge
psutil                    5.6.2            py37h01d97ff_0    conda-forge
ptyprocess                0.6.0                   py_1001    conda-forge
pvl                       0.3.0                      py_1    conda-forge
py                        1.8.0                      py_0    conda-forge
pyaml                     18.11.0                    py_0    conda-forge
pyarrow                   0.13.0           py37hb37e6aa_0    conda-forge
pybtex                    0.22.2                   py37_0    conda-forge
pybtex-docutils           0.2.1                 py37_1000    conda-forge
pyciss                    0.12.6                    dev_0    <develop>
pycodestyle               2.5.0                      py_0    conda-forge
pycparser                 2.19                     py37_1    conda-forge
pyct                      0.4.6                      py_0    conda-forge
pyct-core                 0.4.6                      py_0    conda-forge
pyepsg                    0.4.0                      py_0    conda-forge
pyflakes                  2.1.1                      py_0    conda-forge
pygments                  2.4.0                      py_0    conda-forge
pykdtree                  1.3.1           py37h917ab60_1002    conda-forge
pylint                    2.3.1                    py37_0    conda-forge
pyopenssl                 19.0.0                   py37_0    conda-forge
pyparsing                 2.4.0                      py_0    conda-forge
pyproj                    1.9.6           py37h9c430a6_1000    conda-forge
pyqt                      5.9.2            py37h2a560b1_0    conda-forge
pyrise                    0.6.0                     dev_0    <develop>
pyrsistent                0.14.11          py37h1de35cc_0    conda-forge
pyshp                     2.1.0                      py_0    conda-forge
pysis                     0.6.0                     dev_0    <develop>
pysocks                   1.6.8                 py37_1002    conda-forge
pyspectral                0.8.7                    pypi_0    pypi
pytables                  3.5.1            py37h689b3ec_1    conda-forge
pytelescope               0.1.0                     dev_0    <develop>
pytest                    4.5.0                    py37_0    conda-forge
pytest-arraydiff          0.3                        py_0    conda-forge
pytest-astropy            0.5.0                      py_0    conda-forge
pytest-cache              1.0                      py37_1  
pytest-cov                2.7.1                      py_0    conda-forge
pytest-doctestplus        0.3.0                      py_0    conda-forge
pytest-openfiles          0.3.1                      py_0    conda-forge
pytest-pep8               1.0.6                      py_1    conda-forge
pytest-remotedata         0.3.1                      py_0    conda-forge
python                    3.7.3                h0d93f26_0    conda-forge
python-dateutil           2.8.0                      py_0    conda-forge
python-geotiepoints       1.1.7                    pypi_0    pypi
python-graphviz           0.10.1                     py_0    conda-forge
python-pptx               0.6.18                     py_0    conda-forge
python-snappy             0.5.4            py37h1e06ddd_0    conda-forge
pytz                      2019.1                     py_0    conda-forge
pyuvis                    0.4                       dev_0    <develop>
pyviz_comms               0.7.2                      py_0    conda-forge
pywavelets                1.0.3            py37h1e5eb4f_1    conda-forge
pyyaml                    5.1              py37h1de35cc_0    conda-forge
pyzmq                     18.0.1           py37h2d07e9b_1    conda-forge
qt                        5.9.7                h93ee506_1    conda-forge
qtconsole                 4.4.4                      py_0    conda-forge
re2                       2019.04.01           h6de7cb9_0    conda-forge
readline                  7.0               hcfe32e1_1001    conda-forge
requests                  2.21.0                py37_1000    conda-forge
requirements-parser       0.2.0                      py_0    conda-forge
rtree                     0.8.3           py37h666c49c_1002    conda-forge
scikit-image              0.15.0           py37h6de7cb9_0    conda-forge
scikit-learn              0.20.3           py37hca23c92_1    conda-forge
scipy                     1.2.1            py37hbd7caa9_1    conda-forge
seaborn                   0.9.0                      py_1    conda-forge
selenium                  3.141.0         py37h1de35cc_1000    conda-forge
send2trash                1.5.0                      py_0    conda-forge
setuptools                41.0.1                   py37_0    conda-forge
shapely                   1.6.4           py37h4b8df73_1004    conda-forge
sip                       4.19.8          py37h0a44026_1000    conda-forge
six                       1.12.0                py37_1000    conda-forge
snappy                    1.1.7             h0a44026_1002    conda-forge
snowballstemmer           1.2.1                      py_1    conda-forge
sortedcontainers          2.1.0                      py_0    conda-forge
sphinx                    2.0.1                      py_0    conda-forge
sphinx-autobuild          0.7.1                    pypi_0    pypi
sphinxcontrib-applehelp   1.0.1                      py_0    conda-forge
sphinxcontrib-bibtex      0.4.2                      py_0    conda-forge
sphinxcontrib-devhelp     1.0.1                      py_0    conda-forge
sphinxcontrib-htmlhelp    1.0.2                      py_0    conda-forge
sphinxcontrib-jsmath      1.0.1                      py_0    conda-forge
sphinxcontrib-qthelp      1.0.2                      py_0    conda-forge
sphinxcontrib-serializinghtml 1.1.1                      py_0    conda-forge
spicer                    0.2b0                     dev_0    <develop>
spiceypy                  2.2.0                      py_0    conda-forge
sqlite                    3.26.0            h1765d9f_1001    conda-forge
statsmodels               0.9.0           py37h917ab60_1000    conda-forge
tblib                     1.3.2                      py_1    conda-forge
terminado                 0.8.2                    py37_0    conda-forge
testpath                  0.4.2                   py_1001    conda-forge
thrift                    0.11.0          py37h0a44026_1001    conda-forge
thrift-cpp                0.12.0            hdedcb34_1002    conda-forge
tk                        8.6.9             ha441bb4_1001    conda-forge
toml                      0.10.0                     py_0    conda-forge
toolz                     0.9.0                      py_1    conda-forge
tornado                   6.0.2            py37h01d97ff_0    conda-forge
tqdm                      4.32.1                     py_0    conda-forge
traitlets                 4.3.2                 py37_1000    conda-forge
tzcode                    2018g             h1de35cc_1001    conda-forge
urllib3                   1.24.3                   py37_0    conda-forge
watchdog                  0.9.0                    pypi_0    pypi
wcwidth                   0.1.7                      py_1    conda-forge
webencodings              0.5.1                      py_1    conda-forge
wheel                     0.33.4                   py37_0    conda-forge
widgetsnbextension        3.4.2                 py37_1000    conda-forge
wrapt                     1.11.1           py37h1de35cc_0    conda-forge
xarray                    0.12.1                     py_0    conda-forge
xerces-c                  3.2.2             h44e365a_1001    conda-forge
xlrd                      1.2.0                      py_0    conda-forge
xlsxwriter                1.1.8                      py_0    conda-forge
xlwt                      1.3.0                      py_1    conda-forge
xz                        5.2.4             h1de35cc_1001    conda-forge
yaml                      0.1.7             h1de35cc_1001    conda-forge
yapf                      0.27.0                     py_0    conda-forge
zeromq                    4.3.1             h0a44026_1000    conda-forge
zict                      0.1.4                      py_0    conda-forge
zlib                      1.2.11            h1de35cc_1004    conda-forge
zstd                      1.3.3                         1    conda-forge


Details about conda and system ( conda info ):
$ conda info

     active environment : py37
    active env location : /Users/klay6683/miniconda3/envs/py37
            shell level : 1
       user config file : /Users/klay6683/.condarc
 populated config files : /Users/klay6683/.condarc
                          /Users/klay6683/miniconda3/envs/py37/.condarc
          conda version : 4.6.14
    conda-build version : not installed
         python version : 3.7.3.final.0
       base environment : /Users/klay6683/miniconda3  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/osx-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/osx-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /Users/klay6683/miniconda3/pkgs
                          /Users/klay6683/.conda/pkgs
       envs directories : /Users/klay6683/miniconda3/envs
                          /Users/klay6683/.conda/envs
               platform : osx-64
             user-agent : conda/4.6.14 requests/2.21.0 CPython/3.7.3 Darwin/18.2.0 OSX/10.14.3
                UID:GID : 273771:2260
             netrc file : None
           offline mode : False


`pzstd` command is not available as part of this feedstock

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

pzstd is not built in master. Previously there was a PR that enabled the pzstd binary to be built but I think that might have gotten lost in some merge conflict.

PR that enabled pzstd: #13
Subsequent PR that disabled pzstd: #15 (relevant comment)

Installed packages

N/A

Environment info

N/A

zstd version is out of date

Comment:

Hi the included zstd version (1.5.2) was released on Jan 2022 and is more than a year older than the current stable version (1.5.5) released Apr 5 2023.

Is there a plan to update?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.