Hi PyNeb developers,
I’m currently trying to use PyNeb to calculate H-alpha emissivity. But I got the following error:
pyneb.utils.logging.PyNebError: 'No TEMP field in h_i_rec_SH95.hdf5’
I don’t know whether it is related to pyfits, but it seems pyfits cannot be installed with Python 3.13.
Here’s the result I printed with print(pyneb.config.INSTALLED):
{'plt': True, 'scipy': True, 'mp': True, 'Chianti': False, 'Stout': False, 'pyfits from astropy': False, 'pyfits': False, 'h5py': True, 'astropy Table': False, 'cvxopt': False, 'ai4neb': False}
It seems pyneb cannot use pyfits from astropy even if I have astropy installed.
Do you have any ideas about how to solve this problem without downgrading python3?
Best,
Jiahui