SSL certificate failed error
I have tried replicating the script provided in the example "gen_zincid_smile_csv.py" on multiple machines with python v7 and also v10. I'm currently receiving an SSL certificate error and was wondering if this is universal issue or is limited to my environment.
$ python smilite-master/scripts/csv_scripts/gen_zincid_smile_csv.py smilite-master/examples/zinc_ids.csv zinc_smiles.csv
Downloading SMILES
ERROR: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)>
Sorry, I have no clue to be honest. It's been years since I used the code and it could just be that the URLs don't work anymore.
No worries, it looks like that's the case. I'll see if I can find the issue and send through a pull request if it ends up working.