Skip to content

Commit

Permalink
fix(poetry): use classic installer
Browse files Browse the repository at this point in the history
The "install" module (v0.6.0) which is being used by poetry 1.4.0
has problems installing certain packages.

Disable the modern installer for now, until things are fixed.

python-poetry/poetry#7572
Signed-off-by: moson-mo <mo-son@mailbox.org>
  • Loading branch information
moson-mo committed Mar 14, 2023
1 parent bf0d4a2 commit 993a044
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions poetry.toml
@@ -0,0 +1,5 @@
# disable the modern installer until python-installer is fixed
# https://github.com/python-poetry/poetry/issues/7572

[installer]
modern-installation = false

0 comments on commit 993a044

Please sign in to comment.