Find answers from the community

Updated 3 months ago

Pycario

While trying to use a ConfluenceLoader using
Plain Text
ConfluenceReader = download_loader('ConfluenceReader')

I get an error when the loader dependencies are being pip installed. Specifically the pycairo package is giving me the error :
Plain Text
Command '['pkg-config', '--print-errors', '--exists', 'cairo >= 1.15.10']' died with <Signals.SIGSEGV: 11>.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pycairo

Has anyone else faced a similar issue and knows a fix ?
L
1 comment
Looks like pycario requires some extra system packages, not covered by pip

https://pycairo.readthedocs.io/en/latest/getting_started.html
Add a reply
Sign up and join the conversation on Discord