Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

error with stginga version (SOLVED) #9

Open
mshaneburns opened this issue Jan 1, 2017 · 2 comments
Open

error with stginga version (SOLVED) #9

mshaneburns opened this issue Jan 1, 2017 · 2 comments

Comments

@mshaneburns
Copy link

mshaneburns commented Jan 1, 2017

Installed with steps 1 and 2b with no errors, but when I run check_env.py I get one error:

Error: stginga version 0.1.3 or later is required, you have version 0.1.2.dev197

How do I install the newer version of stginga?

@mshaneburns mshaneburns changed the title error with staging version error with stginga version Jan 1, 2017
@sosey
Copy link
Member

sosey commented Jan 1, 2017

I think the updated version should be available by tomorrow evening, and you'll be able to "conda update stginga", but for now you can try this:

from inside your aas229-workshop environment, try installing directly from the github repo:

first, uninstall the version you have now:
conda uninstall stginga

then install with pip
pip install -e git+https://github.com/spacetelescope/[email protected]#egg=stginga

@mshaneburns
Copy link
Author

Thanks, I was able to install using pip.

@pllim pllim changed the title error with stginga version error with stginga version (SOLVED) Jan 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants