我正在尝试在我的 Lubuntu 15.10 上安装 flux,为此,我需要安装依赖项 python-pexpect 和 python-gobject。
我已经安装了python2.7和python3.4
每次我尝试安装两个缺失的包(pexpect 和 gobject)时,无论我使用apt-get install -f
还是apt-get install git python-pexpect python-gobject
我得到了同样的错误:'
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/p/pexpect/python-pexpect_3.2-1_all.deb 404 Not Found [IP: 2001:860:f70a::2 80]
`
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
我尝试了 apt-get update 和 --fix-missing,但都没有用。
任何帮助都将不胜感激^_^