[sage-devel] Re: SageMath 8.2 Docker image: pip lacks SSL support

2018-05-17 Thread Emmanuel Charpentier
I have met this problem, which occurs when OpenSSL isn't available systemwide (there is a saga somewhere in sage-devel's archive, around spring 2017 IIRC...). I have personally checked that Sage's pip is (or was, at the time) unable to use SSL when compiled against Gnu TLS alone... This should

[sage-devel] Re: SageMath 8.2 Docker image: pip lacks SSL support

2018-05-17 Thread Nathan Dunfield
> > In the interim, could you try to install OpenSSL and its development files > a,d reinstall Sage's pip ? > Actually, I fixed the problem simply by installing the (non-development) Ubuntu package "openssl". In particular, I did not need to reinstall or rebuild any part of Sage itself. I'm

[sage-devel] Re: SageMath 8.2 Docker image: pip lacks SSL support

2018-05-26 Thread Julian Rüth
Thanks for reporting this and even providing a workaround :) You are right, Sage was built with libssl-dev but the final container had been missing openssl. I fixed it for the 8.2 build and pushed a new image to the Docker Hub. julian On Wednesday, May 16, 2018 at 10:06:54 PM UTC+2, Nathan Dun

[sage-devel] Re: SageMath 8.2 Docker image: pip lacks SSL support

2018-05-27 Thread Nathan Dunfield
On Saturday, May 26, 2018 at 7:43:14 PM UTC-4, Julian Rüth wrote: > > Thanks for reporting this and even providing a workaround :) > > You are right, Sage was built with libssl-dev but the final container had > been missing openssl. I fixed it for the 8.2 build and pushed a new image > to the Doc

Re: [sage-devel] Re: SageMath 8.2 Docker image: pip lacks SSL support

2018-05-17 Thread Erik Bray
*ping* Julian who built the 8.2 docker image... On Thu, May 17, 2018 at 3:53 PM, Nathan Dunfield wrote: >> In the interim, could you try to install OpenSSL and its development files >> a,d reinstall Sage's pip ? > > > Actually, I fixed the problem simply by installing the (non-development) > Ubun