Skip to content

must install git before installing stenv #78

@fsc137-cfa

Description

@fsc137-cfa

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions