how to install pycurl 7.43 at ubuntu 18.04 64bit

Viewed 3052

Help me, all I have some error while installation of pycurl on ubuntu 18,04 I tried follow as:

apt-cache depends python-pycurl

sudo apt install libcurl4-gnutls-dev

apt-cache search gnutl | grep dev

sudo apt-get install libgnutls-dev

sudo apt install python-pycurl

pip install pycurl

but, failed to install. Thanks!

1 Answers
Related