-
Notifications
You must be signed in to change notification settings - Fork 100
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
PEP 517 support #63
Comments
I just tried |
Thanks for the confirmation. Interesting, I was getting the above error both locally and in CI (https://circleci.com/gh/rth/vtext/1383). Anyway the issue seems to be on my end, closing. Thanks again! |
You need to upgrade pip, since pip 20.0.2 is still doing out-of-tree builds which don't work as the cargo part isn't copied, while 20.1 does in-place build which work. |
Ahh, makes sense thanks! |
Just a question: is PEP517 currently supported?
I see there have been a discussion about it in PyO3/maturin#2 and this repo specify a pyproject.toml, however when I build my project (cf setup.py, pyproject.toml), I get an error,
while at the same time for me
python setup.py install
andbdist_wheel
works fine.Am I doing something wrong or is it simply not yet supported?
The text was updated successfully, but these errors were encountered: