pip

2020-04-26 Thread ghe
> The package you want is python3-pip (already installed?), and the executable is /usr/bin/pip3. Thanks Liam. Works like a champ... -- Glenn English

Re: python pip trouble

2020-04-26 Thread Liam O'Toole
On Sun, 26 Apr, 2020 at 16:13:28 -0600, ghe wrote: > Buster, Supermicro workstation > > I wanted to install pip (python3 is installed and working well and my > apt mirrors are up to date): > > root@sbox:~# apt install pip > Reading package lists... Done > Building depende

python pip trouble

2020-04-26 Thread ghe
Buster, Supermicro workstation I wanted to install pip (python3 is installed and working well and my apt mirrors are up to date): root@sbox:~# apt install pip Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package pip I went to

Re: python3 modules -- apt vs pip?

2020-04-06 Thread Alex Mestiashvili
having to activate this virtualenv every time I > want to use those modules? or am I losing any other functionality > provided by my system-wide python? > I am surprised this question was asked 2 days ago, I had the exact same > question today. The numpy module is on version 1

Re: python3 modules -- apt vs pip?

2020-04-06 Thread Anil F Duggirala
er functionality provided by my system-wide python? I am surprised this question was asked 2 days ago, I had the exact same question today. The numpy module is on version 1.16.2 in the debian repositories and is on version 1.18.2 in pip. thank you,

Re: python3 modules -- apt vs pip?

2020-04-04 Thread Joe Pfeiffer
might imagine, with other modules! >> >> So... do people generally use pip to maintain their python libraries, >> rather than apt? What's the recommended best practices here? >> > > I'd say the right course of actions would be to open a bug report that > the

Re: python3 modules -- apt vs pip?

2020-04-04 Thread Andrei POPESCU
On Sb, 04 apr 20, 11:01:24, Alex Mestiashvili wrote: > > Python provides virtualenv, plus one can install most of the modules > locally with pip3 install --user which will install the modules > in ~/.local/lib and tools in ~/.local/bin, so don't forget to add this > to your PATH. At least in bus

Re: python3 modules -- apt vs pip?

2020-04-04 Thread Keith Christian
TOUCHÉ: Also should be careful with names of python packages since mistyping can lead to installation of malicious software and with sudo it makes it even more fun - google for "python malicious packages"

Re: python3 modules -- apt vs pip?

2020-04-04 Thread Alex Mestiashvili
org is at version 8.2.0, and has at least one > recipe whose arguments are in a different order from the Debian > packaged version (grouper, whose order of arguments changed in version > 6.0.0). This causes problems, as you might imagine, with other modules! > > So... do people gen

Re: python3 modules -- apt vs pip?

2020-04-04 Thread Nemeth Gyorgy
ed on pypi.org is at version 8.2.0, and has at least one > recipe whose arguments are in a different order from the Debian > packaged version (grouper, whose order of arguments changed in version > 6.0.0). This causes problems, as you might imagine, with other modules! > > So..

Re: python3 modules -- apt vs pip?

2020-04-03 Thread Andrei POPESCU
on pypi.org is at version 8.2.0, and has at least one > recipe whose arguments are in a different order from the Debian > packaged version (grouper, whose order of arguments changed in version > 6.0.0). This causes problems, as you might imagine, with other modules! > > So... do peop

Re: python3 modules -- apt vs pip?

2020-04-03 Thread thierry . leurent
I always use pip. From: robo...@news.nic.it on behalf of Joe Pfeiffer Sent: Friday, April 3, 2020 11:54:31 PM To: debian-user@lists.debian.org Subject: python3 modules -- apt vs pip? I've been using apt (and friends) to maintain my systems, including p

python3 modules -- apt vs pip?

