On Sun, Nov 22, 2020 at 9:00 PM John H Palmieri <jhpalmier...@gmail.com> wrote:
>
> Is it possible to create a binary distribution that relies on a system Python 
> 3? Those may already be built with ssl support.

On macOS? Not really. But one can mimic what cpython is doing in their
Python installer - they have a second step,
installing certificates.

>
> On Sunday, November 22, 2020 at 11:24:45 AM UTC-8 watso...@gmail.com wrote:
>>
>>
>> Right now pip doesn't work in the binary distributions due to the absence of 
>> the ssl module. This is apparently due to licensing restrictions, thanks to 
>> the terrible license of OpenSSL.
>>
>> My suggestion is that we hack together  a build curl+NSS, which is freely 
>> redistributable. Then as part of the post-install fixup the curl grabs 
>> OpenSSL and the ssl python module, and we run a hacky install of the local 
>> copy with pip.  Better options highly welcome.
>>
>> Sincerely,
>> Watson Ladd
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/03af83f0-3419-474f-8ef1-e78166b8d793n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq0q24rjHCZJoHxaWOcygktM-t7v0WzW54EgO6dDHA93tQ%40mail.gmail.com.

Reply via email to