teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

追記

2019/01/07 12:11

投稿

hayataka2049
hayataka2049

スコア30939

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
+ ```