-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
virtualenv raises StopIteration exception when processing extra search directory wheels. #1757
Comments
Can you please post the content of that extra search directory? Thanks. |
I added print statement before the
|
Seems |
Thanks for the detailed report, created the fix under #1758 |
This now has been released with https://pypi.org/project/virtualenv/20.0.16/ |
Wow, that was fast, thanks for all the hard work and continuing to improve python package management! |
You're welcome. |
Issue
When creating virtualenv when using
--extra-search-directory
,StopIteration
exception is raised when processing wheels.Environment
Provide at least:
virtualenv
is installed:virtualenv version: 20.0.15
The text was updated successfully, but these errors were encountered: