-
Notifications
You must be signed in to change notification settings - Fork 37
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
distlib 0.3.9 breaks virtualenv in zipapp on Windows #235
Comments
https://distlib.readthedocs.io/en/latest/reference.html#distlib.resources.register_finder says that the finder must implement PEP-302... which only defines for finder: So where does this iterator come from? Impacted code: https://github.com/pypa/virtualenv/blob/main/tasks/__main__zipapp.py#L72-L87 |
cc @pfmoore |
I'm confused - what change in 0.3.9 caused this? Or did it not, seeing as you've closed the issue? |
The error is
'DistlibFinder' object has no attribute 'iterator'
. See https://github.com/pypa/virtualenv/actions/runs/11375057581/job/31644998367?pr=2782The text was updated successfully, but these errors were encountered: