質問編集履歴
1
エラーの説明
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,4 +6,22 @@
|
|
6
6
|
|
7
7
|
```
|
8
8
|
|
9
|
+
と打つと
|
10
|
+
|
11
|
+
```lang-<unix>
|
12
|
+
|
13
|
+
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec
|
14
|
+
|
15
|
+
tion broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection
|
16
|
+
|
17
|
+
failed: 407 Proxy Authentication Required',))': /simple/beautifulsoup/ Could not find a version that satisfies the requirement beautifulsoup (from ve
|
18
|
+
|
19
|
+
rsions: )
|
20
|
+
|
21
|
+
No matching distribution found for beautifulsoup
|
22
|
+
|
23
|
+
```
|
24
|
+
|
25
|
+
と表示されます。
|
26
|
+
|
9
27
|
ちなみに、pip自体は、同じパスの下に、きちんとインストールされていました。
|