-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Don't crash if there exists an EGG-INFO directory on sys.path #13667
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
Don't crash if there exists an EGG-INFO directory on sys.path #13667
Conversation
warsaw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asottile Now we just have to figure out why CI fails.
|
Looks like a permission problem on Windows. |
|
interesting, I guess we need to catch that too in importlib-metadata. I'll iterate here and then backport that to importlib-metadata 🤦♂️ |
|
sweet windows passed, I'll go make the same PR to importlib-metadata :D |
|
@warsaw: Please replace |
…#13667) * Don't crash if there exists an EGG-INFO directory on sys.path cross-port of https://gitlab.com/python-devs/importlib_metadata/merge_requests/72 * Also catch PermissionError for windows
cross-port of https://gitlab.com/python-devs/importlib_metadata/merge_requests/72