ricerati / proxy-checker-python

Proxy checker in Python
https://pypi.org/project/proxy-checker/
MIT License
52 stars 25 forks source link

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

Open Ronghefeng opened 3 years ago

Ronghefeng commented 3 years ago

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)

DrPython3 commented 2 years ago

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!