Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

This is an error message when I executed 'python3 manage.py makemigrations'

SystemCheckError: System check identified some issues:
ERRORS:
main.Room.photo: (fields.E210) Cannot use ImageField because Pillow is not installed.
    HINT: Get Pillow at https://pypi.org/project/Pillow/ or run command "python -m pip install Pillow".

But I installed Pillow. When I typed pip list, there is Pillow 8.1.0.

Why Pillow is not working?

pip version : 20.3.3

django version : 3.1.5

python3 version : 3.7.3

`pillow version : 8.1.0``

I have done :

  1. PYTHONPATH setting /usr/local/lib/python3.9/site-packages
  2. pip uninstall Pillow & pip install Pillow
question from:https://stackoverflow.com/questions/65651149/pip-package-pillow-is-installed-but-not-working

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
465 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...