简体   繁体   English

包“python-pybabel”没有安装候选

[英]Package 'python-pybabel' has no installation candidate

I do install odoo version 8 in ubuntu version 16 , then I doing like this link https://www.getopenerp.com/easy-odoo8-installation/ .我确实在 ubuntu 版本 16 中安装了 odoo 版本 8,然后我喜欢这个链接https://www.getopenerp.com/easy-odoo8-installation/ In step 3 , it is wrong it say "E:Package 'python-pybabel' has no installation candidate".在第 3 步中,它说“E:Package 'python-pybabel' 没有安装候选”是错误的。 what happens?发生什么了?

python-pybabel was replace by python-babel package from what I see on the web search. python-pybabel 被 python-babel 包替换,从我在网络搜索中看到的。 After I face also this problem I use python-babel and all work correctly.在我也遇到这个问题后,我使用 python-babel 并且一切正常。

best regards, CiprianR最好的问候, CiprianR

This python-pybabel has been replaced by another package called python-babel.这个 python-pybabel 已经被另一个叫做 python-babel 的包所取代。 So try:所以尝试:

$ sudo apt-get install python-babel

This should work这应该工作

您好,这是一个依赖项的命令,您需要运行它:

sudo apt-get install python-psutil python-pybabel

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 软件包“python3-venv”没有安装候选 - Package 'python3-venv' has no installation candidate E: 包 'python-pip' 没有安装候选 - E: Package 'python-pip' has no installation candidate Tails - 包“python3-tk”没有安装候选 - Tails - Package 'python3-tk' has no installation candidate E: 无法定位 package python-pygraphviz E: Package 'ipython' 没有安装候选 - E: Unable to locate package python-pygraphviz E: Package 'ipython' has no installation candidate 如何修复“E:软件包‘libatlas-dev’没有安装候选”在安装 Scipy for Scikit 学习时? - How to fix "E: Package 'libatlas-dev' has no installation candidate" While installing Scipy for Scikit learn? python3.10-venv没有安装候选怎么安装python3.10虚拟环境? - How to install python3.10 virtual environment when python3.10-venv has no installation candidate? 在 MySQLdb 安装、Ubuntu 16 上出现“无候选安装”、“无法找到源包” - “No installation candidate”, “unable to find source package” on MySQLdb install, Ubuntu 16 litstudy 包安装 Python - litstudy Package Installation Python 由于包libffi4-dev没有候选版本,因此无法满足python2.6的Build-Depends依赖关系 - Build-Depends dependency for python2.6 cannot be satisfied because package libffi4-dev has no candidate version Python Spectrum软件包安装 - Python spectrum package installation
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM