
Python
zhZh~
这个作者很懒,什么都没留下…
展开
-
Pillow-7.0.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform.
错误提示:Pillow-7.0.0-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform. 错误原因:pip版本太低了,升级下pip就行。 解决方案:升级pip。升级命令:python -m pip install --upgrade pip 安装成功! ...原创 2020-03-19 17:40:37 · 1132 阅读 · 0 评论 -
Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribu
今天用pycharm装PIL安装失败,提示如下图。我用的python是3.5版本。 错误原因:后来发现我的是64位电脑,官网提供的安装包只有32位的。 解决方案:找到一个非官方的但既有32位也有64位下载的网站:http://www.lfd.uci.edu/~gohlke/pythonlibs/ 里面有很多插件可供下载,于是可以ctrl+F搜索“pil”来找到索引里的pillow(如下图...原创 2020-03-19 11:05:30 · 1011 阅读 · 0 评论