-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
Description
Before creating a new issue, please check the FAQ to see if your question is answered there.
Environment data
- debugpy version: 1.6.6
- OS and version: Arch Linux 6.2.6-arch1-1
- Python version (& distribution if applicable, e.g. Anaconda): 3.11.1
- Using VS Code or Visual Studio: No
Actual behavior
Running poetry add debugpy crashes with a _WheelFileValidationError
Expected behavior
It installs successfully, just as it does with pip install debugpy
Steps to reproduce:
- Install Poetry v1.4.1 (I used the pipx method)
mkdir poetry-test && cd poetry-testpoetry initpoetry add debugpy
Given that this issue is present when installing via poetry but not pip, I initially created the issue in python-poetry/poetry#7686, but the maintainers have directed me to open an issue here to investigate the invalid wheel.
EliahKagan, alchen, eru, ScripterSugar, yaqian256 and 64 morecalidaedev and gmagannaDevelop