実現したいこと
Python、Seleniumの実行環境を整えるために、
Pythonインストール完了後、jupyter labで「!pip install selenium」を入力し、実行するとインストールエラーとなってしまいます。
解決方法を教えて頂きたいです。
発生している問題・エラーメッセージ
ERROR: Could not find a version that satisfies the requirement selenium (from versions: none)
ERROR: No matching distribution found for selenium
↓ 以下メッセージが5行繰り返され、エラーメッセージが表示されます。
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at >, 'Connection to pypi.org time out. (connect timeout=15)')': /simple/selenium/
該当のソースコード
!pip install selenium
回答2件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
2022/04/06 23:45