Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error #975

Closed
flyboy2017 opened this issue Feb 17, 2017 · 4 comments
Closed

install error #975

flyboy2017 opened this issue Feb 17, 2017 · 4 comments

Comments

@flyboy2017
Copy link

[root@server1 setuptools-34.2.0]# python2.7 setup.py build
Traceback (most recent call last):
File "setup.py", line 11, in
import setuptools
File "/root/setuptools-34.2.0/setuptools/init.py", line 12, in
import setuptools.version
File "/root/setuptools-34.2.0/setuptools/version.py", line 1, in
import pkg_resources
File "/root/setuptools-34.2.0/pkg_resources/init.py", line 72, in
import packaging.requirements
File "/usr/local/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)

@flyboy2017
Copy link
Author

system platform: Red Hat Enterprise Linux Server release 6.8
program platform: python 2.7

execute Installation instruction Throw the above error (bug), What is the cause of this problem?

How to solve

@flyboy2017
Copy link
Author

program: setuptools-34.2.0

@jaraco
Copy link
Member

jaraco commented Feb 17, 2017

That issue occurs when you have pyparsing prior to 2.0.2 installed. That error has been reported before.

@jaraco jaraco closed this as completed Feb 17, 2017
@jaraco
Copy link
Member

jaraco commented Feb 19, 2017

#969

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants