由于未安装枕头,因此无法使用ImageField

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".

我安装了最新版本的Pillow(7.2.0)

requirement already satisfied pillow in c:\users\admin\appdata\local\programs\python\python38\lib\site-packages (7.2.0)

我正在使用python版本3.8.5,Visual Studio版本v16.7.0和Django 3.1 请帮我!