2017-10-08 130 views
1

我想对我的VPS安装ODOO,ODOO安装,不能满足的依赖

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

apt-get update && apt-get install odoo 

我得到以下信息:

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

apt-get install python3-dev 

没有帮助解决问题。

关于如何解决这个问题的任何想法?

+0

尝试与添加缺少的库,并重新运行它.. –

+0

I'had相同prooblem,我安装了所有的库手动 –

+0

'apt-get的安装python-passlib'或'PIP安装passlib' ... –

回答

相关问题