回答編集履歴
1
追記
answer
CHANGED
@@ -14,4 +14,10 @@
|
|
14
14
|
> That's a completely different package, not related to us. You probably need python-igraph on PyPI.
|
15
15
|
|
16
16
|
>
|
17
|
-
> [Problem with python 3.5 on Ubuntu · Issue #961 · igraph/igraph · GitHub](https://github.com/igraph/igraph/issues/961)
|
17
|
+
> [Problem with python 3.5 on Ubuntu · Issue #961 · igraph/igraph · GitHub](https://github.com/igraph/igraph/issues/961)
|
18
|
+
|
19
|
+
```
|
20
|
+
$ pip uninstall igraph
|
21
|
+
$ pip uninstall jgraph
|
22
|
+
$ pip install python-igraph
|
23
|
+
```
|