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
cairo is the dependency for SVG support. However, when I installed it on macOS via brew, its Python library had difficulty finding it:
Probably due to SIP or some other reason I currently do now know, modifying DYLD or LD environment variables cannot do the trick. Now I had to link the dylib from opt to usr/local:
cairo
is the dependency for SVG support. However, when I installed it on macOS via brew, its Python library had difficulty finding it:Probably due to SIP or some other reason I currently do now know, modifying DYLD or LD environment variables cannot do the trick. Now I had to link the dylib from opt to usr/local:
I wonder if there is a better way to handle this on macOS 12.
The text was updated successfully, but these errors were encountered: