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:
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:
Then you should be able to run the server without any other issues.