Skip to content

Miniconda installer fails on aarch64 with CentOS 7.  #11107

@fields

Description

@fields

Checklist

  • I added a descriptive title
  • I searched for other issues and couldn't find a solution or duplication
  • I already searched in Google and didn't find any good information or help
  • I looked at the docs and didn't see anything to help

What happened?

Trying to install Miniconda in a docker image based off of the stock CentOS 7 image, the installer fails with a glibc 2.25 dependency. Presumably this won't work because CentOS 7 includes glibc 2.17. This built fine using the x86_64 architecture (everything else the same), but the aarch64 one is failing.

This is the installer:
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh

It gives this error output:

Unpacking payload ...
[119] Error loading Python lib '/tmp/_MEImCe6Zl/libpython3.8.so.1.0': dlopen: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/_MEImCe6Zl/libpython3.8.so.1.0)
[122] Error loading Python lib '/tmp/_MEI6pem7s/libpython3.8.so.1.0': dlopen: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /tmp/_MEI6pem7s/libpython3.8.so.1.0)

Conda info

No response

Conda config

No response

Conda list

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    locked[bot] locked due to inactivitytype::bugdescribes erroneous operation, use severity::* to classify the type

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions