从Anaconda Prompt打开jupyter notebook报错
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
解决:
输入
pip install pyOpenSSL --upgrade
等安装成功后再输入
jupyter notebook
即可
从Anaconda Prompt打开jupyter notebook报错
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
解决:
输入
pip install pyOpenSSL --upgrade
等安装成功后再输入
jupyter notebook
即可