运行 pip install firebase-admin 出现错误后
after run pip install firebase-admin getting error
我已经在 python2 中安装了 firebase-admin,但它的模块没有安装并出现以下错误。
AttributeError: 'module' object has no attribute 'Cryptography_HAS_SSL_ST'
我想我已经通过删除 python-openssl 包(及其依赖项)解决了这个问题:
apt-get --auto-remove remove python-openssl
然后用pip安装最新版本:
pip install pyOpenSSL
我已经在 python2 中安装了 firebase-admin,但它的模块没有安装并出现以下错误。
AttributeError: 'module' object has no attribute 'Cryptography_HAS_SSL_ST'
我想我已经通过删除 python-openssl 包(及其依赖项)解决了这个问题:
apt-get --auto-remove remove python-openssl
然后用pip安装最新版本:
pip install pyOpenSSL