Error Installing Zappa on MacOS
If you've run into this error while trying to install Zappa on MacOS, then you might want to have a look at this post.
Join the DZone community and get the full member experience.
Join For FreeAttempting to install Zappa on MacOS with:
pip install zappa
I get an error:
error: could not create '/Library/Python/2.7/site-packages/requestlogger': Permission denied
Searching for this error I found similar errors installing other packages, and the recommendation seems to be to use the -home
option to install to your home dir. So instead, this worked:
pip install --home zappa
MacOS
Published at DZone with permission of Kevin Hooke, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments