質問編集履歴

1

OS、pythonのダウンロード方法、前提情報の追加

2023/05/16 03:57

投稿

teihenman
teihenman

スコア0

test CHANGED
File without changes
test CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ### 前提
7
7
 
8
- matplotlibを使おうとしてコードを書いたらエラーが起きました。
8
+ matplotlibを使おうとしてコードを書いたらエラーが起きました。去年の夏には問題なく動作していましたが、久しぶりに触ってみようと思ったらエラーが起きました。matplotlib.use('Agg')で試したところ写真は保存されましたのでコード自体は合っていると思います。
9
9
 
10
10
  ### 発生している問題・エラーメッセージ
11
11
 
@@ -38,6 +38,9 @@
38
38
 
39
39
  ### 補足情報(FW/ツールのバージョンなど)
40
40
  Python 3.10.9
41
+ python.org
42
+
43
+ Windows10
41
44
 
42
45
  Name: matplotlib
43
46
  Version: 3.6.1
@@ -48,4 +51,6 @@
48
51
  Requires: contourpy, cycler, fonttools, kiwisolver, numpy, packaging, pillow, pyparsing, python-dateutil
49
52
  Required-by: depthai-sdk, pycocotools
50
53
 
54
+ matplotlibはpipコマンドでインストール済み
51
55
 
56
+