首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ODOO安装,未满足的依赖项

ODOO安装,未满足的依赖项
EN

Stack Overflow用户
提问于 2017-10-09 02:52:17
回答 1查看 3.2K关注 0票数 1

我正试着在我的VPS上安装ODOO

遵循https://www.odoo.com/documentation/10.0/setup/install.html上的官方文档,当我运行

代码语言:javascript
复制
apt-get update && apt-get install odoo

我得到以下消息:

代码语言:javascript
复制
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 odoo : Depends: python3-gevent but it is not installable
        Depends: python3-passlib but it is not installable
        Depends: python3-pyldap but it is not installable
        Depends: python3-qrcode but it is not installable
        Depends: python3-suds but it is not installable
        Depends: python3-usb but it is not installable
        Depends: python3-vobject but it is not installable E: Unable to correct problems, you have held broken packages.

我已经安装了python 2.7.9和python 3.4.2。我运行的是Debian 8.8。如果只安装了python 2.7.9,也会发生同样的事情。

正在运行

apt-get install python-dev

代码语言:javascript
复制
apt-get install python3-dev

并没有帮助解决这个问题。

有什么办法解决这个问题吗?

EN

回答 1

Stack Overflow用户

发布于 2017-11-20 23:11:38

我也面临着同样的问题。这里的文档( https://www.odoo.com/documentation/11.0/setup/install.html#setup-install-packaged)不适用于ubuntu14。我升级到ubuntu16,我的问题已经解决了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/46634849

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档