当前位置:网站首页>[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate

2022-06-25 09:29:00 Maoningyi

Studying recently TensorFlow, obtain fashion_mnist There was a little problem with the dataset , The content of the error report is as follows :
URL fetch failure on https://storage.googleapis.com/tensorflow/tf-keras-datasets/train-labels-idx1-ubyte.gz: None -- [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)

Failed to obtain local publisher certificate , Let's just install it .

In the application , Find the current Python edition , double-click install Certificates.command, After successful installation , That's all right. .

原网站

版权声明
本文为[Maoningyi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202200552070953.html