Skip to content
New issue

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

Pin Conda package #908

Closed
tomuben opened this issue May 29, 2024 · 0 comments
Closed

Pin Conda package #908

tomuben opened this issue May 29, 2024 · 0 comments
Assignees
Labels
refactoring Code improvement without behavior change

Comments

@tomuben
Copy link
Collaborator

tomuben commented May 29, 2024

Background

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

Acceptance criteria

Pin conda package libzlib to < 1.3.0

@tomuben tomuben self-assigned this May 29, 2024
@tomuben tomuben added dependencies Change in dependencies refactoring Code improvement without behavior change and removed dependencies Change in dependencies labels May 29, 2024
tomuben added a commit that referenced this issue May 31, 2024
tomuben added a commit that referenced this issue May 31, 2024
@tomuben tomuben closed this as completed May 31, 2024
@tomuben tomuben mentioned this issue Jun 3, 2024
8 tasks
tomuben added a commit that referenced this issue Jun 11, 2024
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

1 participant