我正在尝试使用Django,并按照此LinkedIn Learning tutorial显示来自Sql数据库的图像。
在运行manage.py以运行django开发服务器的过程中,我遇到一个必须安装枕头的问题。
到目前为止,此过程非常繁琐,这是我尝试过的事情:
python -m pip Pillow
,python -m pip Pillow --upgrade
,然后获取: a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
pip install <wheel name here>
进行安装时出现此错误: Pillow-7.0.0-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
** pip3也不起作用。尽管在我的PyCharm virtualenv中,它们都指向同一个python解释器。乍一看...
我的主要要求是-是否有人能够在Windows 10上安装PyCharm virtualenv的枕头7.0.0?而且,如果是这样,您是如何做到的?这样我就可以重新开始学习!预先谢谢你!
编辑:更新了(1)中采取的步骤。抱歉