AutoResearch / autora

Automated Research Assistant
https://autoresearch.github.io/autora/
MIT License
41 stars 5 forks source link

fix: Turn off Poetry modern installer #300

Closed gtdang closed 1 year ago

gtdang commented 1 year ago

This corrects an issue with an invalid debugpy wheel with Poetry v1.4.1 modern installer. This was causing an issue during GitHub action pytests package installation.

Description

Provide a high-level summary of the change and which issue (either on Github or Notion) is fixed. Please also include relevant motivation and context.

Fixes #(issue) (if the issue is on Github, simply link to it using the '#' symbol; otherwise, provide a notion page link)

Type of change:

Features:

Questions:

hollandjg commented 1 year ago

this is related to https://github.com/python-poetry/poetry/issues/7686

gtdang commented 1 year ago

@hollandjg Should we merge this or continue to wait?

gtdang commented 1 year ago

Been following this issue. Seems like Poetry updated so that it will warn invalid wheels instead of failing. This fix has been released with the Poetry 1.4.2 release. https://github.com/python-poetry/poetry/pull/7694