pik-copan / pyunicorn

Unified Complex Network and Recurrence Analysis Toolbox
http://pik-potsdam.de/~donges/pyunicorn/
Other
195 stars 86 forks source link

igraph deprecation warning #95

Closed N2ITN closed 7 years ago

N2ITN commented 7 years ago
usr/local/lib/python2.7/dist-packages/pyunicorn/core/__init__.py", line 36, in <mod
ule>
    from .geo_network import GeoNetwork
  File "/usr/local/lib/python2.7/dist-packages/pyunicorn/core/geo_network.py", line 21, in <
module>
    import igraph
  File "/usr/local/lib/python2.7/dist-packages/igraph/__init__.py", line 8, in <module>
    raise DeprecationWarning("To avoid name collision with the igraph project, "
DeprecationWarning: To avoid name collision with the igraph project, this visualization libr
ary has been renamed to 'jgraph'. Please upgrade when convenient.
An error occurred when importing matplotlib.path! Some functionality in Grid class might not
 be available.

Anyone else getting this error?

N2ITN commented 7 years ago

found this on StackOverflow (https://stackoverflow.com/a/43955953)

sudo pip uninstall igraph

sudo pip install python-igraph

Fixed my problem