Skip to content

Instantly share code, notes, and snippets.

View enfont's full-sized avatar
👋
Hi community!

Enric enfont

👋
Hi community!
View GitHub Profile
@enfont
enfont / fix.md
Last active June 4, 2024 14:28
Fixing Error: ImportError: pycurl: libcurl link-time version (7.79.1) is older than compile-time version (7.87.0)

Fixing Pycurl error on MacOs Monterrey

Issue:

celery -A workers worker --loglevel=INFO -c 2
...
  File "/Users/USERNAME/.pyenv/versions/3.8.5/envs/notifications38/lib/python3.8/site-packages/kombu/asynchronous/http/curl.py", line 41, in __init__
    raise ImportError('The curl client requires the pycurl library.')
ImportError: The curl client requires the pycurl library.