We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setuptools.extern.importlib_metadata.EntryPoints.names
importlib_metadata
importlib.metadata
importlib_metadata.EntryPoints.names was introduced in 3.6.0 and it is currently being used in
importlib_metadata.EntryPoints.names
setuptools/setuptools/dist.py
Line 538 in 963dbd2
This potentially cause problems when MetaPathFinders in Python 3.8 that use importlib.metadata APIs to implement find_distributions.
MetaPathFinder
find_distributions
This problem was identified in pypa/pyproject-hooks#195 (comment).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
importlib_metadata.EntryPoints.names
was introduced in 3.6.0 and it is currently being used insetuptools/setuptools/dist.py
Line 538 in 963dbd2
This potentially cause problems when
MetaPathFinder
s in Python 3.8 that useimportlib.metadata
APIs to implementfind_distributions
.This problem was identified in pypa/pyproject-hooks#195 (comment).
The text was updated successfully, but these errors were encountered: