From 139cc07bdac0a70c50b46c5a5119c6a249836e5d Mon Sep 17 00:00:00 2001 From: Lionir <39467792+lionirdeadman@users.noreply.github.com> Date: Fri, 22 Feb 2019 00:24:39 -0500 Subject: [PATCH] Resolve network issue due to certificate failure (#2442) There seems to have been a recurring problem with certificates on Macs, this is how you solve it *apparently*. :sunglasses: --- docs/install_linux_mac.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install_linux_mac.rst b/docs/install_linux_mac.rst index b8dd4d932..cb2759949 100644 --- a/docs/install_linux_mac.rst +++ b/docs/install_linux_mac.rst @@ -94,6 +94,8 @@ one-by-one: brew tap caskroom/versions brew cask install java8 +It's possible you will have network issues. If so, go in your Applications folder, inside it, go in the Python 3.7 folder then double click ``Install certificates.command`` + .. _install-ubuntu: .. _install-ubuntu-bionic: .. _install-ubuntu-cosmic: