I used to be able to install Aminator on the standard Amazon Linux OS without any issues. For some reason, the installation now appears to be successful but I get an error when I try to run aminate. Can you see where I am going wrong?:
[root@ip-10-204-129-231 aminator]# aminate -h
/usr/lib/python2.6/site-packages/aminator/config.py:41: UserWarning: Module backports was already imported from /usr/lib64/python2.6/site-packages/backports/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.path
  from pkg_resources import resource_string, resource_exists
Traceback (most recent call last):
  File "/usr/bin/aminate", line 10, in <module>
    sys.exit(run())
  File "/usr/lib/python2.6/site-packages/aminator/cli.py", line 56, in run
    os.environ["AMINATOR_ENVIRONMENT"] = args.env
  File "/usr/lib64/python2.6/os.py", line 471, in __setitem__
    putenv(key, item)
TypeError: putenv() argument 2 must be string, not None