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

質問編集履歴

2

文法修正

2019/06/05 09:35

投稿

rnakano
rnakano

スコア12

title CHANGED
@@ -1,1 +1,1 @@
1
- centos7 でspyderかjupyter notebook を使いたい
1
+ centos7 でspyderかjupyter notebook を使いたい
body CHANGED
@@ -1,17 +1,26 @@
1
1
  ### 前提・実現したいこと
2
- centos7上でspyderかjupyter notebookを使いたいです。
2
+ centos7上でspyderかjupyter notebookを使いたいです。何かアドバイスがありましたらよろしくお願いします。
3
3
  ### 発生している問題・エラーメッセージ
4
- spyderでは
4
+ spyderでは以下のエラーが生じます
5
+
6
+
7
+ ```ここに言語名を入力
8
+
5
9
  Traceback (most recent call last):
6
10
  File "/home/rnakano/.pyenv/versions/anaconda3-2019.03/lib/python3.7/site-packages/qtpy/QtWebEngineWidgets.py", line 22, in
7
11
  from PyQt5.QtWebEngineWidgets import QWebEnginePage
8
12
  ImportError: libXss.so.1: cannot open shared object file: No such file or directory
9
- といったエラーが生じます
10
13
 
14
+ ```
11
15
 
12
16
 
13
17
 
18
+ jupyter notebook では起動はできるのですがプログラムを実行しようとするとKye errorも出てきます。
19
+
20
+
21
+ ```ここに言語名を入力
22
+
14
- jupyter notebook では起動はできるのですがプログラムを実行しようとするとKye errorも出てきます。KeyError Traceback (most recent call last)
23
+ KeyError Traceback (most recent call last)
15
24
  <ipython-input-1-33097e22f642> in <module>
16
25
  10 import numpy as np
17
26
  11 import matplotlib.pyplot as plt
@@ -35,19 +44,13 @@
35
44
 
36
45
  KeyError: 'PROJ_LIB'
37
46
 
47
+ ```
38
48
 
39
49
 
40
50
 
41
51
 
42
52
 
43
53
 
44
-
45
- ### 該当のソースコード
46
-
47
- ```ここに言語名を入力
48
- ソースコード
49
- ```
50
-
51
54
  ### 試したこと
52
55
  sudo yum clean allでキャッシュを削除した
53
56
  jupyter notebook,condaのアップデート

1

誤字修正

2019/06/05 09:35

投稿

rnakano
rnakano

スコア12

title CHANGED
@@ -1,1 +1,1 @@
1
- centos7 でspyderやかjupiter notebook を使いたい
1
+ centos7 でspyderやかjupyter notebook を使いたい
body CHANGED
File without changes