-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Convert away from pkg_resources #175
Labels
Comments
I noticed that there are also some pkg_resources used in source. |
PR for this is welcome 😊 |
I have submitted the code for this part, and due to API changes, the results may vary. I still have some unresolved issues, but I've gone ahead and submitted it first. Please help me with a code review if you have time, thank you. @gaborbernat |
Fixed by #333. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was working on converting
pipenv
away frompkg_resources
to use instead distributions from https://docs.python.org/3/library/importlib.metadata.htmland in the past hour it became problematic because we rely onpipdeptree
which is expecting we are working withpkg_resources
Distriubtions. The problem as I see it is the pkg_resources documentation https://setuptools.pypa.io/en/latest/pkg_resources.html has this attention marker:I started working on this in the first place because of some edge case where some users cannot import pkg_resources. Are there any plans to convert away from pkg_resources in this project?
The text was updated successfully, but these errors were encountered: