You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I try to run pyradex, i get the following error (i have set the env variable RADEX_DATAPATH=/usr/local/pyradex/Radex/data/)
sahai@ppn:/<1>local/pyradex>python
Python 2.7.16 (default, Apr 30 2019, 15:54:59)
[GCC 8.3.1 20190223 (Red Hat 8.3.1-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import pyradex
Traceback (most recent call last):
File "", line 1, in
File "pyradex/init.py", line 7, in
from . import radex
File "pyradex/radex/init.py", line 1, in
from . import radex
(INFO ABOUT MY COMPUTER)
python -c "import sys, astropy, numpy; print(sys.version); print(numpy.version,astropy.version)"
2.7.16 (default, Apr 30 2019, 15:54:59)
[GCC 8.3.1 20190223 (Red Hat 8.3.1-2)]
('1.15.1', u'2.0.8')
sahai@ppn:/<1>local/pyradex>gfortran --version
GNU Fortran (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered:
Hi,
when I try to run pyradex, i get the following error (i have set the env variable RADEX_DATAPATH=/usr/local/pyradex/Radex/data/)
sahai@ppn:/<1>local/pyradex>python
Python 2.7.16 (default, Apr 30 2019, 15:54:59)
[GCC 8.3.1 20190223 (Red Hat 8.3.1-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(INFO ABOUT MY COMPUTER)
python -c "import sys, astropy, numpy; print(sys.version); print(numpy.version,astropy.version)"
2.7.16 (default, Apr 30 2019, 15:54:59)
[GCC 8.3.1 20190223 (Red Hat 8.3.1-2)]
('1.15.1', u'2.0.8')
sahai@ppn:/<1>local/pyradex>gfortran --version
GNU Fortran (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered: