-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
help wantedReady to be picked up by anyone in the communityReady to be picked up by anyone in the community
Description
The edx-platform Upgrade Requirements github action is currently broken, because it tries to build pyarrow from wheel and fails. See example failure here: https://github.com/openedx/edx-platform/actions/runs/18169581369/job/51720673959. The error is:
Building wheel for pyarrow (pyproject.toml) did not run successfully.
This issue is happening against master, but this last failure was against an attempt to directly reference pyarrow in an attempt to bypass the failure. This did not work.
Other notes:
- @dianakhuang found [Python] ERROR: Failed building wheel for pyarrow on Linux apache/arrow#36965, that may explain some.
- I also tried upgrading just django, and a different error. Possibly the upgrade on dependency job is also broken and requires a different ticket.
pip._vendor.packaging._tokenizer.ParserSyntaxError: Expected end or semicolon (after name and no valid version specifier)
django-oauth-toolkit==
Metadata
Metadata
Assignees
Labels
help wantedReady to be picked up by anyone in the communityReady to be picked up by anyone in the community