You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built conda env by conda env create -f environment.yaml. But before pip install cairocffi, ig.plot() shows error: Type Error: ploting is not available.
So maybe cairocffi should be include in environment.yaml
- cairocffi==1.2.0
The text was updated successfully, but these errors were encountered:
In colab ,By doing this , you can successfully plotting the network.
!pip install python-igraph==0.8.3
!apt install libcairo2-dev pkg-config python3-dev
!pip install python-igraph leidenalg cairocffi
I built conda env by
conda env create -f environment.yaml
. But beforepip install cairocffi
, ig.plot() shows error:Type Error: ploting is not available
.So maybe cairocffi should be include in environment.yaml
The text was updated successfully, but these errors were encountered: