We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On macOS:
$ brew reinstall curl --with-openssl $ export PYCURL_SSL_LIBRARY=openssl $ export CPPFLAGS=-I/usr/local/opt/openssl/include $ export LDFLAGS=-L/usr/local/opt/openssl/lib $ pip3 install pycurl==7.43.0.1 --global-option=build_ext --global-option="-L/usr/local/opt/openssl/lib" --global-option="-I/usr/local/opt/openssl/include" $ pip3 install scylla
Credit: https://github.com/transloadit/python-sdk/issues/4
There was an error while loading. Please reload this page.