Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChalice 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?