Created
April 22, 2017 03:29
-
-
Save gerred/307da2df292d9932e208f820b1f2613d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============== | |
Traceback (most recent call last): | |
File "/Users/gerred/.pyenv/versions/3.6.1/envs/opscasts/lib/python3.6/site-packages/zappa/cli.py", line 2256, in handle | |
sys.exit(cli.handle()) | |
File "/Users/gerred/.pyenv/versions/3.6.1/envs/opscasts/lib/python3.6/site-packages/zappa/cli.py", line 391, in handle | |
self.init() | |
File "/Users/gerred/.pyenv/versions/3.6.1/envs/opscasts/lib/python3.6/site-packages/zappa/cli.py", line 1187, in init | |
self.check_venv() | |
File "/Users/gerred/.pyenv/versions/3.6.1/envs/opscasts/lib/python3.6/site-packages/zappa/cli.py", line 2224, in check_venv | |
venv = Zappa.get_current_venv() | |
File "/Users/gerred/.pyenv/versions/3.6.1/envs/opscasts/lib/python3.6/site-packages/zappa/core.py", line 345, in get_current_venv | |
subprocess.check_output('pyenv', stderr=subprocess.STDOUT) | |
File "/Users/gerred/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 336, in check_output | |
**kwargs).stdout | |
File "/Users/gerred/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run | |
output=stdout, stderr=stderr) | |
subprocess.CalledProcessError: Command 'pyenv' returned non-zero exit status 1. | |
============== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment