Skip to main content
Topic: pacman doesnt find python2-pip (Read 2428 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

pacman doesnt find python2-pip

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!