回答編集履歴
1
追記
test
CHANGED
@@ -31,3 +31,15 @@
|
|
31
31
|
>
|
32
32
|
|
33
33
|
> [Problem with python 3.5 on Ubuntu · Issue #961 · igraph/igraph · GitHub](https://github.com/igraph/igraph/issues/961)
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
```
|
38
|
+
|
39
|
+
$ pip uninstall igraph
|
40
|
+
|
41
|
+
$ pip uninstall jgraph
|
42
|
+
|
43
|
+
$ pip install python-igraph
|
44
|
+
|
45
|
+
```
|