You are not logged in.
Trying to run archinstall and I get an error :
1 root@archiso ~ # archinstall
Traceback (most recent call last):
File “/usr/bin/archinstall”, line 5, in <module>
from archinstall import run_as_a_module
ModuleNotFoundError : No module named ‘archinstall’
I noticed that the command I use before that might cause this, but I need to do it cause it bugs out for me if I don’t
These are the commands :
pacman-key —init
pacman-key —populate archlinux
pacman -Sy archinstall
Last edited by Kozyge (2023-05-11 08:13:23)
Offline
The python version on the iso is outdated compared to the one in the repos, to run archinstall you need to add python to the last command. See https://bbs.archlinux.org/viewtopic.php?id=285624 as well
Moving to the Guided installer subsection, please try to do so on the get go so that the script maintainer is notified.
Offline
I found an answer on Discord, for anyone with the same problem :
# <@140488116753399808> ok i managed to make it work:
pacman -Si archinstall --> reported missing core, extra, community
pacman -Sy core extra community
pacman -Sy archinstall python
archinstall
Offline