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
Unfortunately actually doing this might end up being blocked on upstream support in CFFI for free-threaded Python, see python-cffi/cffi#126 for more detail.
Unfortunately actually doing this might end up being blocked on upstream support in CFFI for free-threaded Python, see python-cffi/cffi#126 for more detail.
We are working on fixing CFFI in a fork: https://github.com/quansight-labs/cffi.
It looks like I can build
pygit2
if I install setuptools and CFFI from the fork, and then build with--no-build-isolation
:Not totally sure why I needed to pass
C_INCLUDE_PATH
to find libgit2 from homebrew.The text was updated successfully, but these errors were encountered: