Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Command "/opt/python/run/venv/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip-build-L32BGc/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-nO55i_-record/install-record.txt --single-version-externally-managed --compile --install-headers /opt/python/run/venv/include/site/python2.7/cffi" failed with error code 1 in /tmp/pip-build-L32BGc/cffi
  2. You are using pip version 7.1.2, however version 9.0.1 is available.
  3. You should consider upgrading via the 'pip install --upgrade pip' command.
  4. 2017-01-29 15:42:34,743 ERROR Error installing dependencies: Command '/opt/python/run/venv/bin/pip install -r /opt/python/ondeck/app/requirements.txt' returned non-zero exit status 1
  5. Traceback (most recent call last):
  6. File "/opt/elasticbeanstalk/hooks/appdeploy/pre/03deploy.py", line 22, in main
  7. install_dependencies()
  8. File "/opt/elasticbeanstalk/hooks/appdeploy/pre/03deploy.py", line 18, in install_dependencies
  9. check_call('%s install -r %s' % (os.path.join(APP_VIRTUAL_ENV, 'bin', 'pip'), requirements_file), shell=True)
  10. File "/usr/lib64/python2.7/subprocess.py", line 541, in check_call
  11. raise CalledProcessError(retcode, cmd)
  12. CalledProcessError: Command '/opt/python/run/venv/bin/pip install -r /opt/python/ondeck/app/requirements.txt' returned non-zero exit status 1 (Executor::NonZeroExitStatus)
  13.  
  14. commands:
  15. update_pip:
  16. command: "/opt/python/run/venv/bin/pip install --upgrade pip"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement