質問編集履歴

8

修正

2022/01/07 05:59

投稿

rin17
rin17

スコア2

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  ['', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\python310.zip', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\DLLs', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib\site-packages'
56
56
 
57
- pythonのアンインストールと行ってみましたが、変化はありませんでした。
57
+ pythonのアンインストールと再インストールを行ってみましたが、変化はありませんでした。
58
58
 
59
59
  ### 補足情報(FW/ツールのバージョンなど)
60
60
 

7

修正修正

2022/01/07 05:59

投稿

rin17
rin17

スコア2

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  ['', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\python310.zip', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\DLLs', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib\site-packages'
56
56
 
57
- pytonのアンインストールと行ってみましたが、変化はありませんでした。
57
+ pythonのアンインストールと行ってみましたが、変化はありませんでした。
58
58
 
59
59
  ### 補足情報(FW/ツールのバージョンなど)
60
60
 

6

文章の訂正

2022/01/07 05:51

投稿

rin17
rin17

スコア2

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  ['', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\python310.zip', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\DLLs', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib\site-packages'
56
56
 
57
- pytonのアンインストールと行ってみましたが行ってみましたが、変化はありませんでした。
57
+ pytonのアンインストールと行ってみましたが、変化はありませんでした。
58
58
 
59
59
  ### 補足情報(FW/ツールのバージョンなど)
60
60
 

5

文章の訂正文章の訂正

2022/01/07 05:40

投稿

rin17
rin17

スコア2

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ### 試したこと
22
22
 
23
- pillowがダウンロードダウンロード出来ているかを確認したところ、出来ていました。
23
+ pillowがダウンロード出来ているかを確認したところ、出来ていました。
24
24
 
25
25
  C:\Users\rin17>pip list
26
26
 

4

脱修正修正

2022/01/07 05:39

投稿

rin17
rin17

スコア2

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ### 試したこと
22
22
 
23
- pilloが出来ているかをが出来ているかを確認したところ、出来ていました。
23
+ pillowダウンロードダウンロード出来ているかを確認したところ、出来ていました。
24
24
 
25
25
  C:\Users\rin17>pip list
26
26
 

3

情報の追加

2022/01/07 05:38

投稿

rin17
rin17

スコア2

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,9 @@
52
52
 
53
53
  >>> print(sys.path)
54
54
 
55
- ['', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\python310.zip', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\DLLs', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib\site-packages']
55
+ ['', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\python310.zip', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\DLLs', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib\site-packages'
56
+
57
+ pytonのアンインストールと行ってみましたが行ってみましたが、変化はありませんでした。
56
58
 
57
59
  ### 補足情報(FW/ツールのバージョンなど)
58
60
 

2

情報の追加情報の追加

2022/01/07 05:28

投稿

rin17
rin17

スコア2

test CHANGED
File without changes
test CHANGED
@@ -56,6 +56,8 @@
56
56
 
57
57
  ### 補足情報(FW/ツールのバージョンなど)
58
58
 
59
+ osはwindows10です。
60
+
59
61
 
60
62
 
61
63
  ここにより詳細な情報を記載してください。

1

情報の追加

2022/01/07 05:23

投稿

rin17
rin17

スコア2

test CHANGED
File without changes
test CHANGED
@@ -1,46 +1,58 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
-
4
-
5
- ここに質問の内容を詳しく書いてください。
6
-
7
- (例)PHP(CakePHP)で●●なシステムを作っています。
8
-
9
- ■■な機能実装中以下のエラーメッセージが発生ました。
3
+ pythonでpillow使用出来る状態にした
10
4
 
11
5
 
12
6
 
13
7
  ### 発生している問題・エラーメッセージ
14
8
 
9
+ import pillow
15
10
 
11
+ Traceback (most recent call last):
16
12
 
17
- ```
13
+ File "<pyshell#0>", line 1, in <module>
18
14
 
19
- エラーメッセージ
15
+ import pillow
20
16
 
21
- ```
22
-
23
-
24
-
25
- ### 該当のソースコード
17
+ ModuleNotFoundError: No module named 'pillow'
26
-
27
-
28
-
29
- ```ここに言語名を入力
30
-
31
- ソースコード
32
-
33
- ```
34
18
 
35
19
 
36
20
 
37
21
  ### 試したこと
38
22
 
23
+ pilloが出来ているかをが出来ているかを確認したところ、出来ていました。
24
+
25
+ C:\Users\rin17>pip list
26
+
27
+ Package Version
28
+
29
+ ---------- -------
30
+
31
+ Pillow 9.0.0
32
+
33
+ pip 21.3.1
34
+
35
+ setuptools 58.1.0
39
36
 
40
37
 
41
- ここに問題に対して試したことを記載してください。
42
38
 
43
39
 
40
+
41
+ C:\Users\rin17>python
42
+
43
+ Python 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32
44
+
45
+ Type "help", "copyright", "credits" or "license" for more information.
46
+
47
+ >>> import sys
48
+
49
+ >>> print(sys.version)
50
+
51
+ 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)]
52
+
53
+ >>> print(sys.path)
54
+
55
+ ['', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\python310.zip', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\DLLs', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310', 'C:\Users\rin17\AppData\Local\Programs\Python\Python310\lib\site-packages']
44
56
 
45
57
  ### 補足情報(FW/ツールのバージョンなど)
46
58