質問編集履歴

1

文法の修正

2021/10/11 00:50

投稿

neezu
neezu

スコア0

test CHANGED
@@ -1 +1 @@
1
- matplotlibimportの実行
1
+ TypeError: expected str, bytes or os.PathLike object, not WindowsPathエラーで困っています
test CHANGED
@@ -1,16 +1,16 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
- 二週間ほど前は、正常に動いていたのにimportが急に通らなくなってしまた。
3
+ 二週間ほど前は、正常に動いていたのにimportが急に通らなくなってしまいました。
4
4
 
5
5
 
6
6
 
7
- pythonでmatplotlibをimportをしたい。
7
+ pythonでmatplotlibをimportをしたいです
8
8
 
9
9
 
10
10
 
11
11
  ### 発生している問題・エラーメッセージ
12
12
 
13
- matplotlibをimportしようとすると、以下のエラー文が発生。
13
+ matplotlibをimportしようとすると、以下のエラー文が発生します
14
14
 
15
15
  ```
16
16
 
@@ -64,7 +64,7 @@
64
64
 
65
65
  matplotlibが最新版かの確認。
66
66
 
67
- matplotlibのバージョンダウン。
67
+ matplotlibの3.4.0へのバージョンダウン。
68
68
 
69
69
 
70
70