Closed higgsmass closed 8 years ago
I fixed it. Turns out some old version was installed by distutils (I think this should be made aware) Fix was to (a) uninstall cassandra-snapshotter (sudo pip uninstall cassandra-snapshotter)
Running setup.py install for cassandra-snapshotter Found existing installation: ecdsa 0.10 DEPRECATION: Uninstalling a distutils installed project (ecdsa) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling ecdsa-0.10: Successfully uninstalled ecdsa-0.10 Running setup.py install for pycrypto
Environment: ubuntu@vsk01:~$ uname -a Linux vsk01 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux ubuntu@vsk01:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.2 LTS Release: 14.04 Codename: trusty
Dependencies listed:
ubuntu@vsk01:~$ pip show cassandra-snapshotter
Name: cassandra-snapshotter Version: 0.4.0 Location: /usr/local/lib/python2.7/dist-packages Requires: argparse, fabric, boto
What is ecdsa and why is this dependency not met ? Thanks!