Re: [sage-devel] sage -pip install in a system-wide install

2020-05-28 Thread Michael Orlitzky
On 5/28/20 9:07 AM, Eric Gourgoulhon wrote: > Hi, > > During the release of the latest version of the Sage package kerrgeodesic_gw > https://pypi.org/project/kerrgeodesic-gw/ > early this week, various Ubuntu users have complained  that > > sage -pip install kerrgeodesic_gw > > returns the error

Re: [sage-devel] sage -pip install in a system-wide install

2020-05-28 Thread Vincent Delecroix
Dear Eric, Just use the system pip. The instructions for installation for system wide Sage that uses system Python is $ pip install X --user (or possibly pip2, pip3 depending on config). Le 28/05/2020 à 15:07, Eric Gourgoulhon a écrit : Hi, During the release of the latest version of the S

[sage-devel] sage -pip install in a system-wide install

2020-05-28 Thread Eric Gourgoulhon
Hi, During the release of the latest version of the Sage package kerrgeodesic_gw https://pypi.org/project/kerrgeodesic-gw/ early this week, various Ubuntu users have complained that sage -pip install kerrgeodesic_gw returns the error sage-run received unknown option: -pip This occurs when Sag

Re: [sage-devel] Sage & pip

2016-01-08 Thread Samuel Lelievre
2016-01-05 13:25:40 +, John Cremona: So I reinstalled openssl-dev using the package manager, then did what > you suggest above (without the ssl), and am now rebuilding all the > things which depend on python2. > > I would prefer it if the build process would not proceed without > openssl

Re: [sage-devel] Sage & pip

2016-01-05 Thread John Cremona
Thanks for the reply! On 5 January 2016 at 13:15, Jeroen Demeyer wrote: > On 2016-01-05 14:02, John Cremona wrote: >> >> ImportError: No module named 'pip._vendor.requests' > Yes, I found the same (and had a strong feeling of deja vu...) > > See https://github.com/pypa/pip/issues/2345 > > I wou

Re: [sage-devel] Sage & pip

2016-01-05 Thread Jeroen Demeyer
On 2016-01-05 14:02, John Cremona wrote: ImportError: No module named 'pip._vendor.requests' See https://github.com/pypa/pip/issues/2345 I would try ./sage -f openssl python2 Let us know if that helped. -- You received this message because you are subscribed to the Google Groups "sage-devel

[sage-devel] Sage & pip

2016-01-05 Thread John Cremona
Is it still necessary to install pip manually (with sage -i pip) or does that now happen autimatically? After building -- it seemed successfully -- version 7.0.beta2, I find that ./sage -pip shows this: Traceback (most recent call last): File "/home/jec/sage/local/bin/pip", line 9, in load