Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/288.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python ODOO安装,未满足的依赖项_Python_Openerp_Odoo 10 - Fatal编程技术网

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

Python ODOO安装,未满足的依赖项,python,openerp,odoo-10,Python,Openerp,Odoo 10,我正试图在我的VPS上安装ODOO 遵循上的官方文档,当我运行 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 requi

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

遵循上的官方文档,当我运行

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。我正在运行Debian8.8。 只有安装了Python2.7.9时也会发生同样的情况

运行

apt get install python dev

没有帮助解决这个问题


有没有办法解决这个问题?

我也遇到了同样的问题。这里的文档()不适用于ubuntu 14。我升级到ubuntu 16,我的问题得到了解决。

我也面临同样的问题。这里的文档()不适用于ubuntu 14。我升级到ubuntu 16,我的问题得到了解决。

尝试添加缺少的库并重新运行。我遇到了同样的问题,我手动安装了所有的库,
apt get install python passlib
pip install passlib
…或者您可以使用pycharmTry自动安装,添加缺少的库并重新运行..我遇到了同样的问题,我手动安装了所有库
apt get install python passlib
pip install passlib
…或者您可以使用pycharmYou自动安装。您使用的是Odoo 11,它不适用于作者的系统(Debian 8),但在Jessie上可以使用Odoo 10。您使用的是Odoo 11,它不适用于作者的系统(Debian 8),但在杰西身上奥多10号还行。
apt-get install python3-dev