-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[CI][Dev][Python] Release and merge script errors #37803
Comments
I have the same issue for 13.0 with python==3.11 in a venv environment. |
I'm seeing this when attempting to build from source as well via pip on py38:
|
running:
|
Got the same error building on Jenkins with image |
Still got the similar issue in ubuntu runner image with any previous setuptools_scm versions
|
pip wheel needs to be updated to limit version to <8.0.0 Or you can compile by yourself |
I have opened a PR with a quick fix where I have pinned the version of We should start to take steps towards changing the current build system though - as Joris already proposed here: #36411. |
### What changes are included in this PR? Pin the version of `setuptools_scm` to `<8.0.0`. * Closes: #37803 Authored-by: AlenkaF <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…ache#37819) ### What changes are included in this PR? Pin the version of `setuptools_scm` to `<8.0.0`. * Closes: apache#37803 Authored-by: AlenkaF <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
… scripts (#37930) Follow-up on #37819, which missed one place to add a pin for the release verification scripts * Closes: #37803 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…ache#37819) ### What changes are included in this PR? Pin the version of `setuptools_scm` to `<8.0.0`. * Closes: apache#37803 Authored-by: AlenkaF <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…cation scripts (apache#37930) Follow-up on apache#37819, which missed one place to add a pin for the release verification scripts * Closes: apache#37803 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…cation scripts (apache#37930) Follow-up on apache#37819, which missed one place to add a pin for the release verification scripts * Closes: apache#37803 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…ache#37819) ### What changes are included in this PR? Pin the version of `setuptools_scm` to `<8.0.0`. * Closes: apache#37803 Authored-by: AlenkaF <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…cation scripts (apache#37930) Follow-up on apache#37819, which missed one place to add a pin for the release verification scripts * Closes: apache#37803 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…ache#37819) ### What changes are included in this PR? Pin the version of `setuptools_scm` to `<8.0.0`. * Closes: apache#37803 Authored-by: AlenkaF <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…cation scripts (apache#37930) Follow-up on apache#37819, which missed one place to add a pin for the release verification scripts * Closes: apache#37803 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…rors (apache#37819)" This reverts commit 79e49db.
…rge script errors (#37819)" (#40150) This reverts commit 79e49db. #37931 should have been fixed as of pypa/setuptools-scm@056584b in setuptools_scm 8.0.4; I tested that this works in conda-forge/arrow-cpp-feedstock#1314. CC @ AlenkaF @ raulcd * Closes: #37931 Authored-by: H. Vetinari <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…lease and merge script errors (apache#37819)" (apache#40150) This reverts commit 79e49db. apache#37931 should have been fixed as of pypa/setuptools-scm@056584b in setuptools_scm 8.0.4; I tested that this works in conda-forge/arrow-cpp-feedstock#1314. CC @ AlenkaF @ raulcd * Closes: apache#37931 Authored-by: H. Vetinari <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
…lease and merge script errors (apache#37819)" (apache#40150) This reverts commit 79e49db. apache#37931 should have been fixed as of pypa/setuptools-scm@056584b in setuptools_scm 8.0.4; I tested that this works in conda-forge/arrow-cpp-feedstock#1314. CC @ AlenkaF @ raulcd * Closes: apache#37931 Authored-by: H. Vetinari <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
The "Source Release and Merge Script" jobs have been starting to fail with Python-related errors.
See for example logs at https://github.com/apache/arrow/actions/runs/6250225828/job/16968598166#step:7:50
Component(s)
Continuous Integration, Developer Tools, Python
The text was updated successfully, but these errors were encountered: