pipコマンドでインストールしようとしたら、エラーとなってしまいました。
SSLが動いていないというようなものらしいのですが、どこを、どのように修正すればよいのかわからない状態です。
https://qiita.com/kekosh/items/e96e822bf9cb6ca1aff8 で紹介されている方法(iniファイル作成)を行っても
同様のエラーとなっております。
ユーザーローカルの場合
%APPDATA%\pip\pip.ini
trusted-host = pypi.python.org pypi.org files.pythonhosted.org
(昨日から、環境構築で四苦八苦中です。)
環境
Windows10 Pro(64bit)
conda version : 4.8.3
conda-build version : 3.18.11
python version : 3.8.3.final.0
PCのシステムの環境変数、VScodeに環境変数は設定してあり、
モジュールをimportしないプログラムであれば、正常に動作しています。
エラー内容
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 cerselenium/ (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 WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
お願いします。とにかく助けてください。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。