Why are you in the Arch iso? You should only be running that command once you have Arch Linux fully installed.
Do what you need to in order to get your drives/partitions sorted, then:
# "pacstrap /mnt base base-devel" (this will dl & install the base Linux system)
# "arch-chroot /mnt"
Then go through the rest of the installation process...
If you would've been inside of your actual install instead of the iso, I would've suggested updating the mirrorlist to what's available for your country on the Arch wiki's mirrorlist generator. Copy & paste all text the generator offers up and replace ALL text inside:
# nano /etc/pacman.d/mirrorlist
And I wouldn't unmark more than 5 chosen mirrors.
You can also add more you know (like "archlinuxfr"), enable multilib or testing repos, etc., by editing:
# nano /etc/pacman.conf
I also prefer running the following command for updating/resyncing/refreshing everything at the same time anyway (pretty much every couple days I update my system & run it):
$ sudo pacman -Syyu
The Arch wiki and search engines like DuckDuckGo & Google (even video walkthroughs on Youtube) are your friends bud