-
Notifications
You must be signed in to change notification settings - Fork 60
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
installation failure when using pep517 #24
Comments
I'm running into the same problem. Do you have a way to install the package? Perhaps using a different PEP version? |
i was able to solve it by deleting |
Upgrading setuptools from 69.5.1 to the latest available version (72.1.0) fixed the issue on my side (Ubuntu 20.04 + Python 3.11).
|
I tried to clear tl;dr
|
When installing via pip and using pep-517 via the following command
pip install --use-pep517 causal-conv1d
the following error occurs:this is due to the project not specifying it's build dependencies per PEP 517. This means that any tool that uses pep517 by default will fail to install this package. Eventually pep 517 will become the default for pip, so it would be best to get ahead of this sooner rather than later.
The text was updated successfully, but these errors were encountered: