質問編集履歴

3

2018/12/13 23:17

投稿

sunap220
sunap220

スコア19

test CHANGED
File without changes
test CHANGED
@@ -81,3 +81,7 @@
81
81
 
82
82
 
83
83
  と表示されました。
84
+
85
+
86
+
87
+ 一旦、アンインストールし、再度入れ直してみたが事象は改善されませんでした。

2

2018/12/13 23:17

投稿

sunap220
sunap220

スコア19

test CHANGED
File without changes
test CHANGED
File without changes

1

PySideをインストールした結果

2018/12/13 23:16

投稿

sunap220
sunap220

スコア19

test CHANGED
File without changes
test CHANGED
@@ -47,3 +47,37 @@
47
47
 
48
48
 
49
49
  ```
50
+
51
+
52
+
53
+ エラーの最初の文でNo module named 'PySide'と書かれているのは単純にPySideがインストールされていないからと思い、pip3 install PySideを打ったところ
54
+
55
+
56
+
57
+ ```ここに言語を入力
58
+
59
+ Collecting PySide
60
+
61
+ Using cached https://files.pythonhosted.org/packages/36/ac/ca31db6f2225844d37a41b10615c3d371587677efd074db29855e7035de6/PySide-1.2.4.tar.gz
62
+
63
+ Complete output from command python setup.py egg_info:
64
+
65
+ only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]
66
+
67
+
68
+
69
+ ----------------------------------------
70
+
71
+ Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/ys/9x5m7pl95n51lkh2wmy0cc5w0000gn/T/pip-install-hfii7rn4/PySide/
72
+
73
+ You are using pip version 10.0.1, however version 18.1 is available.
74
+
75
+ You should consider upgrading via the 'pip install --upgrade pip' command.
76
+
77
+
78
+
79
+ ```
80
+
81
+
82
+
83
+ と表示されました。