-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
ValueError in importlib.metadata for eggs with files installed outside the site packages #120910
Comments
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jun 23, 2024
…ages. Incorporates changes from importlib_metadata 7.2.1.
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jun 23, 2024
…ages. Incorporates changes from importlib_metadata 7.2.1.
jaraco
added a commit
that referenced
this issue
Jun 23, 2024
…120911) Incorporates changes from importlib_metadata 7.2.1.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 23, 2024
…ages. (pythonGH-120911) Incorporates changes from importlib_metadata 7.2.1. (cherry picked from commit 1ba0bb2) Co-authored-by: Jason R. Coombs <[email protected]>
This was referenced Jun 23, 2024
Merged
jaraco
added a commit
that referenced
this issue
Jun 23, 2024
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
…ages. (python#120911) Incorporates changes from importlib_metadata 7.2.1.
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…ages. (python#120911) Incorporates changes from importlib_metadata 7.2.1.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…ages. (python#120911) Incorporates changes from importlib_metadata 7.2.1.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In python/importlib_metadata#455, users reported issues with importlib metadata attempting to resolve the paths for packages installed outside the system site packages. This issue applies to importlib.metadata as well.
Linked PRs
The text was updated successfully, but these errors were encountered: