-
Notifications
You must be signed in to change notification settings - Fork 54
Running pep517.build (only with setuptools?) on PyPy does not fetch the backend / fails with BackendUnavailable #74
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
Comments
Julian
added a commit
to Julian/mkpkg
that referenced
this issue
Dec 11, 2019
(In case anyone else encounters this in the meanwhile, manually installing the build deps fixes it, see this commit and its GitHub Action run for example). |
Julian
added a commit
to Julian/svmlight-loader
that referenced
this issue
Dec 11, 2019
also running into this. howeever, even after doing
but this works
is there a way to disable this pep517 stuff altogether? |
Julian
added a commit
to Julian/dotfiles
that referenced
this issue
Jan 24, 2020
This was referenced Oct 13, 2020
Julian
added a commit
to Julian/dotfiles
that referenced
this issue
Jun 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full reproducer:
fails with:
which seems to only fail on PyPy, because on CPython changing
somepython=python3.6
and rerunning seems to succeed.For ease, the (generated)
pyproject.toml
in that stub package is:The text was updated successfully, but these errors were encountered: