PIL을 설치하려고하는데 오류가 발생합니다. 어떻게해야합니까?PIL을 설치하려고하면 오류가 발생합니다.
$ Command
Result
------------
$ pip install PIL
Collecting PIL
Could not find a version that satisfies the requirement PIL (from versions:)
No matching distribution found for PIL
--------------------------------------------------------------------
$ pip install PIL --allow-unverified PIL --allow-all-external
DEPRECATION: --allow-all-external has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.
DEPRECATION: --allow-unverified has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.
Collecting PIL
Could not find a version that satisfies the requirement PIL (from versions:)
No matching distribution found for PIL
어떤 시스템입니까? 리눅스 민트에서는'apt-get'을 사용하여'python-pil' 또는'python-pillow'을 설치할 수 있습니다 – furas