Skip to content
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

Remove duplication from invalid wheel error message #12579

Merged
merged 2 commits into from
Mar 26, 2024
Merged

Conversation

wimglenn
Copy link
Contributor

Reproducer:

$ pip install 'dateutil @ file:///tmp/python_dateutil-2.9.0.post0-py2.py3-none-any.whl'
Processing /tmp/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
ERROR: dateutil has an invalid wheel, dateutil has an invalid wheel, .dist-info directory 'python_dateutil-2.9.0.post0.dist-info' does not start with 'dateutil'

It says twice in the error message: "dateutil has an invalid wheel, dateutil has an invalid wheel, ..."

@uranusjr uranusjr merged commit 5b9306f into pypa:main Mar 26, 2024
25 checks passed
@wimglenn wimglenn deleted the err branch March 29, 2024 02:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants