Skip to content

Instantly share code, notes, and snippets.

@macagua
Last active March 30, 2022 22:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macagua/e5078c1ce8e005a6790c25e916f72e1b to your computer and use it in GitHub Desktop.
Save macagua/e5078c1ce8e005a6790c25e916f72e1b to your computer and use it in GitHub Desktop.
Tip for set the timeout when install Python Packages with PIP

TIP: When there is Internet latency and requires installing python packages, run this command with the parameter enabled timeout:

pip install -r requirements.txt --timeout 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment