I made http://trac.sagemath.org/ticket/18131 to deal with this


On Tuesday, April 7, 2015 at 10:56:41 AM UTC+2, Volker Braun wrote:
>
> I took a quick look at the pip sources and I think the ssl dependency can 
> be stubbed out relatively easily. Did anybody try this? Really we should 
> push this upstream, pip ought to be usable without ssl.
>
>
>
> On Tuesday, April 7, 2015 at 10:27:43 AM UTC+2, Thierry wrote:
>>
>> Hi, 
>>
>> this is a known issue : pip requires that Python is built with ssl, but 
>> openssl cannot be standard because of licensing, hence pip can only be 
>> used to install optional packages, see 
>> http://trac.sagemath.org/ticket/17368 for a discussion. 
>>
>> The following should work if you do not have libssl-dev on your system: 
>>
>> cd $SAGE_ROOT 
>> ./sage -i openssl 
>> ./sage -f python 
>> make 
>> ./sage -pip install optional_package 
>>
>> Ciao, 
>> Thierry 
>>
>>
>> On Mon, Apr 06, 2015 at 06:37:52PM -0700, kcrisman wrote: 
>> > 
>> > 
>> > > Apparently pip requires SSL... I take it you don't have a system-wide 
>> > > openssl(-devel) installation? 
>> > > 
>> > >> 
>> > >> 
>> > I was indeed wondering whether that change would make any problems. 
>> Also on 
>> > older installations?  (Namely, which OS X versions should we assume 
>> will 
>> > have this?  I honestly don't know.) 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups "sage-release" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to sage-release...@googlegroups.com. 
>> > To post to this group, send email to sage-r...@googlegroups.com. 
>> > Visit this group at http://groups.google.com/group/sage-release. 
>> > For more options, visit https://groups.google.com/d/optout. 
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to