Skip to content

How can I provide "--compile --install-option='--with-openssl' pycurl" these options while adding pycurl dependency? #6814

Answered by clintonroy
paraggit asked this question in General
Discussion options

You must be logged in to vote

This is not possible currently, and I do not see such a feature ever being on the roadmap.

The python ecosystem is very much moving towards installing things from wheels, not from source.

If you really need something from the curl package, I would build it into a wheel and use that. I would then push those patches upstream.

Otherwise, I'd strongly recommend that you look at using packages that provide similar functionality, and are packaged as wheels, requests, for example.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@paraggit
Comment options

Answer selected by paraggit
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants