Hi, there. New here. First post =J
So i downloaded the 32-bit iso from homepage, created a live usb, booted up, tried to install Antergos, failed because of the ‘‘cnchi can’t continue’’ problem. Found workaround form this topic, but i can only get to step 3. I see the notification (gnome3) at the bottom that cnchi is updating, but after that - nothing.
So i ran it from terminal and i get some python ImportError:
[[email protected] ~]$ cnchi-dev
cp: cannot stat '/usr/share/cnchi/scripts/testing.sh': No such file or directory
Previous testing setup detected, skipping downloads...
Verifying that nothing is mounted from a previous install attempt.
Getting latest version of Cnchi from testing branch...
remote: Counting objects: 10951, done.
remote: Compressing objects: 100% (3364/3364), done.
remote: Total 10951 (delta 7574), reused 10908 (delta 7545)
Receiving objects: 100% (10951/10951), 15.64 MiB | 1.46 MiB/s, done.
Resolving deltas: 100% (7574/7574), done.
From https://github.com/Antergos/Cnchi
\* branch master -\> FETCH\_HEAD
\* [new branch] master -\> origin/master
Starting Cnchi...
[[email protected] ~]$ Using GTK v3.12.2
[2014-11-22 01:03:17] [cnchi.py] ERROR: No module named 'requests'
Traceback (most recent call last):
File "/usr/share/cnchi/cnchi.py", line 60, in do\_activate
import mainwindow
File "/usr/share/cnchi/src/mainwindow.py", line 36, in <module\>
import check
File "/usr/share/cnchi/src/check.py", line 34, in <module\>
from rank\_mirrors import AutoRankmirrorsThread
File "/usr/share/cnchi/src/rank\_mirrors.py", line 34, in <module\>
import requests
ImportError: No module named 'requests'
[2014-11-22 01:03:17] [cnchi.py] ERROR: Can't create Cnchi's main window. Exiting...
[[email protected] ~]$
Any suggestions?