bonclay7 / aws-amicleaner

Cleanup your old unused ami and related snapshots
MIT License
362 stars 132 forks source link

future python module required #105

Open DrHashi opened 5 years ago

DrHashi commented 5 years ago

After installation via pip, it required builtins module to be available which is part of future.

I believe this should be included as part of the documentation

Traceback (most recent call last):
  File "/usr/local/bin/amicleaner", line 7, in <module>
    from amicleaner.cli import main
  File "/usr/local/lib/python2.7/dist-packages/amicleaner/cli.py", line 6, in <module>
    from builtins import input
ImportError: No module named builtins

Solution:

pip install future