pillow安装
不用pip install Pillow的那种 本帖最后由 Twilight6 于 2020-7-9 20:34 编辑第一种方法:用清华的镜像试试:
python -m pip install Pillow -i https://pypi.tuna.tsinghua.edu.cn/simple
第二种方法:去下载 whl 文件,然后 打开 cmd 通过 cd 调整工作目录到 whl 文件所在文件夹
然后输入pip install Pillow的whl 文件名,包含后缀
Twilight6 发表于 2020-7-9 20:29
那就清华的镜像试试呗:
我刚才那个举报好像就是你处理的{:10_277:} Twilight6 发表于 2020-7-9 20:29
第一种方法:用清华的镜像试试:
额.........
During handling of the above exception, another exception occurred: 小鞋森233 发表于 2020-7-9 20:34
我刚才那个举报好像就是你处理的
{:10_282:} 没有直接发布那些的东西没事哈,爬虫是正常滴 Twilight6 发表于 2020-7-9 20:36
没有直接发布那些的东西没事哈,爬虫是正常滴
你是 Python 几点几的呢? Twilight6 发表于 2020-7-9 20:36
你是 Python 几点几的呢?
3.8 Twilight6 发表于 2020-7-9 20:36
没有直接发布那些的东西没事哈,爬虫是正常滴
XD 小鞋森233 发表于 2020-7-9 20:38
XD
pip install Pillow -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Twilight6 发表于 2020-7-9 20:29
第一种方法:用清华的镜像试试:
Twilight6 发表于 2020-7-9 20:40
Command "C:\Users\Student233\ascci_image\Scripts\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Student233\\AppData\\Local\\Temp\\pip-install-szqwn8qt\\Pillow\\setup.py';f=getattr(tokenize, 'open', open)(
__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Student233\AppData\Local\Temp\pip-record-cgofknf5\install-record.txt --single-version-externally
-managed --compile --install-headers C:\Users\Student233\ascci_image\include\site\python3.8\Pillow" failed with error code 1 in C:\Users\Student233\AppData\Local\Temp\pip-install-szqwn8qt\Pillow\
小鞋森233 发表于 2020-7-9 20:43
Command "C:%users\Student233\ascci_image\Scripts\python.exe -u -c "import setuptools, tokenize;__f ...
呃
那你在试试去 https://pypi.tuna.tsinghua.edu.cn/simple 这个网站,然后等几秒让网站加载下
然后按 Ctrl + F 查找下 Pillow 然后去下载cp38的版本的 whl 文件
然后将这个文件保存在桌面,打开 cmd 输入
cd Desktop
然后再输入:
pip install 文件名.whl
把这里的文件名给替换成你下载的 whl 文件名
Twilight6 发表于 2020-7-9 20:47
呃
那你在试试去 https://pypi.tuna.tsinghua.edu.cn/simple 这个网站,然后等几秒让网站加载下
...
hummmmmmmmmmmmmmmmmm
Pillow_SIMD-7.0.0.post3-cp38-cp38-win_amd64.whl is not a supported wheel on this platform. 小鞋森233 发表于 2020-7-9 20:52
hummmmmmmmmmmmmmmmmm
Pillow_SIMD-7.0.0.post3-cp38-cp38-win_amd64.whl is not a supported wheel on...
你先安装下 wheel
python -m pip install wheel -i https://pypi.tuna.tsinghua.edu.cn/simple Twilight6 发表于 2020-7-9 20:54
你先安装下 wheel
but still....... 小鞋森233 发表于 2020-7-9 20:59
but still.......
{:10_245:}那用 PyCharm 吧
【萌新使用 PyCharm 必看】PyCharm 基础使用手册
https://fishc.com.cn/thread-173240-1-1.html
(出处: 鱼C论坛)
Twilight6 发表于 2020-7-9 21:00
那用 PyCharm 吧
【萌新使用 PyCharm 必看】PyCharm 基础使用手册
{:10_245:}我用的就是pycham啊........... 小鞋森233 发表于 2020-7-9 21:01
我用的就是pycham啊...........
啊 那干嘛还去 pip 直接用 PyCharm 呀
自己点开目录安装模块那一个教程
Twilight6 发表于 2020-7-9 21:03
啊 那干嘛还去 pip 直接用 PyCharm 呀
自己点开目录安装模块那一个教程
半天下不下来 Twilight6 发表于 2020-7-9 21:03
啊 那干嘛还去 pip 直接用 PyCharm 呀
自己点开目录安装模块那一个教程
然后timeout了
页:
[1]
2