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

conda installers fail to invoke with /lib64/libc.so.6: version `GLIBC_2.14' not found #847

Closed
2 tasks done
bgoodr opened this issue Feb 26, 2023 · 2 comments
Closed
2 tasks done
Labels
locked [bot] locked due to inactivity off-topic not related to project, discussion is spam, or is otherwise nonsensical

Comments

@bgoodr
Copy link

bgoodr commented Feb 26, 2023

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

I am attempting to download and use the miniconda installer scripts recently on Linux OSs of RHEL6.10. The installer itself is requiring a newer GLIBC than exists on the platform. This used to work on RHEL6.10. I thought I could find the previous installers but they are missing. All of the ones at https://docs.conda.io/en/latest/miniconda.html#linux-installers no longer install and fail. looking at the ldd output shows:

conda.exe: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/install/conda.testing/RedHatEnterpriseWorkstation.6.10.miniconda/conda.exe)
    linux-vdso.so.1 =>  (0x00007ffeb7fd8000)
    libdl.so.2 => /lib64/libdl.so.2 (0x00000038e0400000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00000038e0c00000)
    libc.so.6 => /lib64/libc.so.6 (0x00000038e0800000)
    /lib64/ld-linux-x86-64.so.2 (0x0000560b95cc2000)

Conda Info

No response

Conda Config

active environment : None
       user config file : /home/CENSORED/.condarc
 populated config files : 
          conda version : 4.8.3
    conda-build version : not installed
         python version : 3.7.7.final.0
       virtual packages : __glibc=2.12
       base environment : /CENSORED/conda/RedHatEnterpriseWorkstation.6.10.miniconda3  (writable)
           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 : /CENSORED/conda/RedHatEnterpriseWorkstation.6.10.miniconda3/pkgs
                          /home/CENSORED/.conda/pkgs
       envs directories : /CENSORED/conda/RedHatEnterpriseWorkstation.6.10.miniconda3/envs
                          /home/CENSORED/.conda/envs
               platform : linux-64
             user-agent : conda/4.8.3 requests/2.23.0 CPython/3.7.7 Linux/2.6.32-754.el6.x86_64 rhel/6.10 glibc/2.12
                UID:GID : 7176:6236
             netrc file : None
           offline mode : False

Conda list

# packages in environment at /CENSORED/conda/RedHatEnterpriseWorkstation.6.10.miniconda3:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                        main    defaults
asn1crypto                0.24.0                   py37_0    defaults
brotlipy                  0.7.0           py37h7b6447c_1000    defaults
ca-certificates           2020.1.1                      0    defaults
certifi                   2020.4.5.2               py37_0    defaults
cffi                      1.14.0           py37he30daa8_1    defaults
chardet                   3.0.4                 py37_1003    defaults
conda                     4.8.3                    py37_0    defaults
conda-env                 2.6.0                         1    defaults
conda-package-handling    1.6.1            py37h7b6447c_0    defaults
cryptography              2.9.2            py37h1ba5d50_0    defaults
idna                      2.9                        py_1    defaults
ld_impl_linux-64          2.33.1               h53a641e_7    defaults
libedit                   3.1.20191231         h7b6447c_0    defaults
libffi                    3.3                  he6710b0_1    defaults
libgcc-ng                 9.1.0                hdf63c60_0    defaults
libstdcxx-ng              8.2.0                hdf63c60_1    defaults
ncurses                   6.2                  he6710b0_1    defaults
openssl                   1.1.1g               h7b6447c_0    defaults
pip                       20.1.1                   py37_1    defaults
pycosat                   0.6.3            py37h7b6447c_0    defaults
pycparser                 2.20                       py_0    defaults
pyopenssl                 19.1.0                   py37_0    defaults
pysocks                   1.7.1                    py37_0    defaults
python                    3.7.7                hcff3b4d_5    defaults
readline                  8.0                  h7b6447c_0    defaults
requests                  2.23.0                   py37_0    defaults
ruamel_yaml               0.15.87          py37h7b6447c_0    defaults
setuptools                47.3.0                   py37_0    defaults
six                       1.15.0                     py_0    defaults
sqlite                    3.32.2               h62c20be_0    defaults
tk                        8.6.10               hbc83047_0    defaults
tqdm                      4.46.0                     py_0    defaults
urllib3                   1.25.9                     py_0    defaults
wheel                     0.34.2                   py37_0    defaults
xz                        5.2.5                h7b6447c_0    defaults
yaml                      0.1.7                had09818_2    defaults
zlib                      1.2.11               h7b6447c_3    defaults

Additional Context

No response

@bgoodr bgoodr added the type::bug describes erroneous operation, use severity::* to classify the type label Feb 26, 2023
@rootsmusic
Copy link

@bgoodr This repo is to edit conda documentation. It isn't for technical support.

@jezdez jezdez added off-topic not related to project, discussion is spam, or is otherwise nonsensical and removed type::bug describes erroneous operation, use severity::* to classify the type labels Dec 7, 2023
@jezdez
Copy link
Member

jezdez commented Dec 7, 2023

Please file a ticket in the Anaconda issue tracker. This is the issue tracker for the conda package manager documentation. Thank you for understanding!

@jezdez jezdez closed this as completed Dec 7, 2023
@jezdez jezdez closed this as not planned Won't fix, can't repro, duplicate, stale Dec 7, 2023
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Aug 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity off-topic not related to project, discussion is spam, or is otherwise nonsensical
Projects
Archived in project
Development

No branches or pull requests

3 participants