On Tuesday, March 5, 2019 at 3:36:47 AM UTC+10, Samuel Lelievre wrote: > > > > Mon 2019-03-04 17:05:31 UTC+1, E. Madison Bray: > > > > On Mon, Mar 4, 2019 at 9:23 AM Travis Scrimshaw <[email protected]> > wrote: > > > > > > I do have openssl installed on this machine (before building Sage). > > > Any thoughts about what to do on this? (I verified that running > > > directly running "pip install line_profiler" worked.) > > > > Yeah, but did you have the headers? If not, then when you build > > python it won't build the ssl module. No ssl module not ssl support > > in pip. > > Oh, is that why the prerequisites in the installation manual > also list the "dev" or "devel" package for ssl? > > # debian > sudo apt-get install openssl libssl-dev > > # redhat > sudo yum install openssl openssl-devel >
Ah right, the headers...Thanks, this fixed it. Best, Travis -- You received this message because you are subscribed to the Google Groups "sage-devel" 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
