Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ImportError on importing pycurl

I'm getting a traceback whenever trying to import pycurl, any help on solving the issue would be greatly appreciated.

Version of Python is 2.7

>>> import pycurl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/libcurl.so.4: symbol SSLv2_client_method, version     OPENSSL_1.0.0 not defined in file libssl.so.1.0.0 with link time reference
like image 793
Mozirra Avatar asked Jan 26 '26 09:01

Mozirra


1 Answers

On debian for me helped this:

apt-get install -y libssl-dev
like image 177
user2285323 Avatar answered Jan 28 '26 00:01

user2285323



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!