View Single Post
Old 07-21-2019, 09:54 PM   #243
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,848
Karma: 6120478
Join Date: Nov 2009
Device: many
If you do get a free moment, please add this snippet near the top of the epubcheck plugin.py, and re-enable update checking to see if this workaround fixes things for you.


Code:
if sys.platform.startswith('darwin'):
    try:
	    import certifi
	    os.environ["SSL_CERT_FILE"]=certifi.where()
    except:
	    pass
KevinH is offline   Reply With Quote