Last active
November 5, 2019 16:36
-
-
Save techdiverdown/009d4c1f4faebef0f5d9fcd8c6fa9584 to your computer and use it in GitHub Desktop.
Pycurl fails to install on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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