Answer the question
In order to leave comments, you need to log in
Writes that Pillow is not installed, but is it?
Python 3.9
Django 2.2.7
Pillow 8.3.0
When starting the project, it says:
SystemCheckError: System check identified some issues:
ERRORS:
index.Catalog.photo: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.org/project/Pillow/ or run command "pip install Pillow".
index.Product.photo: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.org/project/Pillow/ or run command "pip install Pillow".
index.Profile.photo: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.org/project/Pillow/ or run command "pip install Pillow".
Requirement already satisfied: Pillow in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (8.3.0)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question