나는이 다음 우분투 18.04에 마이 크로프트를 설치하려고 : LINK를
cd ~/
git clone https://github.com/MycroftAI/mycroft-core.git
cd mycroft-core
bash dev_setup.sh
이 오류가 발생합니다.
sudo: easy_install: command not found
이 오류는 dev_setup.sh 스크립트 168 스크립트 가 실행하려고하기 때문에 발생합니다 .
easy_install pip==9.0.1 # force version of pip
나는 설치했다 :
sudo apt-get install python-setuptools
sudo apt-get install python-pip python-dev build-essential
그러나, 그
easy_install
명령이 여전히 인식되지 않습니다. 어떤 아이디어?
최신 정보:
스크립트에서 해당 줄을 주석 처리하면 스크립트를 실행할 수 있습니다. 그러나 오디오 테스트를 수행 할 때 모듈 오류 음성 인식 모듈이 없습니다 .
easy_install
의 일부입니다 python-setuptools
. 의 결과를 apt policy python-setuptools
질문에 추가하십시오 .
--depth=1
. 파이썬 관련 PPA가 있습니까?