Skip to content

Instantly share code, notes, and snippets.

@techdiverdown
Last active November 5, 2019 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techdiverdown/009d4c1f4faebef0f5d9fcd8c6fa9584 to your computer and use it in GitHub Desktop.
Save techdiverdown/009d4c1f4faebef0f5d9fcd8c6fa9584 to your computer and use it in GitHub Desktop.
Pycurl fails to install on ubuntu
apt-cache depends python-pycurl
sudo apt-get install libcurl4-gnutls-dev
sudo apt-get install pycurl
sudo apt-get install libgnutls-dev
retry if still getting error, try this
apt-cache search gnutls | grep dev
install any missing packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment