Closed esheldon closed 1 year ago
Ahhhh you found it! It is something like this. Sorry I did not get to it sooner!
Looks like I got it right. Not well documented.
Not sure why it works on some python versions and not others
there are errors due to
ref = importlib.resources.files("fitsio") / 'test_images' / 'test_gzip_compressed_image.fits.fz' # noqa
E AttributeError: module 'importlib.resources' has no attribute 'files'
Older versions of python do not support this.
Thanks
@beckermr do you know how to pass the "--use-system-fitsio" stuff when using pip?