-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no library called cairo-2, Cairo, libcairo-2, #392
Comments
Same here. Example:
from cairosvg import svg2pdf
svg2pdf(url='./input/test.svg', write_to='./input_tmp/test.png') Python 3.11.4 - Windows 10 Any idea? |
One possible solution (for windows especially): use |
For OSX users: I had the same issue that I managed to solve by setting the following variable in my
My problem (MBP M1) was that the Python shipped with OSX could not resolve packages installed with Homebrew without this. Hopefully it will not disappear on me. Don't forget the |
MacOS - This is after
brew install cairo
Traceback shows:
The text was updated successfully, but these errors were encountered: