proxy-checker-python icon indicating copy to clipboard operation
proxy-checker-python copied to clipboard

ImportError: pycurl: libcurl link-time version (7.64.1) is older than compile-time version.The package version is 0.6

Open CrankyChili opened this issue 4 years ago • 1 comments
trafficstars

File "/Users/rhf/workspace/seatower_analytics/seatower_analytics/tiktok/admin.py", line 20, in from . import models, tasks File "/Users/rhf/workspace/seatower_analytics/seatower_analytics/tiktok/tasks.py", line 14, in from proxy_checker import ProxyChecker File "/Users/rhf/workspace/seatower_analytics/.venv/lib/python3.8/site-packages/proxy_checker/init.py", line 1, in from .proxy_checker import ProxyChecker File "/Users/rhf/workspace/seatower_analytics/.venv/lib/python3.8/site-packages/proxy_checker/proxy_checker.py", line 1, in import pycurl ImportError: pycurl: libcurl link-time version (7.64.1) is older than compile-time version (7.74.0)

CrankyChili avatar May 25 '21 10:05 CrankyChili

Uninstall pycurl and check the LD_LIBRARY_PATH, then. It has to be the correct libcurl path. Then, install pycurl again and it should work. It is a common error when using environments and such. Hope it helps!

DrPython3 avatar Oct 07 '21 09:10 DrPython3