1

我在 Ngrok 的虚拟环境中使用烧瓶询问。我不断收到 500 个内部服务器错误

我收到以下错误:

 File "C:\Users\laptop\Envs\alexa\lib\site-packages\OpenSSL\crypto.py", line 740, in _subjectAltNameString
    method = _lib.X509V3_EXT_get(self._extension)
AttributeError: module 'lib' has no attribute 'X509V3_EXT_get' 

我已经尝试降级到旧版本的密码学,但它们不会安装。我得到这个错误。

  _openssl.c
    build\temp.win32-3.7\Release\_openssl.c(501): fatal error C1083: Cannot open include file: 'openssl/aes.h': No such file or directory
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.15.26726\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

我已经用 C++ 安装了 Visual Studio,认为这与编译有关,但这也不起作用。

我还更新了 setuptools,安装了 OpenSSL,但似乎没有任何效果。我的理论是 Flask-Ask 不再与密码学版本兼容,但由于编译问题,旧版本的密码学不再可安装。

4

0 回答 0