Closed chmreid closed 4 years ago
I believe this issue was caused by mistakenly installing igraph or jgraph (pip install igraph
/ pip install jgraph
) instead of python-igraph pip install python-igraph
). I am not able to reproduce this error unless I install igraph or jgraph into the virtual environment.
In the May 2019 scanpy demo notebook, there is a cell with the following contents:
However, this notebook cell fails to run (on Mac OS X 10.14) with the following error:
This is after running the following pip install commands (note the
MACOSX_DEPLOYMENT_TARGET
variable, which is necessary to successfully compile louvain on Mac OS X):per the example's requirements.txt.