Linuxでseleniumをインストールしようとしたのですが、以下のようなエラーが出ました。
$ pip install selenium Collecting selenium Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f124facdda0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/selenium/ Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f124facd438>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/selenium/ Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f124facd4e0>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/selenium/ Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f124facda90>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/selenium/ Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f124facd860>: Failed to establish a new connection: [Errno -2] Name or service not known',)': /simple/selenium/ Could not find a version that satisfies the requirement selenium (from versions: ) No matching distribution found for selenium
調べたところ、proxy環境下でこのようなエラーが出ることが多く、proxyの設定を変更する必要があるという記事が多く見つかりました。
ただ、自宅の有線LANにつないでやっているので、今proxyを使っているとは考えにくいです。
Linuxを使い始めたばかりで設定に慣れていないのですが、現時点でproxy環境下にいるかどうか、どうすれば確認できるでしょうか?
(もしproxy環境下にいる場合、アドレス・ユーザID・パスワードなども確認したいです)
現在の環境は以下です。
・Ubuntu16.04.1
・Vagrant1.9.1+VirtualBox5.1+Putty
(Puttyの設定画面の「プロキシ」は確認しましたが、プロキシのタイプは「なし」になっていました)
・もともと会社のネットワーク下で環境設定し、そのノートPCを自宅の有線LANにつないで作業中
よろしくお願いいたします。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。