标签: python ssl openssl python-requests
尝试使用pip install之类的内容安装某些第三方应用时,或者运行使用requests模块的应用。我最终遇到了这个错误:
pip install
requests
requests.exceptions.SSLError: ("bad handshake: Error([('SSL routines', 'ssl_cipher_list_to_bytes', 'no ciphers available')],)",)
我以前没有这个问题。所以我猜这与图书馆存在一些冲突。但我似乎没有得到问题的来源。