Closed verdurin closed 8 years ago
At first I thought it might be down to pip
being too old, so I upgraded that, but this made no difference:
pip list
ansible (1.9.6)
Babel (2.3.4)
boto (2.39.0)
coloredlogs (5.0)
configobj (5.0.6)
debtcollector (1.3.0)
ecdsa (0.13)
elasticluster (1.2.1rc1)
google-api-python-client (1.5.0)
httplib2 (0.9.2)
humanfriendly (1.44.7)
iso8601 (0.1.11)
Jinja2 (2.8)
keystoneauth1 (2.6.0)
MarkupSafe (0.23)
monotonic (1.0)
netaddr (0.7.18)
netifaces (0.10.4)
oauth2client (2.0.2)
oslo.i18n (3.6.0)
oslo.serialization (2.4.0)
oslo.utils (3.8.0)
paramiko (1.16.0)
pbr (1.9.1)
pip (8.1.1)
prettytable (0.7.2)
pyCLI (2.0.3)
pycrypto (2.6.1)
python-gflags (3.0.4)
python-novaclient (4.0.0)
pytz (2016.4)
PyYAML (3.11)
requests (2.9.1)
setuptools (0.9.8)
simplejson (3.8.2)
six (1.10.0)
uritemplate (0.6)
voluptuous (0.8.11)
Hmm, upgrading setuptools
via pip
appeared to fix this. Closing for now.
What version of setup tools produces this error?
0.9.8
Thanks. I'll add a specifier as a setup requires to signal that a newer version is required. On 25 Apr 2016 4:06 PM, "Adam Huffman" notifications@github.com wrote:
0.9.8
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/testing-cabal/funcsigs/issues/21#issuecomment-214521741
Released 1.0.2
I'm trying to install Elasticluster in a virtualenv on CentOS 7.2.
funcsigs
is one of the dependencies. However, when I runpython setup.py install
, there is an error withfuncsigs
: