4
easy_install: comando non trovato
Sto cercando di installare MYCROFT su Ubuntu 18.04 seguendo questo: LINK cd ~/ git clone https://github.com/MycroftAI/mycroft-core.git cd mycroft-core bash dev_setup.sh Ricevo questo errore: sudo: easy_install: command not found Questo errore è dovuto al fatto che lo script dev_setup.sh riga 168 sta tentando di eseguire: easy_install pip==9.0.1 # force version of …