-
Notifications
You must be signed in to change notification settings - Fork 58
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
Replace use of pkg_resources with importlib.metadata #941
Labels
Comments
pkg_resources is the devil in terms of package import time. |
Have you followed the recommendations at the end of this page? https://asdf.readthedocs.io/en/latest/asdf/extending/resources.html#installing-resources-via-entry-points |
We're still supporting Python 3.6 and 3.7, so we'll need to use the importlib.metadata shim in order to do this. |
@WilliamJamieson Can this be closed? |
No this cannot be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See discussions:
astropy/astropy#11091
pypa/pip#7413
The text was updated successfully, but these errors were encountered: