wewdriverをimportする為にseleniumをinstallしたいです。
osはwindows10でエディタはvisutal studio code を使用しています。
Pythonは一年ほど前にanacondaからインストールしました。
pip install selenium
というコマンドを打った所、
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ WARNING: Retrying (Retry(total=0, connect=None, read=None, rPS C:\Users\saijo taito\Documents\python\lesson_package> pip install selenium WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/selenium/ Could not fetch URL https://pypi.org/simple/selenium/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/selenium/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping ERROR: Could not find a version that satisfies the requirement selenium (from versions: none) ERROR: No matching distribution found for selenium
というエラーが出てしまいました。
いろいろ調べた結果、OpenSSLのインストールを試みた所、
「お使いのデバイスに問題を起こす可能性がある為、ブロックされました」と表示されインストール出来ませんでした。
解決策ご教授頂けると幸いです。
以下を質問に追記してください。
・OSは何ですか?
・Pythonはどうやってインストールしましたか?
失礼しました。
すぐ追加致します
「pip install selenium」は Anaconda Prompt(あるいはAnaconda Powershell Prompt)で実行しましたか?
はい。
Powershellで実行しました。
Anaconda Powershell PromptではなくPowershellですか?であればAnaconda Powershell Promptで試してみてください。
pythonのpathの設定をした所解決しました。
皆さん丁寧な回答ありがとうございました!
回答2件
あなたの回答
tips
プレビュー