Installing stenv on a fresh installation of Ubuntu 22.04, the "conda env create" command failed at "Installing pip dependencies", resulting in the error sequence in this file:
piperror.txt
My Linux installation at that point did not have "git" installed, so I did:
sudo apt-get install git-all
and then removed the failed stenv environment:
conda env remove -n stenv
and re-ran the conda env create command and this time it worked.
Installing stenv on a fresh installation of Ubuntu 22.04, the "conda env create" command failed at "Installing pip dependencies", resulting in the error sequence in this file:
piperror.txt
My Linux installation at that point did not have "git" installed, so I did:
sudo apt-get install git-all
and then removed the failed stenv environment:
conda env remove -n stenv
and re-ran the conda env create command and this time it worked.