You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the tutorial instructions and getting the error below:
chalice deploy
Initial creation of lambda function.
Updating IAM policy.
Creating deployment package.
Traceback (most recent call last):
File "C:\Python27\Lib\runpy.py", line 162, in run_module_as_main
"main", fname, loader, pkg_name)
File "C:\Python27\Lib\runpy.py", line 72, in run_code
exec code in run_globals
File "C:\Users\rlloyd\venvs\chalice-demo\Scripts\chalice.exe__main.py", line 9, in
...snipped...
_first_time_lambda_create
config['project_dir'])
File "c:\users\rlloyd\venvs\chalice-demo\lib\site-packages\chalice\deployer.py", line 633, in create_deployment_package
assert os.path.isfile(pip_exe)
AssertionError
The text was updated successfully, but these errors were encountered:
I'm following the tutorial instructions and getting the error below:
...snipped...
_first_time_lambda_create
config['project_dir'])
File "c:\users\rlloyd\venvs\chalice-demo\lib\site-packages\chalice\deployer.py", line 633, in create_deployment_package
assert os.path.isfile(pip_exe)
AssertionError
The text was updated successfully, but these errors were encountered: