2017-10-08 209 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' ... –

回答