前提
Python、Seleniumの実行環境を整えるために、
Pythonインストール完了後、pip install seleniumコマンドを打つとインストールエラーとなってしまいます。他質問・回答も拝見させていただきましたが、解決できる内容を見つけることができませんでした。
環境:
OS:Windws11
Python 3.9.12
pip 21.2.4 (pip (python 3.9))
実現したいこと
seleniumをインストールするために、何を解決すればよいかアドバイスいただきたいです。
発生している問題・エラーメッセージ
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
↓以下5回リトライメッセージ↓
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 ### 該当のソースコード
pip install selenium
### 試したこと アナコンダの終了 Anaconda PromptのPython対話型の終了 ### 補足情報 anaconda3 ここにより詳細な情報を記載してください。

回答1件
あなたの回答
tips
プレビュー