Skip to content

Instantly share code, notes, and snippets.

@KimSoungRyoul
Created April 11, 2022 10:20
Show Gist options
  • Save KimSoungRyoul/9de24824340e57e6a2b54c63035ed8dd to your computer and use it in GitHub Desktop.
Save KimSoungRyoul/9de24824340e57e6a2b54c63035ed8dd to your computer and use it in GitHub Desktop.
brew uninstall openssl curl
brew install openssl curl

export LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"

pip install --no-cache-dir --compile --ignore-installed --install-option="--with-openssl" --install-option="--openssl-dir=/opt/homebrew/opt/openssl@3
" pycurl

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