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)
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!