The officially official Devuan Forum!

You are not logged in.

#1 2019-08-08 16:18:11

erdos
Member
Registered: 2018-06-04
Posts: 88  

installing python libraries with pip in devuan

hi,

I installed python pip in debian wheezy before I upgraded my system to devuan stable.

these are the command I used:

wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

however, when I tried to install additional python libraries after devuan upgrade, I received error:

pip install numpy keras matplotlib  pandas

Offline

#2 2019-08-09 09:56:23

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: installing python libraries with pip in devuan

https://pkginfo.devuan.org/stage/ascii/ … eb9u1.html?

EDIT: https://xkcd.com/1987/

Last edited by Head_on_a_Stick (2019-08-09 09:57:37)


Brianna Ghey — Rest In Power

Offline

#3 2019-08-09 20:24:36

erdos
Member
Registered: 2018-06-04
Posts: 88  

Re: installing python libraries with pip in devuan

thanks!

the command i used installs the latest pip (ver. 19.2.1), while the pip in ascii is ver. 9.0.1.  maybe that's what caused the installation error for other python packages.

how do i remove PIP i already installed?  i looked through 'synaptics' for installed packages but couldn't find it.

Offline

Board footer