获取证书失败
-
An unexpected error occurred:
pkg_resources.ContextualVersionConflict: (cryptography 2.3 (/usr/lib64/python3.6/site-packages), Requirement.parse('cryptography>=2.8'), {'PyOpenSSL'})
Please see the logfile '/tmp/tmps50ggr2t/log' for more details.
获取证书失败,请到 https://www.hijk.pw 反馈
centos8 64位的系统,域名解析也是好的,请问这是真么问题呀? -
pip依赖,或者服务器环境问题
请这样操作:pip3 uninstall cryptography; cd /usr/lib64/python3.6/dist-packages; rm -r cryptoggraphy cryptography-2.1.4.egg-info; pip3 install cryptography
然后再试试 -
好的,我正在重装服务器系统,用centos7试试看看
-
嗯,按理说centos没有这个问题,ubuntu才可能有
-
嗯,重装系统后搞定了,谢谢!