From 1681b98eb2109716c6b1bdfb7d1b1dd140c263bf Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Sat, 14 Jan 2017 20:27:18 +0300 Subject: [PATCH] update the troubleshooting page #146 --- docs/Troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 2d82ba1..33faf5a 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -44,3 +44,7 @@ Storing debug log for failure in /Users/algore/Library/Logs/pip.log ``` You are running an old version of `pip` that cannot build the `pycrypto` dependency. Upgrade to a new version of `pip` by running `sudo pip install -U pip`. + +### Various parts of the internet appear to be offline through the VPN + +The issue may related to the MTU size, try to use `ping` with the don't fragment bit and various packet size in order to determine the MTU size for your network and set up this properly on the physical adapter.