2020-04-03 Thread Joe Pfeiffer
whose arguments are in a different order from the Debian packaged version (grouper, whose order of arguments changed in version 6.0.0). This causes problems, as you might imagine, with other modules! So... do people generally use pip to maintain their python libraries, rather than apt? What's the r

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-03-02 Thread Dan Ritter
songbird wrote: > Dan Ritter wrote: > ... > > Many of the language-specific tools have a tendency to > > automatically acquire the latest version of a library or module > > every time they are invoked, or to spit errors if they can't > > pull down the version that they were asked to get. That's ra

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-03-01 Thread songbird
Dan Ritter wrote: ... > There are good reasons for doing this on a local basis. sure, and nothing prevents that from being accomplished. it isn't like the tools would go away. > For example, let's say you have an organization that develops > a software service and sells access to it. When an e

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-02-29 Thread Dan Ritter
songbird wrote: > Keith Christian wrote: > > Are there any methods to create Debian packages for these (and > > similar) package tools (and the files they install) so that Debian's > > native packaging system has "inventory control" everything? > > > > I realize that software has been installed ou

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-02-29 Thread songbird
Keith Christian wrote: > Are there any methods to create Debian packages for these (and > similar) package tools (and the files they install) so that Debian's > native packaging system has "inventory control" everything? > > I realize that software has been installed outside of APT's purview > sinc

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-02-29 Thread Reco
Hi. On Sat, Feb 29, 2020 at 07:46:27AM -0700, Keith Christian wrote: > Are there any methods to create Debian packages for these (and > similar) package tools (and the files they install) so that Debian's > native packaging system has "inventory control" everything? dh-make-perl, gem2deb,

Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-02-29 Thread Keith Christian
Are there any methods to create Debian packages for these (and similar) package tools (and the files they install) so that Debian's native packaging system has "inventory control" everything? I realize that software has been installed outside of APT's purview since the beginnings of Debian, but I

Re: Removing old python packages installed with pip

2017-12-06 Thread Urs Thuermann
deloptes writes: > yes it is more or less safe - it depends how you let it install - perhaps > there is also something under /usr/local/bin Thanks, I'll do it then. And yes, there are 3 binaries in /usr/local/bin from the theano package with the same installation date, which I will also remove.

Re: Removing old python packages installed with pip

2017-12-06 Thread Urs Thuermann
> If you mix two different package installers the consequence is that one does > not know about the other and they can interfere with each other. No, nothing is mixed. pip installs in /usr/local, Debian packagement installs in /usr. But pip3 formerly installed in /usr/local/lib/python

Re: Removing old python packages installed with pip

2017-12-02 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Dec 02, 2017 at 09:27:43AM -0600, David Wright wrote: > On Fri 01 Dec 2017 at 12:42:35 (-0300), Eike Lantzsch wrote: [...] > > If you mix two different package installers the consequence is that one > > does > > not know about the other [..

Re: Removing old python packages installed with pip

2017-12-02 Thread David Wright
On Fri 01 Dec 2017 at 12:42:35 (-0300), Eike Lantzsch wrote: > On Friday, December 1, 2017 3:24:47 PM -03 Urs Thuermann wrote: > > On a machine running Debian stretch I have installed python3, which is > > currently python3.5. Nothing of python3.4 is present. > > > > But in /usr/local/lib/python3

Re: Removing old python packages installed with pip

2017-12-01 Thread deloptes
Urs Thuermann wrote: > Now, it seems pip3 isn't able to remove packages from that old > directory.  Is it safe to just rm -r /usr/local/lib/python3.4? yes it is more or less safe - it depends how you let it install - perhaps there is also something under /usr/local/bin regards

Re: Removing old python packages installed with pip

2017-12-01 Thread Eike Lantzsch
On Friday, December 1, 2017 3:24:47 PM -03 Urs Thuermann wrote: > On a machine running Debian stretch I have installed python3, which is > currently python3.5. Nothing of python3.4 is present. > > But in /usr/local/lib/python3.4/dist-packages/ a number of packages is > still installed. Probably,

Removing old python packages installed with pip

2017-12-01 Thread Urs Thuermann
On a machine running Debian stretch I have installed python3, which is currently python3.5. Nothing of python3.4 is present. But in /usr/local/lib/python3.4/dist-packages/ a number of packages is still installed. Probably, these have been installed using pip3 when python3.4 was current. Now, it

Re: Bcrypt hash program on Debian 8 without python-pip ?

2017-08-31 Thread Thomas Schmitt
Hi, on the second try i found out that the way to avoid the need for pip is package "python-bcrypt". I asked the wrong question to apt-file on the first try. Thanks to python's help("bcrypt") i can also avoid passlib: $ python >>> import bcrypt

Bcrypt hash program on Debian 8 without python-pip ?

2017-08-31 Thread Thomas Schmitt
added 2 MB, did not suffice, and proposed pip apt-get install python-pip 55 MB added. Then pip install bcrypt Here i forgot to measure how many MB. Duh. It lasted about 3 seconds. The "pip" run needed no superuser power. I assume that the bcrypt algorithm is not running with python spe