Thank you very much for your reply! Yes, as you suggested, I checked the error messages on google and github
https://github.com/conda/conda/issues/9125#issuecomment-624479467
I double checked the installer hash, so the installer sh file is not corrupted, so I assume the downloaded .sh file is complete. In addition, I used the df -h command to check the disk space
Filesystem Size Used Avail Use% Mounted on
tmpfs 76G 52M 76G 1% /run
/dev/nvme0n1p2 1.9T 30G 1.8T 2% /
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
efivarfs 256K 115K 137K 46% /sys/firmware/efi/efivars
/dev/nvme0n1p1 511M 6.1M 505M 2% /boot/efi
/dev/sda 102T 2.9T 94T 3% /users
tmpfs 76G 64K 76G 1% /run/user/1002
tmpfs 76G 88K 76G 1% /run/user/128
tmpfs 76G 68K 76G 1% /run/user/1003
tmpfs 76G 64K 76G 1% /run/user/1008
It shows that my disk space is sufficient, so it should not be a problem caused by insufficient disk space.
https://github.com/conda/conda/issues/10143
Also, I tried installing it somewhere other than my home directory, but still got the same error.
If you have any other suggestions I'd be grateful!
Please also show us the exact command you're using.
I used
wget https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.shto download anaconda, and the above error occurred during the installation process usingbash Anaconda3-2024.10-1-Linux-x86_64.sh, which prevented me from installing normally. If you can provide any advice I would be grateful!