django 属性错误:模块"lib"没有属性"OpenSSL_add_all_algorithms"

i5desfxk  于 2023-01-18  发布在  Go
关注(0)|答案(1)|浏览(572)

每当我用(runserver_plus --cert-file cert.crt)运行我的项目时,我都会收到这个错误...我已经安装了django扩展和pyOpenSSL
我试着在没有(--cert文件cert.crt)的情况下运行,那一个似乎工作得很好,但没有提供我想要的东西。

9lowa7mx

9lowa7mx1#

您可以尝试降级加密库:

pip install --force-reinstall "cryptography==38.0.4"

似乎是一个临时错误,已修复,但等待发布:https://github.com/aws/aws-sam-cli/issues/4527#issuecomment-1368871248

相关问题