Closed peterbe closed 1 month ago
I'm testing this on a macOS Sonoma 14.6
oh curious. It could be a macOS thing because the code that I was working on just worked in GitHub Actions, which is ubuntu-latest.
This fixes the problem:
❯ DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib uv run python
Python 3.12.5 (main, Aug 14 2024, 04:32:18) [Clang 18.1.8 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cairocffi
>>>
Thanks for following up!
Looking good, but I can't use it
I don't know if this is "uv's fault" but if
pip
could it install it, perhaps it is. Sorry, I'm new touv
.