当前位置:  开发笔记 > 编程语言 > 正文

python pycparser安装错误

如何解决《pythonpycparser安装错误》经验,为你挑选了1个好方法。

我通过pip在CentOS 7上设置pyparser时看到以下错误

/usr/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-PMzCYU/pycparser/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-0bpBrX-record/install-record.txt --single-version-externally-managed --compile
Traceback (most recent call last):

File "", line 1, in init.py", line 12, in import setuptools.version File "/usr/lib/python2.7/site-packages/setuptools/version.py", line 1, in import pkg_resources File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 72, in import packaging.requirements File "/usr/lib/python2.7/site-packages/packaging/requirements.py", line 59, in MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") TypeError: call() takes exactly 2 arguments (1 given)



1> shortdudey12..:

这似乎是由https://github.com/pypa/setuptools/commit/ff371f18f0076bc63da05334f7e551c1cc29e10d引起的,它是在setuptools的v34.0.0中发布的.这个提交删除了几个包的销售.看起来这只会影响新的setuptools安装.现有的在34.0.2上没问题

通过硬编码版本来解决:

pip install setuptools==33.1.1

仍在研究如何安装一次> = 34.0.0的pip使用,

编辑:这是设计"Setuptools在一般情况下不再支持自我升级或安装." http://setuptools.readthedocs.io/en/latest/history.html#v34-0-0

推荐阅读
N个小灰流_701
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有