我正在尝试在 Ubuntu 18.04 上安装 MYCROFT:链接
cd ~/
git clone https://github.com/MycroftAI/mycroft-core.git
cd mycroft-core
bash dev_setup.sh
Run Code Online (Sandbox Code Playgroud)
我收到此错误:
sudo: easy_install: command not found
Run Code Online (Sandbox Code Playgroud)
这个错误是因为脚本dev_setup.sh 第 168 行正在尝试执行:
easy_install pip==9.0.1 # force version of pip
Run Code Online (Sandbox Code Playgroud)
我已经安装:
sudo apt-get install python-setuptools
sudo apt-get install python-pip python-dev build-essential
Run Code Online (Sandbox Code Playgroud)
然而
易安装
命令仍然无法识别。有任何想法吗?
更新:
通过注释掉脚本中的那一行,脚本就可以运行了。但是在进行音频测试时出现模块错误,语音识别模块丢失。
After seeing the news of Mycroft running on my favourite distro spreading over and over and after seeing it in action on a Desktop system, I decided that I want it.
I tried to look for it with snap find, but it is not there
[...]
mongo33 3.3.9 niemeyer - MongoDB document-oriented database
morse-converter-py 1-3 brunonova - Simple command-line Morse converter
mup-accounts 2016.07.01 niemeyer - mup IRC and Telegram bot - account connection side
mup-plugins 2016.07.05 niemeyer - …Run Code Online (Sandbox Code Playgroud)