pythonで、beautifulsoupをインポートしたいので、以下のコマンドで、インストールを実行してみたのですが、うまくいきません。理由と解決案を教えてください!OSはwindows7です。
lang
1C:\Python27\Scripts>pip install beautifulsoup--proxy=User:Password@proxy.example.jp:8080
と打つと
lang
1 Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec 2tion broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection 3failed: 407 Proxy Authentication Required',))': /simple/beautifulsoup/ Could not find a version that satisfies the requirement beautifulsoup (from ve 4rsions: ) 5No matching distribution found for beautifulsoup
と表示されます。
ちなみに、pip自体は、同じパスの下に、きちんとインストールされていました。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2015/06/09 13:35
2015/06/10 08:18
2015/06/10 11:05