Skip to content

Instantly share code, notes, and snippets.

@neoreids
Created January 2, 2023 09:18
Show Gist options
  • Save neoreids/c3572e9867799b97344ac8ef6a1a1dba to your computer and use it in GitHub Desktop.
Save neoreids/c3572e9867799b97344ac8ef6a1a1dba to your computer and use it in GitHub Desktop.
resolving pycurl, psycopg2-binary with clang problem

error: command '/usr/bin/clang' failed with exit code 1

brew install openssl

brew --prefix openssl

export LDFLAGS="-L<result_of_prefix_brew_command_openssl>"

export CPPFLAGS="-I<result_of_prefix_brew_command_openssl>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment