hhvm / packaging

The sources for how we have built the HHVM packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide more detailed installation/test/deploy instructions for python lambdas

fredemmott opened this issue · comments

ModuleNotFoundError: No module named 'boto3'

commented

There are some instructions here: https://github.com/hhvm/packaging/tree/master/aws/hhvm1#lambda-functions

I'll add something about dependencies there. Anything else missing?

Heh, FB managed macs appear to be very unfriendly to this:

% pip
zsh: /opt/homebrew/bin/pip: bad interpreter: /opt/homebrew/opt/python35/bin/python3.5: no such file or directory

... and FB claims ownership of /usr/local/bin so brew link fails. Will dig in later.

commented

If you're doing a simple change that doesn't need testing (like the one today), you can also ignore the failure, the deploy.sh script should ask you if you want to do that.

Sorry, yep, I saw error and ^C'd without reading the last line D: