We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building conda template flavors suddenly throws following error:
... -- Failed to run /bin/micromamba install --yes --freeze-installed -c 'conda-forge' 'libxcrypt==4.4.36' 'python==3.10.4' 'numpy==1.26.2' 'pandas==2.2.2' 'pyarrow==16.0.0' 'libblas==3.9.0=15_linux64_mkl' 'mamba==1.5.1' 'ld_impl_linux-64==2.36.1' 'cryptography==42.0.7' 'libxml2==2.10.3=hca2bb57_4' 'icu==70.1=h27087fc_0' at /scripts/install_scripts/package_mgmt_utils.pm line 175. ...
Reason is that there is a new version of libzlib and the libxml2 package and others require libzlib < 1.3.0
libzlib
Pin conda package libzlib to < 1.3.0
The text was updated successfully, but these errors were encountered:
#908: Pinned conda package
714a470
#908 pined conda package (#909)
7519196
fixes #908
Merge pull request #925 from exasol/develop
00996bf
Changelist: - #904: Ignored Kernel CVE (#905) - #906: Updated APT package (#907) - #908 pined conda package (#909) - #910: Updated APT package (#911) - #892: Filtered out Linux Kernel related CVE's (#912) - #895: Fixed GH Action 'Publish Docker Test Container' (#913) - #856: Changed mirror for installing R packages (#914) - #917: Updated Ubuntu JDK package (#918) - #915: Updated Python (#916) - #902: fixed memory related bugs with emit dataframe (#920) - #921: Use exasol-python-test-framework 0.5.0 (#922) - #923: Use exasol-python-test-framework 0.5.1 (#924)
tomuben
No branches or pull requests
Background
Building conda template flavors suddenly throws following error:
Reason is that there is a new version of
libzlib
and the libxml2 package and others require libzlib < 1.3.0Acceptance criteria
Pin conda package libzlib to < 1.3.0
The text was updated successfully, but these errors were encountered: