pcorpet / airtable.py

Python interface to the Airtable's REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dyld: lazy symbol binding failed

opened this issue · comments

When running the curl

"https://api.airtable.com/v0/..." -H "Authorization: Bearer ...,

there is an error:

dyld: lazy symbol binding failed: Symbol not found: _SSL_CTX_set_alpn_protos
  Referenced from: /Users/.../anaconda/bin/../lib/libcurl.4.dylib
  Expected in: /Users/.../anaconda/bin/../lib/libssl.1.0.0.dylib

dyld: Symbol not found: _SSL_CTX_set_alpn_protos
  Referenced from: /Users/.../anaconda/bin/../lib/libcurl.4.dylib
  Expected in: /Users/.../anaconda/bin/../lib/libssl.1.0.0.dylib