@Pk11 , out of curiosity, how exactly do you install python2 through pacman? because if you do pacman -S python, it always installs the latest which is python3. I'd like both installed in case I ever encounter this problem again with compiling. maybe you could use a requirements.txt with the installs taken from that txt file to make things even easier. that's how ooot-lite is. though, it downloads several things through pip via python iirc from that file. not sure if there are restrictions.