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

Package is not PEP 517 compliant, making it incompatible with package managing tools #919

Open
elisa-aleman opened this issue Mar 26, 2024 · 0 comments

Comments

@elisa-aleman
Copy link

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.

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

No branches or pull requests

1 participant