Skip to content

Commit

Permalink
Document pip connection timeout error (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Mohamed <[email protected]>
  • Loading branch information
kibablu authored and callahad committed Apr 13, 2021
1 parent 62bdfeb commit 7a3d6f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ This creates an isolated virtual Python environment ("virtualenv") just for
use with Sygnal, then installs Sygnal along with its dependencies, and lastly
installs a handful of useful tools

If you get `ConnectTimeoutError`, this is caused by slow internet whereby
`pip` has a default time out of _15 sec_. You can specify a larger timeout
by passing `--timeout 120` to the `pip install` command above.

Finally, activate the virtualenv by running:

```bash
Expand Down
1 change: 1 addition & 0 deletions changelog.d/215.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document how to work around pip installation timeout errors. Contributed by Omar Mohamed.

0 comments on commit 7a3d6f8

Please sign in to comment.