cytoscape / py2cytoscape

Python utilities for Cytoscape and Cytoscape.js
https://py2cytoscape.readthedocs.io
MIT License
178 stars 45 forks source link

Igraph issue #19

Closed Svenh98 closed 6 years ago

Svenh98 commented 8 years ago

Hello,

I recently discovered that if a user installs igraph, you will get a warning telling that igraph is now changed to jgraph. So py2cytoscape doesn't work then since it uses igraph. When the import in util/util_igraph.py is changed to jgraph instead of igraph it works.

Kind regards, Sven

keiono commented 8 years ago

@Svenh98 I never heard of this issue. I can still use igraph. jGraph is a java library which does not supported by this package.

jorgeboucas commented 6 years ago

using python-igraph