-
Notifications
You must be signed in to change notification settings - Fork 38
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
can't create software stack #718
Comments
The Astroconda channel does not provide python 3.8+ packages. |
Does that mean, that one really needs a python 3.7 installation? Standard now is 3.9... How do I get it working than without destroying my own work that is already upgraded to 3.9? And why isn't iraf with python 2.7 working? |
ok, I downloaded miniconda3 for python 3.7 but you'll only get the 32bit version from here https://docs.conda.io/en/latest/miniconda.html. I set it up in an virtualenv like it's told here: https://stackoverflow.com/questions/7297094/proper-way-to-manage-multiple-versions-of-python-on-archlinux with python2 but used 3.7. Checked by running python ide what version is used and its 3.7.1. In that virtualenv I installed miniconda3 for python version 3.7.1 which was successful. But if I run json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 40 (char 39) but with all mapped to python 3.7.1 so if I do understand that error message above correctly the json.decoder has a problem. For python2.7 I created a virtualenv, too. But since the results on with 3.7 aren't satisfying, I didn't give it a try Any hints on how to fix that? |
I am not sure what's happening here. The comment I referenced in my reply instructed you to run this: Ref: https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-python Please reinstall whatever 64-bit version of Miniconda you were using previously and execute the command: conda create -n astroconda python=3.7 stsci Ref: https://astroconda.readthedocs.io/en/latest/installation.html#standard-software-stack-without-iraf STScI no longer supports IRAF in any capacity, sorry. NOAO stopped producing and supporting IRAF as well. If you still need it, you should check out https://iraf-community.github.io/ |
I removed miniconda3 for 3.7 right now an reinstall with Miniconda2-latest-Linux-x86_64.sh. Than I entered a fresh bash and put in I know that any support on IRAF 2.16.1 was stopped. I have a backup to be installed in anycase I will need it, but I wanted to got on with pyraf. |
Look at the output of You started off with Miniconda3-4.9.2_py39, I assume. I really suggest you stick to that, and not use python 2.7 for your base installation. 2.7 is completely deprecated. |
Also |
ok I removed the entries from .condarc. After my first installation miniconda3-4.9.2_py39 building the stack failt and I gave it a try what was written in the FAQ's under "Using a modified .condarc..." channels:
We recommend against using the astroconda.org mirror on a regular basis.) Since I got errors it wasn't regular basis, so I tried but it made things worse. This time I could build the stack but pyraf had to be installed with conda install pyraf... I want to follow this tutorial https://www.yumpu.com/en/document/read/18231210/the-pyraf-tutorial-stsdas-stsci astroconda session ist already started. |
As far as I know the screenshot is the tutorial to get |
ah ok so I have to get my iraf installation back online... |
Hi,
after having to reinstall miniconda3 for system change (arch), which was successful, I can't create any software stack. It keeps falling with the following error message:
I used
conda create -n astroconda python=3.9 stsci
.I get the same result when using
conda create -n iraf27 python=2.7 iraf-all pyraf-all stsci
I had to skip using iraf/pyraf for a year. Last year around march I did not have any problems moving from a native 2.16.1 iraf version to astroconda using python 3.8.
The error message states that there is a problem with json.decoder as you can see here:
Am I missing something?
Creating a pipeline release and than trying to install stsci-3.0.0 results in the same error message.
I'm out of option right now
cheers,
Christian
The text was updated successfully, but these errors were encountered: