You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anaconda Distribution (formerly Anaconda Individual Edition)
Miniconda
Anaconda.org
What happened?
I'm trying to install miniconda3 from Termux, which fails with
~/miniconda3 $ bash ./Miniconda3-latest-Linux-aarch64.sh -b -u -p ~/miniconda3
PREFIX=/data/data/com.termux/files/home/miniconda3
Unpacking payload ...
./Miniconda3-latest-Linux-aarch64.sh: line 472: /data/data/com.termux/files/home/miniconda3/_conda: cannot execute: required file not found
The cause of this is that the _conda binary dynamically links glibc libraries (libdl.so, libc.so ...) which are not available on Android (using bionic libc).
This probably doesn't only affect Android but also server distributions like Alpine.
Expected behavior or outcome
One of these options:
provide a miniconda3 installer for alternative libc implementations like musl or bionic
in the installer, consider which libc is available on the user's system
optionally provide an installer with statically linked glibc (or even musl)
provide a source distribution for users/package maintainers to compile manually
Conda info
No response
Conda config
No response
Conda list
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
Impacted product
What happened?
I'm trying to install miniconda3 from Termux, which fails with
The cause of this is that the
_conda
binary dynamically links glibc libraries (libdl.so, libc.so ...) which are not available on Android (using bionic libc).This probably doesn't only affect Android but also server distributions like Alpine.
Expected behavior or outcome
One of these options:
Conda info
No response
Conda config
No response
Conda list
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: