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