GSTT-CSC / TotalSegmentator-AIDE

TotalSegmentator packaged as an AIDE Application, based on the MONAI Application Package (MAP) standard.
Other
24 stars 5 forks source link

Problem when installing pycairo from requirements.txt #40

Closed MLK97 closed 9 months ago

MLK97 commented 10 months ago

Hey,

first of all a wonderful package and documentation you are distributing here.

I tried to install the TotalSegmentator-AIDE package with the walkthrough you described in your README.md. When running pip3 install -r requirements.txt I got an error when installing pycairo. I was eventually able to fix this by running sudo apt install libcairo2-dev. Perhaps it would be a nice addition to the manual to give this as a troubleshooting solution in case others also encounter the issue.

tomaroberts commented 9 months ago

Thanks for raising the issue! Added to README.