so this fails:
File "/home/desika.narayanan/miniconda3/envs/pd4env/lib/python3.6/site-packages/hyperion/model/model.py", line 12, in <module>
from astropy.extern import six
ImportError: cannot import name 'six'
easy fix in code to just do an import six but i don't know where to have hyperion automatically download six and install it in both the source and conda package in order to issue a pull request.
so this fails:
easy fix in code to just do an
import sixbut i don't know where to havehyperionautomatically downloadsixand install it in both the source and conda package in order to issue a pull request.