You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building from source no longer builds the native extensions, because poetry-core 1.5.0 came out, which includes python-poetry/poetry-core#318. To make it work again, you need to set the tool.poetry.build.generate-setup-file config setting to true.
Building from source no longer builds the native extensions, because poetry-core 1.5.0 came out, which includes python-poetry/poetry-core#318. To make it work again, you need to set the
tool.poetry.build.generate-setup-fileconfig setting totrue.