Archiconda is out of maintainment for two years.
Yesterday when I tried to copy my enviorment:
$ conda create --name rtsp --clone cv4
Source: /home/vip/archiconda3/envs/cv4
Destination: /home/vip/archiconda3/envs/rtsp
Packages: 50
Files: 4652
Preparing transaction: done
Verifying transaction: done
Executing transaction: failed
ERROR conda.core.link:_execute(507): An error occurred while installing package 'conda-forge::olefile-0.46-pyh9f0ad1d_1'.
FileNotFoundError(2, "No such file or directory: '/home/vip/archiconda3/envs/rtsp/bin/python3.6'")
Attempting to roll back.
Rolling back transaction: done
FileNotFoundError(2, "No such file or directory: '/home/vip/archiconda3/envs/rtsp/bin/python3.6'")
Archiconda is out of maintainment for two years. Yesterday when I tried to copy my enviorment:
So I installed Miniforge to replace archiconda.
Miniforge Installation
GitHub does not transfer so good in China. So I used a mirror from Tuna.
Using
wget
to download, mind the platform and package.After installation, I removed the conda-init-script created by archi conda in
~/.bashrc
. Then runsource ~/.bashrc
.Try to copy a enviorment.
Everything seems to work fine. Try to list enviorments.
The old enviorment is still available. Try to activate one.