-
Notifications
You must be signed in to change notification settings - Fork 1k
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
'chalice package' fails #1272
Comments
Interesting just a cursory attempt to repro doesn't fail. I ran
There was one extra argument so I choose to remove
Could you also give me the output of Edit: oh and does |
Hi, Output of
Output of
Output of
We have multiple stages and it's failing for every stage I try to package. Also, it's failing for deploy.
|
We think it's a pip issue actually. We're using pipenv to manage dependencies and they recently released pip v 19.3. Running chalice package with pip==19.1.1 worked just fine. I traced the bug to pypa/pip@09fd200 and made this change locally to chalice/compat.py for it to work with the new version
|
Awesome, thanks for digging in to this. We'll get this updated. |
I've opened a corresponding ticket with pip here pypa/pip#7220 |
This patch was provided by hgibsonqb #1272 (comment)
To be fair, we are importing from |
This patch was provided by hgibsonqb #1272 (comment)
This patch was provided by hgibsonqb #1272 (comment)
This patch was provided by hgibsonqb #1272 (comment)
This patch was provided by hgibsonqb #1272 (comment)
This should be fixed in Chalice 1.12 now. Thanks for the patch. |
Hi,
I'm trying to run the command
chalice package --merge-template resource-policies/resource-policy-name.json --stage name lz-dev dist/name
But it's been failing with the traceback
Any idea what's happening? I haven't changed the configuration or code
The text was updated successfully, but these errors were encountered: