Hello everyone,
When I try to download and install conda, I get the error below
Unpacking payload...
Traceback (most recent call last):
File "entry_point.py", line 691, in <module>
File "entry_point.py", line 681, in main
File "entry_point.py", line 582, in _constructor_subcommand
File "entry_point.py", line 225, in _constructor_extract_conda_pkgs
File "concurrent/futures/process.py", line 732, in __init__
File "concurrent/futures/process.py", line 173, in __init__
File "multiprocessing/queues.py", line 43, in __init__
File "multiprocessing/context.py", line 68, in Lock
File "multiprocessing/synchronize.py", line 169, in __init__
File "multiprocessing/synchronize.py", line 57, in __init__
FileNotFoundError: [Errno 2] No such file or directory
[115417] Failed to execute script 'entry_point' due to unhandled exception!
I checked the issues about conda on github and tried to re-download and install miniconda. Even though I downloaded a different version of conda, I still get the same error. Also, I deleted the account on the linux server and rebuilt and ran again. The same problem still occurs.
If you have any suggestions I would 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.sh
to 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!