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

Fix problem where poetry won't install debugpy #88

Merged
merged 1 commit into from
Mar 19, 2023
Merged

Conversation

EliahKagan
Copy link
Owner

debugpy is an indirect dependency of this project. When poetry 1.4.1 is used with the default configuration, poetry refuses to install debugpy, due to recognizing something wrong with the wheel.

This is the same issue (with the same dependency) as:

python-poetry/poetry#7686

For now, I'm setting installer.modern-installation to false, per the workaround in:

python-poetry/poetry#7686 (comment)

debugpy is an indirect dependency of this project. When poetry
1.4.1 is used with the default configration, poetry refuses to
install debugpy, due to recognizing something wrong with the wheel.

This is the same issue (with the same dependency) as:

python-poetry/poetry#7686

For now, I'm setting installer.modern-installation to false, per
the workaround in:

python-poetry/poetry#7686 (comment)
@EliahKagan EliahKagan merged commit 7004457 into main Mar 19, 2023
@EliahKagan EliahKagan deleted the ek/poetry branch March 19, 2023 21:48
EliahKagan added a commit to EliahKagan/findrepo2-experiment that referenced this pull request Mar 19, 2023
EliahKagan added a commit to EliahKagan/findrepo2-experiment that referenced this pull request Mar 19, 2023
EliahKagan added a commit to EliahKagan/b64s that referenced this pull request Mar 20, 2023
EliahKagan added a commit that referenced this pull request Apr 2, 2023
EliahKagan added a commit that referenced this pull request Apr 2, 2023
Reverts #88, which worked around a combination
of bugs, including a bug in Poetry 1.4.1.

Poetry 1.4.2 has been released, fixing the Poetry bug, so this
should no longer be needed (and it is better to get the warning
about the broken dependency wheel):

https://github.com/python-poetry/poetry/releases/tag/1.4.2

This reverts commit 7004457.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant