我想python-xml
在 ubuntu 上安装软件包。我看到了这个安装命令:
sudo apt-get install python-xml
但
$ sudo apt-get install python-xmlReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-xml
我应该添加存储库来修复它吗?
答案1
存储库中没有python-xml
包。是什么让您决定需要一个具有该特定名称的包?您python-lxml
是否正在寻找?这是我相信大多数人使用的常见 Python XML 库。
答案2
您正在尝试安装依赖于 PyXML 的 pyhrf 项目,但 PyXML 已失效,无法在 Python 2.6 或更新版本上运行。我建议寻找另一个类似于 pyhrf 的项目。