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-test
poetry init
poetry 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.
Before creating a new issue, please check the FAQ to see if your question is answered there.
Environment data
Actual behavior
Running
poetry add debugpycrashes with a_WheelFileValidationErrorExpected behavior
It installs successfully, just as it does with
pip install debugpySteps to reproduce:
mkdir poetry-test && cd poetry-testpoetry initpoetry add debugpyGiven that this issue is present when installing via
poetrybut notpip, 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.