astropy 6.0 API change
ccossou opened this issue · 2 comments
ccossou commented
Hi,
I've installed pyirf on python 3.10 today, using
pip install pyirf
and I got this error
ModuleNotFoundError: No module named 'astropy.coordinates.angle_utilities'
See this issue in astropy for reference: astropy/astropy#14675
From astropy changelog, they say:
Removed deprecated angle parsing and formatting utilities from angle_utilities. Use the functions from angle_formats instead. [#14675]
Either a forced version of astropy in the dependencies, or a change in the import could solve this.
Hope it helps,
Christophe