-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
system platform: Red Hat Enterprise Linux Server release 6.8 execute Installation instruction Throw the above error (bug), What is the cause of this problem? How to solve |
program: setuptools-34.2.0 |
That issue occurs when you have pyparsing prior to 2.0.2 installed. That error has been reported before. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[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)
The text was updated successfully, but these errors were encountered: