質問編集履歴

1

仮想環境で検証を追記

2021/11/17 01:43

投稿

teyunson
teyunson

スコア12

test CHANGED
File without changes
test CHANGED
@@ -104,6 +104,42 @@
104
104
 
105
105
 
106
106
 
107
+ #### 2021/11/17 追記
108
+
109
+
110
+
111
+ 仮想環境で実行
112
+
113
+   ・環境構築
114
+
115
+    python -m virtualenv kivy_venv
116
+
117
+    kivy_venv\Scripts\activate
118
+
119
+   (参考)https://laboratory.kazuuu.net/install-kivy-in-python-windows-10/
120
+
121
+
122
+
123
+  ・インストール
124
+
125
+   python -m pip install --upgrade pip wheel setuptools
126
+
127
+   python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
128
+
129
+   python -m pip install kivy.deps.gstreamer
130
+
131
+   python -m pip install kivy.deps.angle
132
+
133
+   python -m pip install kivy
134
+
135
+
136
+
137
+   (参考)https://pyky.github.io/kivy-doc-ja/installation/installation-windows.html#kivy-dependencies
138
+
139
+    ※インストール時にエラーは出ておりません。
140
+
141
+
142
+
107
143
  ### 補足情報(FW/ツールのバージョンなど)
108
144
 
109
145