Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

must install git before installing stenv #78

Open
fsc137-cfa opened this issue Feb 15, 2023 · 1 comment
Open

must install git before installing stenv #78

fsc137-cfa opened this issue Feb 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@fsc137-cfa
Copy link

fsc137-cfa commented Feb 15, 2023

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.

@zacharyburnett
Copy link
Collaborator

zacharyburnett commented Feb 23, 2023

Good catch; this appears to be due to stistools using relic to retrieve the version tag at install time, by cloning into a git submodule. After spacetelescope/stistools#145 is merged and released in a new stistools version, this issue should be resolved.

@zacharyburnett zacharyburnett self-assigned this Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants