-
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 deploy cannot install dependencies #803
Comments
|
It looks like there is possibly some confusion here. I think what you need to do right now is to delete everything that's currently in your Let me know if that resolves this for you! |
|
Why specifically cffi, if I'm having troubles with cryptography? Then: |
|
A few things:
This directory now contains the source code and compiled shared object files.
Using the most recent No errors and it looks like all the transitive dependencies were successfully included in the bundle. |
|
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
I tried to follow the packaging instructions in https://github.com/aws/chalice/blob/master/docs/source/topics/packaging.rst
but still get errors while running
chalice deploywith dependency cryptography (version 2.2.2).Error message:
While downloading package cryptography I noticed that pycparser is not wheeled so I tried to run
pip wheel pycparserand added the wheel file in the cryptography-2.2.2.dist-info folder, but didn't help.my vendor folder:
my requests.txt file:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: