pitrou opened a new issue, #37936:
URL: https://github.com/apache/arrow/issues/37936

   ### 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
   ```pytb
   
   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__
       return self.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 invoke
       return _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 invoke
       return ctx.invoke(self.callback, **ctx.params)
     File 
"/tmp/arrow-HEAD.5Yox5/venv-source/lib/python3.10/site-packages/click/core.py", 
line 783, in invoke
       return __callback(*args, **kwargs)
     File "/arrow/dev/archery/archery/cli.py", line 748, in integration
       from .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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to