报错
1、从源代码安装报错 aclocal: command not found 方法:sudo pacman -S automake autoconf ./autogen.sh: line 25: intltoolize: command not found 方法:sudo pacman -S intltool 2、CentOS Cannot find a valid baseurl for repo, base_7_x86_6 打开 vi /etc/sysconfig/network-scripts/ifcfg-eth0(不同的系统可能不同),把ONBOOT=no,改为ONBOOT=yes 重启网络:service network restart 3、ImportError cannot import name main 使用pip出现:Traceback (most recent call last): File “/usr/bin/pip3”, line 9, …