m0ngr31 / kanzi

Alexa skill for controlling Kodi
https://lexigr.am
MIT License
428 stars 149 forks source link

Zappa init - lambda-packages==0.19.0 #257

Closed Hogster closed 6 years ago

Hogster commented 6 years ago

Hi,

I'm running this on a raspberry pi 3 with Raspbian Stretch.

After som initial issues with "pip install packaging zappa lambda-packages" I finally got it to install. When I now try to run "zappa init" i get the error message that "The 'lambda-packages==0.19.0' distribution was not found and is required by zappa".

When I installed the lambda-packages it installed lambda_packages-0.20.0 so then I guess it won't find 0.19.0. Is there a newer zappa that looks for 0.20.0 or can I change to lambda_packages-0.19.0.

This might be super simple but above my "pay-grade" :)

Thanks for any help!

Hogster commented 6 years ago

Solved it by running "pip install --no-cache-dir lambda-packages==0.19.0"...