I am using pycurl - actually wants to use it - in my python scripts. I install it pip install pycurl - it pull version 7.43.0
When executing import pycurl
I have error 'Incompatible library version: pycurl.so requires version 8.0.0 or later, but libcurl.4.dylib provides version 7.0.0'
I check - latest stable version of libcurl is 7.19.0
What I am doing wrong. - I am using Mac with 10.10.5