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
I use poetry to run most of my projects. running poetry add torch2trt fails due to the project being non-PEP517 compliant. Please update the project to be self contained and use an appropriate pyproject.toml with build-system.requires defined.
As a workaround, I cloned the project and created a poetry-core oriented build.py using the available setup.py as a reference, but this is not necessary to make the project PEP-517 compliant, merely a shortcut I chose to take.
The text was updated successfully, but these errors were encountered:
I use poetry to run most of my projects. running
poetry add torch2trt
fails due to the project being non-PEP517 compliant. Please update the project to be self contained and use an appropriate pyproject.toml withbuild-system.requires
defined.As a workaround, I cloned the project and created a poetry-core oriented build.py using the available setup.py as a reference, but this is not necessary to make the project PEP-517 compliant, merely a shortcut I chose to take.
The text was updated successfully, but these errors were encountered: