urllib.error.URLError----anaconda3中OpenSSL解决方法

简介: urllib.error.URLError----anaconda3中OpenSSL解决方法

urllib.request.urlopen报错如何解决?



解决方法


参考一下两篇文章


文章一


文章二


得出了一种最简单实用的方法:


1、点击链接官方下载安装OpenSSL


下载链接


2、点击EXE下载,我下载的是第二个



3、安装文件夹随便放哪,安装好后,就能正常运行了



测试代码如下:


import urllib.request
response = urllib.request.urlopen("http://www.fishc.com")
html = response.read()
print(html)
目录
相关文章
|
网络安全 Python
python request SSL error 403证书错误
python request SSL error 403证书错误
131 0
使用pip时报错:No module named ‘chardet‘ 的解决办法
使用pip时报错:No module named ‘chardet‘ 的解决办法
1689 0
使用pip时报错:No module named ‘chardet‘ 的解决办法
|
6月前
|
Linux 开发工具
Linux yum 使用时提示 获取 GPG 密钥失败Couldn‘t open file RPM-GPG-KEY-EPEL-7
Linux yum 使用时提示 获取 GPG 密钥失败Couldn‘t open file RPM-GPG-KEY-EPEL-7
362 3
|
5月前
|
安全 数据安全/隐私保护 开发者
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
663 11
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
|
5月前
|
Linux 数据安全/隐私保护 开发者
【Python】已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\in
【Python】已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\in
1359 2
|
5月前
|
安全 网络安全 Python
【Python】已解决:(pip安装库报错)ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访
【Python】已解决:(pip安装库报错)ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访
164 0
|
缓存 Linux 开发工具
centos 7 yum安装失败(HTTP Error 404 - Not Found)的解决方法
centos 7 yum安装失败(HTTP Error 404 - Not Found)的解决方法
2548 0
【Python学习笔记】pip安装reportlab包时报错:fatal error LNK1158: cannot run ‘rc.exe‘
【Python学习笔记】pip安装reportlab包时报错:fatal error LNK1158: cannot run ‘rc.exe‘
gpg: verify signatures failed: 文件打开错误
gpg: verify signatures failed: 文件打开错误
118 0
|
Android开发
INSTALL_FAILED_TEST_ONLY的解决办法
INSTALL_FAILED_TEST_ONLY的解决办法
236 0