pycurl dependency #330
Closed
pycurl dependency #330
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you encounter this error while installing pycurl
Error
main.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
Solution is to
apt-get install libcurl4-openssl-dev
just adding this so that proper documents might want to reflect this.
test was done on a plain freshly installed kali linux box after doing a full dist-upgrade.
The text was updated successfully, but these errors were encountered: