nccgroup / aws-inventory

Discover resources created in an AWS account.
Apache License 2.0
707 stars 128 forks source link

issues when running defaults and locally #12

Closed challs1 closed 6 years ago

challs1 commented 6 years ago

I am using ubuntu 18 server not a desktop and also performed these 2 commands

pip install botocore 1.11.3 pip install awscli pip install opinel but still getting errors. If these commands are wrong then can u please specify the versions for each ?

Traceback (most recent call last): File "aws_inventory.py", line 320, in main(parse_args()) File "aws_inventory.py", line 317, in main aws_inventory.invoker.ApiInvoker(args, service_descriptors, ops_count).start() File "/home/ubuntu/aws-inventory/aws_inventory/invoker.py", line 44, in start self._probe_services) File "/home/ubuntu/aws-inventory/aws_inventory/progress.py", line 16, in init ttk.Frame.init(self, relief='ridge', borderwidth=2) File "/usr/lib/python2.7/lib-tk/ttk.py", line 738, in init Widget.init(self, master, "ttk::frame", kw) File "/usr/lib/python2.7/lib-tk/ttk.py", line 551, in init master = setup_master(master) File "/usr/lib/python2.7/lib-tk/ttk.py", line 354, in setup_master master = Tkinter._default_root or Tkinter.Tk() File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1822, in init self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) _tkinter.TclError: no display name and no $DISPLAY environment variable

bitsandsalsa commented 6 years ago

see #8