Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

astropy 6.0 API change #280

Closed
ccossou opened this issue Feb 5, 2024 · 2 comments
Closed

astropy 6.0 API change #280

ccossou opened this issue Feb 5, 2024 · 2 comments

Comments

@ccossou
Copy link

ccossou commented Feb 5, 2024

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

@maxnoe
Copy link
Member

maxnoe commented Feb 5, 2024

This is already fixed in the current main branch, I will make a new release soon: #271

@maxnoe maxnoe closed this as completed Feb 5, 2024
@Tobychev
Copy link
Contributor

@maxnoe Could you do a point release soon please? Can't run the real tests of the irf-tool on the CI with the 10.1 pyirf release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants