欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程语言 > python >内容正文

python

python用pip安装pillow_cent 6.5使用pip安装pillow总是失败

发布时间:2023/12/13 python 45 豆豆
生活随笔 收集整理的这篇文章主要介绍了 python用pip安装pillow_cent 6.5使用pip安装pillow总是失败 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

python:2.7.8

阿里云cent os32位

virtualenv

virtualenvwrapper

之前有一个virtualenv不知道怎么回事成功装上了pillow

之后再在别的virtualenv装就全都报错

这是为什么 太奇怪了?下载whl安装,不管哪个版本都说不支持这个系统。

imaging.c:3356: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3359: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3360: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3361: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3362: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3363: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3364: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3365: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3366: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3367: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3382: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3385: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3387: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3388: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.?.token

_imaging.c:3390: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.unctions?

_imaging.c:3497: error: expected ?.?.before ?.?.token

_imaging.c:3570: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.nit_imaging?

error: command 'gcc' failed with exit status 1

----------------------------------------

Cleaning up...

Command /root/.virtualenvs/ts/bin/python -c "import setuptools, tokenize;__file__='/root/.virtualenvs/ts/build/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-U7RYEY-record/install-record.txt --single-version-externally-managed --compile --install-headers /root/.virtualenvs/ts/include/site/python2.7 failed with error code 1 in /root/.virtualenvs/ts/build/pillow

Traceback (most recent call last):

File "/root/.virtualenvs/ts/bin/pip", line 11, in

sys.exit(main())

File "/root/.virtualenvs/ts/lib/python2.7/site-packages/pip/__init__.py", line 185, in main

return command.main(cmd_args)

File "/root/.virtualenvs/ts/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main

text = '\n'.join(complete_log)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 112: ordinal not in range(128)

总结

以上是生活随笔为你收集整理的python用pip安装pillow_cent 6.5使用pip安装pillow总是失败的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。