Hi On 12 October 2015 at 18:09, Rudi Pendavingh <[email protected]> wrote:
> Hi all, > > When I try "sage -pip install pyopenssl" (on using sage 6.8 compiled from > source on ubuntu 14 lts) I get the error below. > > ImportError: No module named 'pip._vendor.requests' > You didn't have libssl-dev when you compiled sage the first time. sudo apt-get install libssl-dev sage -f python # rebuild the pythin in sage cd SAGE_ROOT; make # is this necessary? Sage prompts the user to run make again. sage -pip install pyopenssl Regards, Jan -- .~. /V\ Jan Groenewald /( )\ www.aims.ac.za ^^-^^ -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
