服务端环境为:ubuntu16.04 和 python3
客户端环境为:ubuntu16.04 ubuntu14.04 windows7 和 python3.6 python3.4
服务端安装:
#安装配置redis scrapy-redis
pip3 install redi...
xiaohe
8年前 (2018-07-26) 7706℃ 0评论
1喜欢
显示 sudo:无法解析主机,运行如下命令:
hostname -f
hostname: Name or service not known
可能是因为:
替换了本机的hosts文件(之前用了google hosts)
vim /etc/hosts
加入
127.0.1.1 xx...
xiaohe
8年前 (2018-07-13) 5393℃ 0评论
0喜欢
之前用svn安装kaldi总是不成功,后来看到github上的版本安装就成功了。下面记录一下过程:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo apt-get install...
xiaohe
8年前 (2018-07-12) 8567℃ 0评论
6喜欢