Python 出現 ImportError: No module named PIL 錯誤
原因:程式中有使用 Pillow 影像處理套件(from PIL import Image),但系統沒有安裝 Pillow 套件
解決:安裝 Pillow 套件> pip install Pillow
參考:
- http://python-learnnotebook.blogspot.com/2020/01/importerror-no-module-named-pil.html
遇見 ImportError: No module named PIL 解決辦法 - Python 教學筆記本 - https://ithelp.ithome.com.tw/articles/10226578
Day24-Python 影像處理套件 PIL - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天
下載 https://bootstrap.pypa.io/get-pip.py
>py get-pip.py
- https://pip.pypa.io/en/stable/installation/#get-pip-py
Installation - pip documentation v21.2.4 - https://officeguide.cc/windows-install-python-pip-tutorial-2019/
Windows 安裝 Python 的 pip 套件管理工具教學 - Office 指南 - https://www.maxlist.xyz/2019/07/13/pip-install-python/
【Python教學】pip install 指令大全 | Max行銷誌
沒有留言:
張貼留言