我在Windows命令提示符中使用cryptography
安装了pip install cryptography -t .
,然后将其压缩并上传到AWS Lambda中,但是每当我在AWS Lambda中运行代码时,都会出现以下错误
No module named 'cryptography.hazmat.bindings._padding
请任何人帮助我摆脱这个错误。
我在Windows系统中使用python 3.6
答案 0 :(得分:0)
升级加密程序包对我有用
pip3 install --upgrade cryptography
答案 1 :(得分:0)
升级到最新版本
for (int i = 0; i < e; i++)
python -m pip install --upgrade setuptools
python -m pip install –-upgrade pip
python -m pip install –-upgrade cryptography
验证部署过程并对所需的包进行必要的更新