mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
update the troubleshooting page #146
This commit is contained in:
parent
ea4e82d66d
commit
1681b98eb2
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue