Hrm yes, that seems to be broken because of a dependency issue. You can try and install a slightly older version of the ecdsa library first, to see if that gets you around the issue?
On Thu, May 22, 2014 at 8:16 AM, Mark Maas <[email protected]> wrote: > Dear All, > > I'm unable to install ansible via pip on Centos 5.10: > > > Using version 0.11 (newest of versions: 0.11, 0.10, 0.9, 0.8, 0.7, 0.6) >> Downloading from URL >> https://pypi.python.org/packages/source/e/ecdsa/ecdsa-0.11.tar.gz#md5=8ef586fe4dbb156697d756900cb41d7c(from >> https://pypi.python.org/simple/ecdsa/) >> Running setup.py egg_info for package ecdsa >> Traceback (most recent call last): >> File "<string>", line 14, in ? >> File "/root/build/ecdsa/setup.py", line 5, in ? >> from ecdsa.six import print_ >> File "ecdsa/__init__.py", line 3 >> from .keys import SigningKey, VerifyingKey, BadSignatureError, >> BadDigestError >> ^ >> SyntaxError: invalid syntax >> Complete output from command python setup.py egg_info: >> Traceback (most recent call last): >> >> File "<string>", line 14, in ? >> >> File "/root/build/ecdsa/setup.py", line 5, in ? >> >> from ecdsa.six import print_ >> >> File "ecdsa/__init__.py", line 3 >> >> from .keys import SigningKey, VerifyingKey, BadSignatureError, >> BadDigestError >> >> ^ >> >> SyntaxError: invalid syntax >> >> > > Usually I have some idea on what to investigate next, but in this case. > I'm stumped... > > Mark > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/fb92b712-4d46-4b3a-8090-076207b3e2f7%40googlegroups.com<https://groups.google.com/d/msgid/ansible-project/fb92b712-4d46-4b3a-8090-076207b3e2f7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAMFyvFhLxyKfinyv8%2BOnkRkLWP2HKRHi-acPvwheF%3DN4RCRRGg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
