<div dir="ltr">I've downloaded BioPython to my Jupyter notebook terminal, entered the code from BioPython notebook (below), and it results in a URLError. What might be the problem?<br><div><br></div><div>from Bio import Entrez <br>Entrez.email = " <a href="mailto:jp7363@nyu.edu" target="_blank">jp7363@nyu.edu</a>".<br>handle = Entrez.esearch(db ="protein", retmax = 100, term=" COVID-19 surface glycoprotein")<br>record = Entrez.read(handle)<br></div><div><br></div><div><pre style="box-sizing:border-box;overflow:auto;font-size:14px;padding:1px 0px;margin-top:0px;margin-bottom:0px;line-height:inherit;color:rgb(0,0,0);word-break:break-all;border:0px;border-radius:0px;vertical-align:baseline"><span style="box-sizing:border-box;color:rgb(178,43,49);font-weight:bold">URLError</span>: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002)></pre></div></div>