Python 初心者です。
VersionはPython 3.8.8です。
ローカルフォルダを介して
pillowのライブラリを
Installする方法を実行中ですが、うまくいきません
具体的には
C:\Users\UserName\Documents\pillow_srcに
https://pypi.orgからダウンロードしたファイル
Pillow-8.0.0.tar.gz
Pillow-8.1.1.tar.gz
Pillow-8.1.2.tar.gz
をそれぞれ一個ずつ手動で保存し、
コマンドプロンプトで
C:\Users\UserName\Documents>pip install --no-index --find-links=pillow_src pillowを
実行しているのですが失敗します。
エラー表示の中に
Pillow does not yet support Python 3.8 and does not yet provide prebuilt Windows binaries. We do not recommend building from source on Windows.
との表示があり、
これは、エラーの原因が私が今利用中のPython Ver3.88だからで、そのVerでは
Pillowは使えないというように解していいのでしょうか。
だとすると、対策はどのようなものになるのでしょうか。
ご教示いただけたら幸いです。
可能なら、既にInstall済みの
selenum requests requestsの実行になるべく影響が出ない
解決策をご教示ください。以上よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー