我正试着在我的VPS上安装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并没有帮助解决这个问题。
有什么办法解决这个问题吗?
发布于 2017-11-20 23:11:38
我也面临着同样的问题。这里的文档( https://www.odoo.com/documentation/11.0/setup/install.html#setup-install-packaged)不适用于ubuntu14。我升级到ubuntu16,我的问题已经解决了。
https://stackoverflow.com/questions/46634849
复制相似问题