While trying to use a ConfluenceLoader using
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 :
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 ?