Axum

  • 0 Posts
  • 32 Comments
Joined 1 month ago
cake
Cake day: August 4th, 2024

help-circle



  • this is very, very strange behavior you’re seeing then. I have the following in my /etc/pacman.conf

    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    
    [extra]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    
    [multilib]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    

    Does yours look like that?

    and for mirror list, I have the following mirrors:

    Server = https://mirror.stephanie.is/archlinux/$repo/os/$arch
    Server = https://nocix.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://ohioix.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://mnvoip.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://arch.mirror.ivo.st/$repo/os/$arch
    

    these settings yield me the python library just fine

    Edit: the multilib repo is optional in the pacman.conf, as the package you want is in the extra repo.