You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/11/07 10:08:00 UTC

[jira] [Created] (ARROW-18262) [Archery][CI] New version of pygit2 fails to import and make archery commands to fail

Raúl Cumplido created ARROW-18262:
-------------------------------------

             Summary: [Archery][CI] New version of pygit2 fails to import and make archery commands to fail
                 Key: ARROW-18262
                 URL: https://issues.apache.org/jira/browse/ARROW-18262
             Project: Apache Arrow
          Issue Type: Bug
          Components: Archery, Continuous Integration
            Reporter: Raúl Cumplido
            Assignee: Raúl Cumplido


The new version of pygit2==1.11.0 published seems to have some issues. Some of our nightly jobs that require pygit2 are failing. As an example we have stopped receiving nightly reports. The issue is tracked on pygit2 here:
https://github.com/libgit2/pygit2/issues/1176
I can reproduce locally:
{code:java}
 -> import pygit2
(Pdb) n
ImportError: libssl-9ad06800.so.1.1.1k: cannot open shared object file: No such file or directory
> /home/raulcd/code/arrow/dev/archery/archery/crossbow/core.py(45)<module>(){code}
We probably should pin pygit2 to be <1.11.0 in the meantime.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)