tbarbugli / cassandra_snapshotter

A tool to backup cassandra nodes using snapshots and incremental backups on S3
Other
222 stars 122 forks source link

Add required Boto dependency: GCE #114

Closed rhardouin closed 7 years ago

rhardouin commented 7 years ago

See job failure: https://travis-ci.org/tbarbugli/cassandra_snapshotter/jobs/267917255

[...]
  File "/usr/lib/python2.7/dist-packages/google_compute_engine/boto/compute_auth.py", line 19, in <module>
    from google_compute_engine import logger
ImportError: No module named google_compute_engine
The command "python setup.py install" failed and exited with 1 during .

Kinda weird that GCE is mandatory for an AWS client.

tbarbugli commented 7 years ago

this problem is specific to Travis image (https://github.com/tbarbugli/cassandra_snapshotter/commit/14dc1aff2390f9e357aa1c82a40e9ce0c5d4f1ce should fix it)