You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/tmp/arrow-HEAD.5Yox5/venv-source/bin/archery", line 8, in <module>
sys.exit(archery())
File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 1157, in __call__returnself.main(*args, **kwargs)
File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv =self.invoke(ctx)
File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 1688, in invokereturn _process_result(sub_ctx.command.invoke(sub_ctx))
File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 1434, in invokereturn ctx.invoke(self.callback, **ctx.params)
File "/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", line 783, in invokereturn __callback(*args, **kwargs)
File "/arrow/dev/archery/archery/cli.py", line 748, in integrationfrom .integration.runner import write_js_test_json, run_all_tests
File "/arrow/dev/archery/archery/integration/runner.py", line 30, in <module>from . import cdata
File "/arrow/dev/archery/archery/integration/cdata.py", line 18, in <module>import cffi
ModuleNotFoundError: No module named 'cffi'
Component(s)
Continuous Integration, Integration, Release
The text was updated successfully, but these errors were encountered:
Describe the bug, including details regarding any error messages, version, and platform.
gh-37537 inadvertently broke some nightly builds, for example:
https://github.com/ursacomputing/crossbow/actions/runs/6326190228/job/17179241564#step:6:69362
Component(s)
Continuous Integration, Integration, Release
The text was updated successfully, but these errors were encountered: