CommandError: System check identified some issues:
ERRORS:
estore.Header.img: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.python.org/pypi/Pillow or run command "python -m pip install pillow".
products.Product.img: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.python.org/pypi/Pillow or run command "python -m pip install pillow".
I have latest version of Pillow installed (7.2.0)
requirement already satisfied pillow in c:\users\admin\appdata\local\programs\python\python38\lib\site-packages (7.2.0)
I m using python version 3.8.5, visual studio version v16.7.0 and Django 3.1 Please help me!