-
Notifications
You must be signed in to change notification settings - Fork 52
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
pip install --pre fabio
fails for 2024.09
#588
Comments
pip install --pre fabio
fails for 2024.09 on Python 3.7pip install --pre fabio
fails for 2024.09
Reproduce: from email.message import Message
from pathlib import Path
txt = Path('/users/denolf/dev/fabio/README.rst').read_text()
message = Message()
message.set_payload(txt)
_ = bytes(message) |
Funny. If it is a README parsing issue, why does it show only when using |
Btw, the culprit character is |
When using |
I guess pip install --pre fabio Would be equivalent to pip install -U --pre meson-python meson ninja cython
cython-3.0.11 meson-1.5.1 meson-python-0.16.0 ninja-1.11.1.1 packaging-24.0 pyproject-metadata-0.9.0b1 tomli-2.0.1
pip install --no-cache --pre fabio --no-build-isolation
|
Reproduce for python>3.7
|
Why can't I just say we don't support python 3.7 anymore ? |
You can of course but it won't fix the bug in pyproject-metadata. You can close this issue in fact. It has nothing to do with fabio. |
Fixed upstream (pyproject-metadata 0.9.0b3) |
Could be reproduced on Python 3.7
Full error
The text was updated successfully, but these errors were encountered: