svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

Cannot run pyresttest because of pycurl/libcurl incompatibility #221

Open dsong10e opened 7 years ago

dsong10e commented 7 years ago

Hello! I'm running on Mac and I'm getting this error when I try to run tests through pyresttest:

ImportError: pycurl: libcurl link-time version (7.43.0) is older than compile-time version (7.51.0)

I tried to install pycurl-7.51.0 instead, but that version isn't available (I think because it doesn't exist?). So I'm not sure where this is coming from.. is there a way I can get around this? Thank you!

ldom commented 7 years ago

I have the same problem. Any news?

ldom commented 7 years ago

Actually, here's a fix: https://github.com/binux/pyspider/issues/472

I followed it and it worked fine.