pytorch-CycleGAN-and-pix2pix icon indicating copy to clipboard operation
pytorch-CycleGAN-and-pix2pix copied to clipboard

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed - error while running the server on macOS

Open foxtrotdev opened this issue 1 year ago • 0 comments

For macOS users, it's highly likely that they may encounter the SSL: CERTIFICATE_VERIFY_FAILED problem when starting the visdom server.

Fortunately, there is a remedy. Depending on the Python version in use (mine is 3.9), attempt to execute the following command to install certificates:

 /Applications/Python\ 3.9/Install\ Certificates.command 

Then you should be able to run the server without any other issues.

foxtrotdev avatar Oct 13 '23 23:10 foxtrotdev