-
Hi. I have a problem using Astrochem from python. When I |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
How did you install it? There are different ways to install Astrochem (see the installation notes), and the solution to solve this problem depends on this. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry I didn't follow the installation notes previously. Now I am installing Astrochem with Conda. When I
My gcc version is 9.5.0. Perhaps there are some problems with the version? |
Beta Was this translation helpful? Give feedback.
-
This is a known problem with the most recent version of SUNDIALS (see #88). Is there a way to install an older version of SUNDIALS with conda (I'm a not a conda user myself) ? Version 5 should work fine. |
Beta Was this translation helpful? Give feedback.
-
I got it. I just made a little bit modification: |
Beta Was this translation helpful? Give feedback.
-
You're welcome. I'll update the instructions on the wiki with your tip. |
Beta Was this translation helpful? Give feedback.
I got it. I just made a little bit modification:
conda create --name astrochem -c conda-forge sundials=5.7.0 python cython numpy matplotlib h5py autoconf automake libtool
i.e. specify the version of sundials.
Actually #88 is also issued by me. I have changed my computer and email address. Last year I didn't install astrochem with conda. So I didn't get the point this time.
Anyway, thank you very much!