amoeba commented on issue #323:
URL: https://github.com/apache/arrow-cookbook/issues/323#issuecomment-1728607044

   Thanks @lidavidm. I think explicitly listing zlib makes sense as a fix here. 
I'll send in a PR in a sec.
   
   Since I assume this CI job worked at some point, I wanted to check to see 
what changed. If I create stable and dev conda environments for the cookbook 
locally, the stable env appears to get zlib via libgrpc so something must have 
changed between libgrpc 1.54.3 and 1.56.2.
   
   `cookbook-cpp` (stable)
   
   ```
   $ jq .depends $CONDA_PREFIX/conda-meta/libgrpc-1.54.3-hb20ce57_0.json
   [
     "c-ares >=1.19.1,<2.0a0",
     "libabseil * cxx17*",
     "libabseil >=20230125.3,<20230126.0a0",
     "libgcc-ng >=12",
     "libprotobuf >=3.21.12,<3.22.0a0",
     "libstdcxx-ng >=12",
     "libzlib >=1.2.13,<1.3.0a0",
     "openssl >=3.1.1,<4.0a0",
     "re2 >=2023.3.2,<2023.3.3.0a0",
     "zlib"
   ]
   ```
   
   `cookbook-cpp-dev` (dev)
   
   ```
   $ jq .depends $CONDA_PREFIX/conda-meta/libgrpc-1.56.2-h3905398_1.json
   [
     "c-ares >=1.19.1,<2.0a0",
     "libabseil * cxx17*",
     "libabseil >=20230125.3,<20230126.0a0",
     "libgcc-ng >=12",
     "libprotobuf >=4.23.3,<4.23.4.0a0",
     "libstdcxx-ng >=12",
     "libzlib >=1.2.13,<1.3.0a0",
     "openssl >=3.1.2,<4.0a0",
     "re2 >=2023.3.2,<2023.3.3.0a0"
   ]
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to