-
Notifications
You must be signed in to change notification settings - Fork 54
pep517.check doesn't work under Py2 #57
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/dotfiles
that referenced
this issue
Aug 25, 2019
It is meant to work in Python 2.7. I think I copied the |
So PRs welcome. ;-) |
Python 2 is EOL'd and most of the PyPA-maintained packaging toolchain is on-the-way to dropping support. Closing! |
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
Not sure if this is intentional or not -- if it is maybe specifying a minimum Python version in the setup.py would be a nice outcome, but e.g. #51 makes me think there is intention that pep517.check works on Py2.
But, trying to use it results in:
where the hidden line there is pep517.check trying to do
str(foo, "ascii")
, which does not work on Py2.The text was updated successfully, but these errors were encountered: