每当我用(runserver_plus --cert-file cert.crt)运行我的项目时,我都会收到这个错误...我已经安装了django扩展和pyOpenSSL我试着在没有(--cert文件cert.crt)的情况下运行,那一个似乎工作得很好,但没有提供我想要的东西。
9lowa7mx1#
您可以尝试降级加密库:
pip install --force-reinstall "cryptography==38.0.4"
似乎是一个临时错误,已修复,但等待发布:https://github.com/aws/aws-sam-cli/issues/4527#issuecomment-1368871248
1条答案
按热度按时间9lowa7mx1#
您可以尝试降级加密库:
似乎是一个临时错误,已修复,但等待发布:https://github.com/aws/aws-sam-cli/issues/4527#issuecomment-1368871248