python报错 certificate verify failed: certificate has expired

访问https站点
因为本机没有CIFAR10数据集,用下面代码下载CIFAR10时:


trainset = torchvision.datasets.CIFAR10(root='./data', train=True,
                                        download=True, transform=transform)

出现certificate verify failed: certificate has expired的报错。

后面发现在文件头添加下面两行就行啦:

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

转载请注明出处:

转载自http://lxfamn.cn/blog

未经允许不得转载:lxfamn » python报错 certificate verify failed: certificate has expired

赞 (1) 打赏

置顶推荐

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