RE: Amazon Echo skill for Kodi - jingai - 2017-08-30
If your account is UK and the Echo has a UK address, then the skill region needs to also be UK.
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
(2017-08-30, 19:10)jingai Wrote: If your account is UK and the Echo has a UK address, then the skill region needs to also be UK.
Ah! I left it as default. Looks like I may have to start from scratch lol.
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
Starting from fresh but now can't setup the virtual environment! Not having a good day!
Code: pi@raspberrypi:~/kodi-alexa$ virtualenv venv
New python executable in /home/pi/kodi-alexa/venv/bin/python
Installing setuptools, pip, wheel...
Complete output from command /home/pi/kodi-alexa/venv/bin/python - setuptools pip wheel:
Collecting setuptools
Using cached setuptools-36.3.0-py2.py3-none-any.whl
Collecting pip
Collecting wheel
Installing collected packages: setuptools, pip, wheel
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/dist-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
File "/usr/local/lib/python2.7/dist-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/req/req_set.py", line 784, in install
**kwargs
File "/usr/local/lib/python2.7/dist-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/req/req_install.py", line 851, in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File "/usr/local/lib/python2.7/dist-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/req/req_install.py", line 1064, in move_wheel_files
isolated=self.isolated,
File "/usr/local/lib/python2.7/dist-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/wheel.py", line 345, in move_wheel_files
clobber(source, lib_dir, True)
File "/usr/local/lib/python2.7/dist-packages/virtualenv_support/pip-9.0.1-py2.py3-none-any.whl/pip/wheel.py", line 323, in clobber
shutil.copyfile(srcfile, destfile)
File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 13] Permission denied: '/home/pi/kodi-alexa/venv/lib/python2.7/site-packages/setuptools-36.3.0.dist-info/RECORD'
----------------------------------------
...Installing setuptools, pip, wheel...done.
Traceback (most recent call last):
File "/usr/local/bin/virtualenv", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 713, in main
symlink=options.symlink)
File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 945, in create_environment
download=download,
File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 901, in install_wheel
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 797, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /home/pi/kodi-alexa/venv/bin/python - setuptools pip wheel failed with error code 2
pi@raspberrypi:~/kodi-alexa$
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
Ignore above I have something working. Now I am all UK I am getting a new error. YAY - Progress
She replies that there was a problem with the requested skills response
Best place for logs?
RE: Amazon Echo skill for Kodi - jingai - 2017-08-30
As described in this post
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
(2017-08-30, 21:08)jingai Wrote: As described in this post
Wicked, I'll take a look. I tried to control kodi from my mobile app with no wifi to make sure its possible. The app requires both http control and json control and they are on different ports 8071 for http and 9090 for other. Is that an issue or is it jus the http that is required?
Cheers
Update:- Appears to be Unable to import module 'handler': No module named builtins on cloud watch and running tail on command prompt.
RE: Amazon Echo skill for Kodi - jingai - 2017-08-30
JSON-RPC is available via HTTP at /jsonrpc. For example, http://myhost.mydomain.com:port/jsonrpc
RE: Amazon Echo skill for Kodi - jingai - 2017-08-30
Post both logs in their entirety please. Redact your personally identifying info though, such as IP, device ID, and skill ID.
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
(2017-08-30, 21:24)jingai Wrote: Post both logs in their entirety please. Redact your personally identifying info though, such as IP, device ID, and skill ID.
Tail:-
Code: pi@raspberrypi:~/kodi-alexa$ zappa tail dev
(botocore 1.5.43 (/home/pi/.local/lib/python2.7/site-packages), Requirement.parse('botocore==1.5.40'))
Calling tail for environment dev..
[1504103578088] Unable to import module 'handler': No module named builtins
[1504103590754] Unable to import module 'handler': No module named builtins
[1504103637283] Unable to import module 'handler': No module named builtins
[1504103759475] Unable to import module 'handler': No module named builtins
[1504103817881] Unable to import module 'handler': No module named builtins
[1504103884038] Unable to import module 'handler': No module named builtins
[1504104008202] Unable to import module 'handler': No module named builtins
[1504104057503] Unable to import module 'handler': No module named builtins
[1504104116658] Unable to import module 'handler': No module named builtins
[1504104236826] Unable to import module 'handler': No module named builtins
[1504104297083] Unable to import module 'handler': No module named builtins
[1504104363244] Unable to import module 'handler': No module named builtins
[1504104486423] Unable to import module 'handler': No module named builtins
[1504104537683] Unable to import module 'handler': No module named builtins
[1504104591840] Unable to import module 'handler': No module named builtins
[1504104704023] Unable to import module 'handler': No module named builtins
[1504104777463] Unable to import module 'handler': No module named builtins
[1504104840623] Unable to import module 'handler': No module named builtins
[1504104949786] Unable to import module 'handler': No module named builtins
[1504105017004] Unable to import module 'handler': No module named builtins
[1504105076159] Unable to import module 'handler': No module named builtins
[1504105203327] Unable to import module 'handler': No module named builtins
[1504105257747] Unable to import module 'handler': No module named builtins
[1504105322943] Unable to import module 'handler': No module named builtins
[1504105428143] Unable to import module 'handler': No module named builtins
[1504105497623] Unable to import module 'handler': No module named builtins
[1504105558774] Unable to import module 'handler': No module named builtins
[1504105668941] Unable to import module 'handler': No module named builtins
[1504105737647] Unable to import module 'handler': No module named builtins
[1504105797804] Unable to import module 'handler': No module named builtins
[1504105903983] Unable to import module 'handler': No module named builtins
[1504105977443] Unable to import module 'handler': No module named builtins
[1504106039603] Unable to import module 'handler': No module named builtins
[1504106151768] Unable to import module 'handler': No module named builtins
[1504106217263] Unable to import module 'handler': No module named builtins
[1504106284422] Unable to import module 'handler': No module named builtins
[1504106395709] Unable to import module 'handler': No module named builtins
[1504106457059] Unable to import module 'handler': No module named builtins
[1504106515224] Unable to import module 'handler': No module named builtins
[1504106629403] Unable to import module 'handler': No module named builtins
[1504106697143] Unable to import module 'handler': No module named builtins
[1504106764305] Unable to import module 'handler': No module named builtins
[1504106874490] Unable to import module 'handler': No module named builtins
[1504106937423] Unable to import module 'handler': No module named builtins
[1504107002583] Unable to import module 'handler': No module named builtins
[1504107120763] Unable to import module 'handler': No module named builtins
[1504107177423] Unable to import module 'handler': No module named builtins
[1504107234603] Unable to import module 'handler': No module named builtins
[1504107344783] Unable to import module 'handler': No module named builtins
[1504107417870] Unable to import module 'handler': No module named builtins
[1504107485029] Unable to import module 'handler': No module named builtins
[1504107602195] Unable to import module 'handler': No module named builtins
[1504107657123] Unable to import module 'handler': No module named builtins
[1504107714284] Unable to import module 'handler': No module named builtins
[1504107821463] Unable to import module 'handler': No module named builtins
[1504107897063] Unable to import module 'handler': No module named builtins
[1504107952222] Unable to import module 'handler': No module named builtins
[1504108083409] Unable to import module 'handler': No module named builtins
[1504108137336] Unable to import module 'handler': No module named builtins
[1504108202503] Unable to import module 'handler': No module named builtins
[1504108329683] Unable to import module 'handler': No module named builtins
[1504108377764] Unable to import module 'handler': No module named builtins
[1504108390704] Unable to import module 'handler': No module named builtins
[1504108438929] Unable to import module 'handler': No module named builtins
[1504108555101] Unable to import module 'handler': No module named builtins
[1504108617405] Unable to import module 'handler': No module named builtins
[1504108677678] Unable to import module 'handler': No module named builtins
[1504108793843] Unable to import module 'handler': No module named builtins
[1504108857144] Unable to import module 'handler': No module named builtins
[1504108914323] Unable to import module 'handler': No module named builtins
[1504109029503] Unable to import module 'handler': No module named builtins
[1504109098251] Unable to import module 'handler': No module named builtins
[1504109160406] Unable to import module 'handler': No module named builtins
[1504109284583] Unable to import module 'handler': No module named builtins
[1504109337406] Unable to import module 'handler': No module named builtins
[1504109404603] Unable to import module 'handler': No module named builtins
[1504109522783] Unable to import module 'handler': No module named builtins
[1504109577386] Unable to import module 'handler': No module named builtins
[1504109640547] Unable to import module 'handler': No module named builtins
[1504109771723] Unable to import module 'handler': No module named builtins
[1504109817583] Unable to import module 'handler': No module named builtins
[1504109871744] Unable to import module 'handler': No module named builtins
[1504110005910] Unable to import module 'handler': No module named builtins
[1504110057483] Unable to import module 'handler': No module named builtins
[1504110113663] Unable to import module 'handler': No module named builtins
[1504110247843] Unable to import module 'handler': No module named builtins
[1504110297907] Unable to import module 'handler': No module named builtins
[1504110353063] Unable to import module 'handler': No module named builtins
[1504110466236] Unable to import module 'handler': No module named builtins
[1504110537163] Unable to import module 'handler': No module named builtins
[1504110598323] Unable to import module 'handler': No module named builtins
[1504110719503] Unable to import module 'handler': No module named builtins
[1504110778026] Unable to import module 'handler': No module named builtins
[1504110835187] Unable to import module 'handler': No module named builtins
[1504110940352] Unable to import module 'handler': No module named builtins
[1504111018044] Unable to import module 'handler': No module named builtins
[1504111076203] Unable to import module 'handler': No module named builtins
[1504111193369] Unable to import module 'handler': No module named builtins
[1504111257716] Unable to import module 'handler': No module named builtins
[1504111322877] Unable to import module 'handler': No module named builtins
[1504111439063] Unable to import module 'handler': No module named builtins
[1504111497189] Unable to import module 'handler': No module named builtins
[1504111564360] Unable to import module 'handler': No module named builtins
[1504111693527] Unable to import module 'handler': No module named builtins
[1504111713426] Unable to import module 'handler': No module named builtins
[1504111741172] Unable to import module 'handler': No module named builtins
[1504111796400] Unable to import module 'handler': No module named builtins
[1504111924569] Unable to import module 'handler': No module named builtins
[1504111982091] Unable to import module 'handler': No module named builtins
[1504112040247] Unable to import module 'handler': No module named builtins
[1504112161423] Unable to import module 'handler': No module named builtins
[1504112221836] Unable to import module 'handler': No module named builtins
[1504112282018] Unable to import module 'handler': No module named builtins
[1504112414185] Unable to import module 'handler': No module named builtins
[1504112461943] Unable to import module 'handler': No module named builtins
[1504112517103] Unable to import module 'handler': No module named builtins
[1504112638270] Unable to import module 'handler': No module named builtins
[1504112701301] Unable to import module 'handler': No module named builtins
[1504112767460] Unable to import module 'handler': No module named builtins
[1504112886625] Unable to import module 'handler': No module named builtins
[1504112941857] Unable to import module 'handler': No module named builtins
[1504113005015] Unable to import module 'handler': No module named builtins
[1504113125186] Unable to import module 'handler': No module named builtins
[1504113181399] Unable to import module 'handler': No module named builtins
[1504113182078] Unable to import module 'handler': No module named builtins
[1504113236556] Unable to import module 'handler': No module named builtins
[1504113237287] Unable to import module 'handler': No module named builtins
[1504113351482] Unable to import module 'handler': No module named builtins
[1504113358708] Unable to import module 'handler': No module named builtins
[1504113421743] Unable to import module 'handler': No module named builtins
[1504113486903] Unable to import module 'handler': No module named builtins
[1504113610095] Unable to import module 'handler': No module named builtins
[1504113661503] Unable to import module 'handler': No module named builtins
[1504113718665] Unable to import module 'handler': No module named builtins
[1504113847832] Unable to import module 'handler': No module named builtins
[1504113901663] Unable to import module 'handler': No module named builtins
[1504113957825] Unable to import module 'handler': No module named builtins
[1504114091993] Unable to import module 'handler': No module named builtins
[1504114141663] Unable to import module 'handler': No module named builtins
[1504114201843] Unable to import module 'handler': No module named builtins
[1504114311047] Unable to import module 'handler': No module named builtins
[1504114381383] Unable to import module 'handler': No module named builtins
[1504114443543] Unable to import module 'handler': No module named builtins
[1504114556723] Unable to import module 'handler': No module named builtins
[1504114621423] Unable to import module 'handler': No module named builtins
[1504114674603] Unable to import module 'handler': No module named builtins
[1504114807755] Unable to import module 'handler': No module named builtins
[1504114861632] Unable to import module 'handler': No module named builtins
[1504114920803] Unable to import module 'handler': No module named builtins
[1504115031994] Unable to import module 'handler': No module named builtins
[1504115101950] Unable to import module 'handler': No module named builtins
[1504115159112] Unable to import module 'handler': No module named builtins
[1504115267282] Unable to import module 'handler': No module named builtins
[1504115341603] Unable to import module 'handler': No module named builtins
[1504115402783] Unable to import module 'handler': No module named builtins
[1504115526955] Unable to import module 'handler': No module named builtins
[1504115581477] Unable to import module 'handler': No module named builtins
[1504115637667] Unable to import module 'handler': No module named builtins
[1504115755903] Unable to import module 'handler': No module named builtins
[1504115821703] Unable to import module 'handler': No module named builtins
[1504115876883] Unable to import module 'handler': No module named builtins
[1504116001061] Unable to import module 'handler': No module named builtins
[1504116061377] Unable to import module 'handler': No module named builtins
[1504116114531] Unable to import module 'handler': No module named builtins
[1504116245763] Unable to import module 'handler': No module named builtins
[1504116301363] Unable to import module 'handler': No module named builtins
[1504116359543] Unable to import module 'handler': No module named builtins
[1504116483732] Unable to import module 'handler': No module named builtins
[1504116541483] Unable to import module 'handler': No module named builtins
[1504116600683] Unable to import module 'handler': No module named builtins
[1504116706863] Unable to import module 'handler': No module named builtins
[1504116781511] Unable to import module 'handler': No module named builtins
[1504116847670] Unable to import module 'handler': No module named builtins
[1504116958830] Unable to import module 'handler': No module named builtins
[1504117021750] Unable to import module 'handler': No module named builtins
[1504117079923] Unable to import module 'handler': No module named builtins
[1504117213090] Unable to import module 'handler': No module named builtins
[1504117262103] Unable to import module 'handler': No module named builtins
[1504117325264] Unable to import module 'handler': No module named builtins
[1504117442443] Unable to import module 'handler': No module named builtins
[1504117501483] Unable to import module 'handler': No module named builtins
[1504117564641] Unable to import module 'handler': No module named builtins
[1504117679823] Unable to import module 'handler': No module named builtins
[1504117741144] Unable to import module 'handler': No module named builtins
[1504117801323] Unable to import module 'handler': No module named builtins
[1504117925475] Unable to import module 'handler': No module named builtins
[1504117981625] Unable to import module 'handler': No module named builtins
[1504118040784] Unable to import module 'handler': No module named builtins
[1504118165949] Unable to import module 'handler': No module named builtins
[1504118221843] Unable to import module 'handler': No module named builtins
[1504118284003] Unable to import module 'handler': No module named builtins
[1504118368307] Unable to import module 'handler': No module named builtins
[1504118391178] Unable to import module 'handler': No module named builtins
[1504118393561] Unable to import module 'handler': No module named builtins
[1504118459745] Unable to import module 'handler': No module named builtins
[1504118592914] Unable to import module 'handler': No module named builtins
[1504118633202] Unable to import module 'handler': No module named builtins
[1504118687383] Unable to import module 'handler': No module named builtins
[1504118819551] Unable to import module 'handler': No module named builtins
[1504118873891] Unable to import module 'handler': No module named builtins
[1504118936065] Unable to import module 'handler': No module named builtins
[1504119061263] Unable to import module 'handler': No module named builtins
[1504119113523] Unable to import module 'handler': No module named builtins
[1504119116919] Unable to import module 'handler': No module named builtins
[1504119117140] Unable to import module 'handler': No module named builtins
[1504119139723] Unable to import module 'handler': No module named builtins
[1504119139922] Unable to import module 'handler': No module named builtins
[1504119174676] Unable to import module 'handler': No module named builtins
[1504119210463] Unable to import module 'handler': No module named builtins
[1504119210624] Unable to import module 'handler': No module named builtins
[1504119301863] Unable to import module 'handler': No module named builtins
[1504119353381] Unable to import module 'handler': No module named builtins
[1504119407541] Unable to import module 'handler': No module named builtins
[1504119445149] Unable to import module 'handler': No module named builtins
[1504119445338] Unable to import module 'handler': No module named builtins
[1504119514702] Unable to import module 'handler': No module named builtins
[1504119593435] Unable to import module 'handler': No module named builtins
[1504119658592] Unable to import module 'handler': No module named builtins
[1504119792783] Unable to import module 'handler': No module named builtins
[1504119833543] Unable to import module 'handler': No module named builtins
[1504119887689] Unable to import module 'handler': No module named builtins
[1504119997854] Unable to import module 'handler': No module named builtins
[1504120073343] Unable to import module 'handler': No module named builtins
[1504120126523] Unable to import module 'handler': No module named builtins
[1504120232690] Unable to import module 'handler': No module named builtins
[1504120313594] Unable to import module 'handler': No module named builtins
[1504120376783] Unable to import module 'handler': No module named builtins
[1504120483949] Unable to import module 'handler': No module named builtins
[1504120553114] Unable to import module 'handler': No module named builtins
[1504120607270] Unable to import module 'handler': No module named builtins
[1504120724434] Unable to import module 'handler': No module named builtins
[1504120793523] Unable to import module 'handler': No module named builtins
[1504120855695] Unable to import module 'handler': No module named builtins
^CYou have new mail in /var/mail/pi
pi@raspberrypi:~/kodi-alexa$
CloudWatch:-
Code: TART RequestId: 8db47be6-8db2-11e7-9720-2bded659a5c4 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 8db47be6-8db2-11e7-9720-2bded659a5c4
REPORT RequestId: 8db47be6-8db2-11e7-9720-2bded659a5c4 Duration: 0.45 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 36909789-8db2-11e7-87cd-8592648308b2 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 36909789-8db2-11e7-87cd-8592648308b2
REPORT RequestId: 36909789-8db2-11e7-87cd-8592648308b2 Duration: 0.47 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8
REPORT RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8 Duration: 0.34 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8
REPORT RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8 Duration: 1.79 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8
REPORT RequestId: 9ce5a467-8db2-11e7-8519-b34ee1cc0ea8 Duration: 0.42 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e
REPORT RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e Duration: 0.46 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e
REPORT RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e Duration: 11.98 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e
REPORT RequestId: 2bc9625c-8db3-11e7-b321-fbb0bb4b2d0e Duration: 0.45 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba
REPORT RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba Duration: 2.68 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba
REPORT RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba Duration: 1.77 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba
REPORT RequestId: bb3d7976-8db3-11e7-a9ba-ad795b1339ba Duration: 0.41 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799
REPORT RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799 Duration: 16.87 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 4c214e0e-8db4-11e7-a610-258119e95298 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 4c214e0e-8db4-11e7-a610-258119e95298
REPORT RequestId: 4c214e0e-8db4-11e7-a610-258119e95298 Duration: 0.42 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 4c435422-8db4-11e7-900c-b1cf4c32ba3d Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 4c435422-8db4-11e7-900c-b1cf4c32ba3d
REPORT RequestId: 4c435422-8db4-11e7-900c-b1cf4c32ba3d Duration: 0.41 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 59b652f8-8db4-11e7-845a-bba261393a6c Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 59b652f8-8db4-11e7-845a-bba261393a6c
REPORT RequestId: 59b652f8-8db4-11e7-845a-bba261393a6c Duration: 0.43 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 59d636c3-8db4-11e7-920d-dbe5b9c08c21 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 59d636c3-8db4-11e7-920d-dbe5b9c08c21
REPORT RequestId: 59d636c3-8db4-11e7-920d-dbe5b9c08c21 Duration: 0.40 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799
REPORT RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799 Duration: 0.43 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 83dfc83c-8db4-11e7-b1ef-d9101f3d40f0 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 83dfc83c-8db4-11e7-b1ef-d9101f3d40f0
REPORT RequestId: 83dfc83c-8db4-11e7-b1ef-d9101f3d40f0 Duration: 8.89 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 83fdb06e-8db4-11e7-a9ba-ad795b1339ba Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 83fdb06e-8db4-11e7-a9ba-ad795b1339ba
REPORT RequestId: 83fdb06e-8db4-11e7-a9ba-ad795b1339ba Duration: 0.48 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799
REPORT RequestId: 4a0b3f25-8db4-11e7-9b54-ff896f08c799 Duration: 18.45 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3
REPORT RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3 Duration: 0.44 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3
REPORT RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3 Duration: 0.42 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 0fc4767e-8db5-11e7-be54-07a2c6c71d72 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 0fc4767e-8db5-11e7-be54-07a2c6c71d72
REPORT RequestId: 0fc4767e-8db5-11e7-be54-07a2c6c71d72 Duration: 14.31 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 0fe1c31b-8db5-11e7-a476-3de9345251d3 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 0fe1c31b-8db5-11e7-a476-3de9345251d3
REPORT RequestId: 0fe1c31b-8db5-11e7-a476-3de9345251d3 Duration: 0.40 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3
REPORT RequestId: d905e074-8db4-11e7-9e60-edcd57c8a9e3 Duration: 1.35 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb
REPORT RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb Duration: 1.07 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb
REPORT RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb Duration: 0.45 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb
REPORT RequestId: 681fa2e1-8db5-11e7-8974-356fd9eb93cb Duration: 25.45 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35
REPORT RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35 Duration: 0.46 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35
REPORT RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35 Duration: 0.51 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35
REPORT RequestId: f73b6010-8db5-11e7-ada3-dbb7af8a1a35 Duration: 0.40 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a
REPORT RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a Duration: 0.48 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a
REPORT RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a Duration: 8.37 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a
REPORT RequestId: 86281ece-8db6-11e7-967a-9d7074efbd1a Duration: 0.43 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07
REPORT RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07 Duration: 0.43 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07
REPORT RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07 Duration: 8.76 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07 Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07
REPORT RequestId: 154c1a54-8db7-11e7-a2e3-b72ff34d5c07 Duration: 0.43 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc
REPORT RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc Duration: 0.41 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc
REPORT RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc Duration: 0.44 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc
REPORT RequestId: a4235515-8db7-11e7-bdec-8927d4f3cbdc Duration: 0.40 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b
REPORT RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b Duration: 7.91 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b
REPORT RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b Duration: 0.43 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b
REPORT RequestId: 335ea98b-8db8-11e7-af12-374611d57b9b Duration: 0.34 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: c2446379-8db8-11e7-90ca-2130365ff71f Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: c2446379-8db8-11e7-90ca-2130365ff71f
REPORT RequestId: c2446379-8db8-11e7-90ca-2130365ff71f Duration: 3.92 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: c2446379-8db8-11e7-90ca-2130365ff71f Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: c2446379-8db8-11e7-90ca-2130365ff71f
REPORT RequestId: c2446379-8db8-11e7-90ca-2130365ff71f Duration: 0.44 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
START RequestId: c2446379-8db8-11e7-90ca-2130365ff71f Version: $LATEST
Unable to import module 'handler': No module named builtins
END RequestId: c2446379-8db8-11e7-90ca-2130365ff71f
REPORT RequestId: c2446379-8db8-11e7-90ca-2130365ff71f Duration: 13.15 ms Billed Duration: 100 ms Memory Size: 512 MB Max Memory Used: 24 MB
RE: Amazon Echo skill for Kodi - jingai - 2017-08-30
Kinda-sorta guessing, but I think you didn't install the requirements in your virtualenv.
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
(2017-08-30, 21:44)jingai Wrote: Kinda-sorta guessing, but I think you didn't install the requirements in your virtualenv.
Thats what I thought but I followed the guide to the letter.. I will try again
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
When running pip install Zappa I get
Collecting lambda-packages==0.16.1 (from zappa)
Downloading lambda_packages-0.16.1.tar.gz (59.2MB)
99% |████████████████████████████████| 59.1MB 8.3MB/s eta 0:00:01Killed
It moves on from the above. Could that be an issue.
RE: Amazon Echo skill for Kodi - jingai - 2017-08-30
Maybe.. I don't really have a ton of experience with Zappa. You are in the venv right? You activated it after you created it? And installed the requirements while in it?
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
(2017-08-30, 21:54)jingai Wrote: Maybe.. I don't really have a ton of experience with Zappa. You are in the venv right? You activated it after you created it? And installed the requirements while in it?
This is what I have done so far
Code: pi@raspberrypi:~/kodi-alexa$ virtualenv venv
New python executable in /home/pi/kodi-alexa/venv/bin/python
Installing setuptools, pip, wheel...done.
You have new mail in /var/mail/pi
pi@raspberrypi:~/kodi-alexa$ source venv/bin/activate
(venv) pi@raspberrypi:~/kodi-alexa$ pip install -r requirements.txt
Requirement already satisfied: gunicorn in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: pytz in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: flask-ask>=0.8.9 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: kodi-voice>=0.9.8 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 4))
Requirement already satisfied: aniso8601==1.2.0 in ./venv/lib/python2.7/site-packages (from flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: Flask==0.12.1 in ./venv/lib/python2.7/site-packages (from flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: six==1.10.0 in ./venv/lib/python2.7/site-packages (from flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: PyYAML==3.12 in ./venv/lib/python2.7/site-packages (from flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: pyOpenSSL==17.0.0 in ./venv/lib/python2.7/site-packages (from flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: ConfigParser in ./venv/lib/python2.7/site-packages (from kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: num2words in ./venv/lib/python2.7/site-packages (from kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: roman in ./venv/lib/python2.7/site-packages (from kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: fuzzywuzzy in ./venv/lib/python2.7/site-packages (from kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: requests in ./venv/lib/python2.7/site-packages (from kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: python-dateutil in ./venv/lib/python2.7/site-packages (from aniso8601==1.2.0->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: Jinja2>=2.4 in ./venv/lib/python2.7/site-packages (from Flask==0.12.1->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: Werkzeug>=0.7 in ./venv/lib/python2.7/site-packages (from Flask==0.12.1->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: click>=2.0 in ./venv/lib/python2.7/site-packages (from Flask==0.12.1->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: itsdangerous>=0.21 in ./venv/lib/python2.7/site-packages (from Flask==0.12.1->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: cryptography>=1.7 in ./venv/lib/python2.7/site-packages (from pyOpenSSL==17.0.0->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python2.7/site-packages (from requests->kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./venv/lib/python2.7/site-packages (from requests->kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: idna<2.7,>=2.5 in ./venv/lib/python2.7/site-packages (from requests->kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: urllib3<1.23,>=1.21.1 in ./venv/lib/python2.7/site-packages (from requests->kodi-voice>=0.9.8->-r requirements.txt (line 4))
Requirement already satisfied: MarkupSafe>=0.23 in ./venv/lib/python2.7/site-packages (from Jinja2>=2.4->Flask==0.12.1->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: asn1crypto>=0.21.0 in ./venv/lib/python2.7/site-packages (from cryptography>=1.7->pyOpenSSL==17.0.0->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: ipaddress in ./venv/lib/python2.7/site-packages (from cryptography>=1.7->pyOpenSSL==17.0.0->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: enum34 in ./venv/lib/python2.7/site-packages (from cryptography>=1.7->pyOpenSSL==17.0.0->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: cffi>=1.7 in ./venv/lib/python2.7/site-packages (from cryptography>=1.7->pyOpenSSL==17.0.0->flask-ask>=0.8.9->-r requirements.txt (line 3))
Requirement already satisfied: pycparser in ./venv/lib/python2.7/site-packages (from cffi>=1.7->cryptography>=1.7->pyOpenSSL==17.0.0->flask-ask>=0.8.9->-r requirements.txt (line 3))
(venv) pi@raspberrypi:~/kodi-alexa$ pip install packaging
Requirement already satisfied: packaging in ./venv/lib/python2.7/site-packages
Requirement already satisfied: six in ./venv/lib/python2.7/site-packages (from packaging)
Requirement already satisfied: pyparsing in ./venv/lib/python2.7/site-packages (from packaging)
(venv) pi@raspberrypi:~/kodi-alexa$ pip install zappa
Collecting zappa
Using cached zappa-0.43.2-py2-none-any.whl
Requirement already satisfied: six==1.10.0 in ./venv/lib/python2.7/site-packages (from zappa)
Requirement already satisfied: wheel==0.29.0 in ./venv/lib/python2.7/site-packages (from zappa)
Collecting durationpy==0.5 (from zappa)
Using cached durationpy-0.5.tar.gz
Collecting kappa==0.6.0 (from zappa)
Using cached kappa-0.6.0-py2-none-any.whl
Collecting botocore==1.5.40 (from zappa)
Using cached botocore-1.5.40-py2.py3-none-any.whl
Collecting tqdm==4.15.0 (from zappa)
Using cached tqdm-4.15.0-py2.py3-none-any.whl
Collecting wsgi-request-logger==0.4.6 (from zappa)
Using cached wsgi-request-logger-0.4.6.tar.gz
Collecting base58==0.2.4 (from zappa)
Using cached base58-0.2.4.tar.gz
Collecting hjson==3.0.0 (from zappa)
Using cached hjson-3.0.0.tar.gz
Requirement already satisfied: python-dateutil==2.6.1 in ./venv/lib/python2.7/site-packages (from zappa)
Requirement already satisfied: requests>=2.10.0 in ./venv/lib/python2.7/site-packages (from zappa)
Collecting argcomplete==1.8.2 (from zappa)
Using cached argcomplete-1.8.2-py2.py3-none-any.whl
Collecting docutils>=0.12 (from zappa)
Using cached docutils-0.14-py2-none-any.whl
Collecting lambda-packages==0.16.1 (from zappa)
Downloading lambda_packages-0.16.1.tar.gz (59.2MB)
99% |████████████████████████████████| 59.1MB 8.3MB/s eta 0:00:01Killed
RE: Amazon Echo skill for Kodi - simon_rb - 2017-08-30
Looks like Zappa isn't installing!
Anyone else had this issue?
Code: (venv) pi@raspberrypi:~/kodi-alexa$ pip install zappa
Collecting zappa
Using cached zappa-0.43.2-py2-none-any.whl
Requirement already satisfied: six==1.10.0 in ./venv/lib/python2.7/site-packages (from zappa)
Requirement already satisfied: wheel==0.29.0 in ./venv/lib/python2.7/site-packages (from zappa)
Collecting durationpy==0.5 (from zappa)
Using cached durationpy-0.5.tar.gz
Collecting kappa==0.6.0 (from zappa)
Using cached kappa-0.6.0-py2-none-any.whl
Collecting botocore==1.5.40 (from zappa)
Using cached botocore-1.5.40-py2.py3-none-any.whl
Collecting tqdm==4.15.0 (from zappa)
Using cached tqdm-4.15.0-py2.py3-none-any.whl
Collecting wsgi-request-logger==0.4.6 (from zappa)
Using cached wsgi-request-logger-0.4.6.tar.gz
Collecting base58==0.2.4 (from zappa)
Using cached base58-0.2.4.tar.gz
Collecting hjson==3.0.0 (from zappa)
Using cached hjson-3.0.0.tar.gz
Requirement already satisfied: python-dateutil==2.6.1 in ./venv/lib/python2.7/site-packages (from zappa)
Requirement already satisfied: requests>=2.10.0 in ./venv/lib/python2.7/site-packages (from zappa)
Collecting argcomplete==1.8.2 (from zappa)
Using cached argcomplete-1.8.2-py2.py3-none-any.whl
Collecting docutils>=0.12 (from zappa)
Using cached docutils-0.14-py2-none-any.whl
Collecting lambda-packages==0.16.1 (from zappa)
Downloading lambda_packages-0.16.1.tar.gz (59.2MB)
99% |████████████████████████████████| 59.1MB 7.9MB/s eta 0:00:01Killed
You have new mail in /var/mail/pi
(venv) pi@raspberrypi:~/kodi-alexa$ pip uninstall zappa
Cannot uninstall requirement zappa, not installed
(venv) pi@raspberrypi:~/kodi-alexa$
|