-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
error related to install pycairo #2
Comments
Supplement: Even though I install pycairo under google colab environment, I still cannot install it properly
|
Hey! Hm, interesting Tamas one of the coauthors of igraph develops all of these tools for Linux, actually, Windows users are usually second-class citizens having problems with igraph. I had problems setting up igraph in my conda env (note I'm on Windows).
But later I found the combination that works, now included inside the env yaml file:
This SO link also helped: https://stackoverflow.com/questions/48131876/installation-of-pycairo-on-windows My first advice is, try uninstalling and installing packages from scratch. Hope this somewhat helps. |
I'm currently running Ubuntu 20.04 and was getting the
@amiltonwong and @jamool2012 a potential solution for you. @gordicaleksa you might want to highlight this or I can do a PR on the docs/home page |
also these can help if one is starting on fresh instance. |
I solved my problem by sudo apt-get install libcairo2-dev |
Thank you! |
Hi, @gordicaleksa,
Thanks for providing such great tutorial. I came across pycairo error when building the virtual env based on the provided environment.yml. The error is as follows:
Any hints to solve this issue?
(My system is ubuntu 16.04)
Thanks!
The text was updated successfully, but these errors were encountered: