runtheops / ssm-diff

A human-friendly way of managing parameters in AWS SSM
MIT License
46 stars 25 forks source link

Issue executing ssm-diff init #8

Closed applike-ss closed 5 years ago

applike-ss commented 6 years ago

Expected Output:

Actual Output:

Python Version: Python 2.7.15rc1 OS: Ubuntu Linux 18.04 upgraded from 16.04

If you need any further information, please let me know. I'm not into python development, so i don't know what and how to provide.

applike-ss commented 6 years ago

Using a virtual env with python 3.6 works, so feel free to either close it or to add a mentioning in the readme for others that might accidentally try to use it the same way i did.

runtheops commented 5 years ago

Hi @applike-ss,

Thanks for the feedback, and sorry for not stating out explicitly that Python 3 is required. Will update readme accordingly

applike-ss commented 5 years ago

thanks! maybe even some more insight what requirements have to be met are useful as well. I changed the interpreter manually by changing the symlink of /usr/bin/python to the 3 version but that didn't help. Would you add a suggestion to use a venv for other users to the readme? maybe that will help other people as well. (Or they know that this is in general a good idea to separate your working envs) Nice tool!