###前提・実現したいこと
(前提)
最近、Pythonでのデータ解析に取り組み始めたPython初心者です。
会社のシステム部門に依頼し、会社のPCに、Anacondaを管理者権限で
インストールしてもらい、その後、User権限で利用しています。
(実現したいこと)
pipでdjangoをインストールする際に以下のエラーメッセージが
発生し、djangoをインストールできませんでした。
解決方法をご教示頂けるとありがたく、よろしくお願いいたします。
###発生している問題・エラーメッセージ
Collecting django
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.',OSError('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/django/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.',OSError('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/django/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.',OSError('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/django/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.',OSError('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/django/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.',OSError('Tunnel connection failed: 407 Proxy Authentication Required',))': /simple/django/
Could not find a version that satisfies the requirement django (from versions:)
No matching distribution found for django
###該当のソースコード
コマンドプロンプトを開き、下記のように、>以降に、pip install django
と入力し、Enterを押すと、上記エラーが発生しました。
C:Users\ユーザー名>pip install django
###試したこと
次に、下記を試しました。
C:Users\ユーザー名>pip install django --user
しかし、同じエラーメッセージが出ます。
###補足情報(言語/FW/ツール等のバージョンなど)
Anaconda4.0.0(32bit。 Pythonは3.5.1)
OSはWindows7 32bitです。
使用中のPCは会社のPCで、管理者権限での利用はできません。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/04/30 07:10