You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I've installed pyirf on python 3.10 today, using
and I got this error
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
The text was updated successfully, but these errors were encountered: