前提・実現したいこと
pythonで画像ファイルを読み込みたいです。
そのため、pip install pillowを実行してみたのですがインストールできません。
解決方法を教えてください。
発生している問題・エラーメッセージ
'pip' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません。
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Requirement already satisfied: pillow in c:\users\tyout\anaconda3\lib\site-packages (7.2.0)
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
該当のソースコード
試したこと
py -m pip install pillow
py -3.8 -m pip install openpyxl
補足情報(FW/ツールのバージョンなど)
python 3.8(32bit)
回答2件
あなたの回答
tips
プレビュー