Artix Linux Forum

Artix Linux => Package management => Topic started by: 4rtixlove on 07 December 2021, 00:48:35

Title: pacman doesnt find python2-pip
Post by: 4rtixlove on 07 December 2021, 00:48:35
hello, i install my artix today, but on a try install python2-pip the pacman doesnt find, but 2 weeks ago, i can install python2-pip, but now no  :'(

i install artix-archlinux-support and run pacman-key --populate archlinux, but doesnt work

that has my /etc/pacman.conf

Code: [Select]
[options]
HoldPkg     = pacman glibc
Architecture = auto
CheckSpace
ParallelDownloads = 4
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional

[system]
Include = /etc/pacman.d/mirrorlist

[world]
Include = /etc/pacman.d/mirrorlist

[galaxy]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist-arch

[community]
Include = /etc/pacman.d/mirrorlist-arch

Code: [Select]
/ ~/tmp# pacman -Ss python2-pip
/ ~/tmp# pip2
-bash: pip2: command not found
/ ~/tmp# python2.7 -m pip
/usr/bin/python2.7: No module named pip
/ ~/tmp# python2.7 -m pip2
/usr/bin/python2.7: No module named pip2

can someone help me, plz!
Title: Re: pacman doesnt find python2-pip
Post by: ndowens on 07 December 2021, 02:17:19
https://archlinux.org/packages/?q=python2-pip (https://archlinux.org/packages/?q=python2-pip)
python2-pip no longer exists. Python2 is being deprecated in favor of py3
Title: Re: pacman doesnt find python2-pip
Post by: strajder on 07 December 2021, 07:52:08
https://archlinux.org/packages/?q=python2-pip (https://archlinux.org/packages/?q=python2-pip)
python2-pip no longer exists. Python2 is being deprecated in favor of py3
This should maybe be put in a news item.