-
Notifications
You must be signed in to change notification settings - Fork 86
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
Failed to install in github codespace #357
Comments
Tell a lie, still doesn't work. Curious, here's the log output: [I'd installed pycairo via conda at this point, but not activated env until second log] Original pip install Details
conda environment pip output
PKG_CONFIG_PATH is empty, so it defaults to /usr/share/pkgconfig which has some .pc files but not pycairo |
All error messages suggest you are missing cairo. See https://pycairo.readthedocs.io/en/latest/getting_started.html#getting-started for how to install it. I don't know how to do that best with codespaces as I don't have much experience with it. |
Hey, the docs offer install strings for most platforms, but that fails in github codespace https://github.com/tyeth/boxes
After a bit chatting with bard and trying alternatives (apt [libcairo2-dev not found] pip3 --force upgrade etc), it eventually suggested conda, which appeared to work flawlessly.
Suggestion to addconda install pycairo
to list of alternative package manager install commands.The text was updated successfully, but these errors were encountered: