Hello Dear friends
Traceback (most recent call last):
File "/home/hbuao/anaconda3/lib/python3.7/site-packages/ChiantiPy-0.10.0-py3.7.egg/ChiantiPy/tools/data.py", line 47, in <module>
Ip = chio.ipRead()
File "/home/hbuao/anaconda3/lib/python3.7/site-packages/ChiantiPy-0.10.0-py3.7.egg/ChiantiPy/tools/io.py", line 1148, in ipRead
ipfile = open(ipname)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/CHIANTI/0ChiantiData/ip/chianti.ip'
/home/hbuao/anaconda3/lib/python3.7/site-packages/ChiantiPy-0.10.0-py3.7.egg/ChiantiPy/tools/data.py:82: UserWarning: Cannot find the CHIANTI atomic database at /usr/CHIANTI/0ChiantiData. You will not be able to access any data from the CHIANTI database.
'Cannot find the CHIANTI atomic database at {}. You will not be able to access any data from the CHIANTI database.'.format(Xuvtop))
When I import ChiantiPy.core as ch,the Ipython give me this information. I don't know what induce this problem.
I already have chianti.ip in the path: /usr/CHIANTI/0ChiantiData/ip/
Thanks for any anwser!