-
Notifications
You must be signed in to change notification settings - Fork 113
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
Track/work around lp:2035206: missing lxml wheel for cp38-macosx #494
Comments
khaeru
added a commit
that referenced
this issue
Sep 19, 2023
khaeru
added a commit
that referenced
this issue
Nov 16, 2023
Add Python 3.12 to CI matrix; commented pending #501.
glatterf42
added a commit
to glatterf42/ixmp
that referenced
this issue
Dec 20, 2023
2 tasks
glatterf42
added a commit
that referenced
this issue
Dec 20, 2023
* Adapt workaround for #494 due to new lxml release
This is reportedly resolved as of 2024-01-06 https://bugs.launchpad.net/lxml/+bug/2035206. #504 will confirm and close. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No PyPI wheel for 4.9.3-cp38-cp38-macosx.
This causes CI failures for macos-latest-py3.8: on this os/Python version (and not others), PyPI attempts to compile lxml from source, which fails.
A workaround is to pin lxml to != 4.9.3 in the "pytest" CI workflow.
A fix would need to happen upstream: publishing the missing wheel, or a new version that is not missing this wheel.
The text was updated successfully, but these errors were encountered: