質問編集履歴
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,4 +30,15 @@
|
|
30
30
|
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
|
31
31
|
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
|
32
32
|
```
|
33
|
-
と出ます
|
33
|
+
と出ます
|
34
|
+
|
35
|
+
追記
|
36
|
+
|
37
|
+
`py -m pip install --upgrade pip`
|
38
|
+
して、
|
39
|
+
`py -m pip install pyinstaller`
|
40
|
+
してから(ここまではうまくいった)、
|
41
|
+
`pyinstaller ○○〇 [--onefile] [--noconsole]`
|
42
|
+
をうったら
|
43
|
+
`'pyinstaller' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。`
|
44
|
+
と出ました。
|
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,4 +17,17 @@
|
|
17
17
|
環境は、
|
18
18
|
`python3.8.3rc1`
|
19
19
|
`windouws10home`
|
20
|
-
です。
|
20
|
+
です。
|
21
|
+
|
22
|
+
追記
|
23
|
+
py -m pip install xxxx
|
24
|
+
でpipをインストールすると、
|
25
|
+
|
26
|
+
```
|
27
|
+
Collecting xxxx
|
28
|
+
ERROR: Could not find a version that satisfies the requirement xxxx (from versions: none)
|
29
|
+
ERROR: No matching distribution found for xxxx
|
30
|
+
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
|
31
|
+
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
|
32
|
+
```
|
33
|
+
と出ます
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,4 +8,13 @@
|
|
8
8
|
|
9
9
|
cord
|
10
10
|
|
11
|
-
`pip install pyinstaller`
|
11
|
+
`pip install pyinstaller`
|
12
|
+
|
13
|
+
を打つと、
|
14
|
+
``'pip' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されていません。``
|
15
|
+
と、出ます。
|
16
|
+
|
17
|
+
環境は、
|
18
|
+
`python3.8.3rc1`
|
19
|
+
`windouws10home`
|
20
|
+
です。
|