-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't install #1075
Comments
try another large package? i dont think this is zappa, but rather pip
From my phone..
…On Aug 30, 2017 4:20 PM, "simonrb2000" ***@***.***> wrote:
Fails to install from PIP Install
I am
Expected Behavior
Should install
Actual Behavior
Fails at 99% (Killed
Possible Fix Steps to Reproduce
1. pip install zappa under venv
(venv) ***@***.***:~/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) ***@***.***:~/kodi-alexa$ pip
uninstall zappa Cannot uninstall requirement zappa, not installed (venv)
***@***.***:~/kodi-alexa$
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1075>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIi05_UrUtteH7iNSTcuh3bJxYaQT5aks5sdcQUgaJpZM4PH7F3>
.
|
Tried this on another raspberry pi and got this
|
found this:- |
I think we can close this issue :) |
Fails to install from PIP Install
I am
Expected Behavior
Should install
Actual Behavior
Fails at 99% (Killed
Possible Fix
Steps to Reproduce
(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$
The text was updated successfully, but these errors were encountered: