Re: [sage-devel] pip install on MacOS

2017-05-06 Thread Anne Schilling
Hi Nathan, Thanks for the suggestion! I had tried this earlier and it had not worked (due to some network issues I had with the computer). But now I tried again and it actually did work! Thank you, Anne On Saturday, May 6, 2017 at 8:23:43 AM UTC-7, Nathan Dunfield wrote: > > On a good day, as

Re: [sage-devel] pip install on MacOS

2017-05-06 Thread Nathan Dunfield
On a good day, assuming the user has the Xcode command-line tools installed, the following suffices to get pip working with the current binary version of SageMath on macOS 10.12: sage -i openssl sage -f python2 It would be great if the next release of SageMath had a working version of pip on m

Re: [sage-devel] pip install on MacOS

2017-05-05 Thread Matthias Koeppe
https://trac.sagemath.org/ticket/21944 has some work in this direction. On Friday, May 5, 2017 at 9:35:35 AM UTC-7, Anne Schilling wrote: > > Hi John, > > Thank you, that worked! > > It would still be interesting to understand whether the pip/ssl problem > could be solved. > > Best wishes, > > An

Re: [sage-devel] pip install on MacOS

2017-05-05 Thread Anne Schilling
Hi John, Thank you, that worked! It would still be interesting to understand whether the pip/ssl problem could be solved. Best wishes, Anne On Friday, May 5, 2017 at 9:23:29 AM UTC-7, John H Palmieri wrote: > > This is not a solution to the pip/ssl problem, but for a single package > like sn

Re: [sage-devel] pip install on MacOS

2017-05-05 Thread John H Palmieri
This is not a solution to the pip/ssl problem, but for a single package like snakeviz, you can go to https://pypi.python.org/pypi/snakeviz, download the tar.gz file, and then do sage -pip install /path/to/snakeviz-0.4.1.tar.gz -- John On Friday, May 5, 2017 at 9:11:48 AM UTC-7, Nicolas M.

Re: [sage-devel] pip install on MacOS

2017-05-05 Thread Nicolas M. Thiery
Just as an additional point of data: as can be seen in the error message, this is on a Mac. Despite quite some e-mail ping-pong, I have been unsuccessful trying to help Anne. Sooo ... What's the recommended way to compile sage on a Mac to have SSL and thus pip support? Thanks,

[sage-devel] pip install

2017-05-05 Thread Anne Schilling
Hi! I am having some trouble installing pip packages: sage -pip install snakeviz pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Collecting snakeviz Could not fetch URL https://pypi.python.org/simple/snakeviz/: There was a problem conf

[sage-devel] pip

2014-02-01 Thread William Stein
Hi, I think we should include pip with Sage. It's now the standard Python package manager, and anybody using Sage now should always do this with their new Sage install, so they can install/upgrade/remove(!)/etc., packages. wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py ./