Skip to Content
Menu
This question has been flagged
3 Replies
4235 Views

Hi,

I'm using Centos 6 and have installed Python 2.7 and PostgreSQL9.5 via Software collections. Both are installed just fine and work well.

Now when I try to 'install' latest nightly of Odoo, it shows:.


--> Finished Dependency ResolutionError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: nodejs-lessError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: pyparsingError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python-psutilError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python-vobjectError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python(abi) = 2.7 Installed: python-2.6.6-66.el6_8.x86_64 (@updates) python(abi) = 2.6 Available: python-2.6.6-64.el6.x86_64 (base) python(abi) = 2.6Error: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python-mockError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python-feedparserError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python-xlwtError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python-werkzeugError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python-openidError: Package: odoo-10.0_20170102-1.noarch (/odoo_10.0.latest.noarch) Requires: python-passlib You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest

Anybody ever tried using CentOS 6, SCL and Odoo (10) ?

TIA

Avatar
Discard
Author

Sorry, forgot to include the epel repo. Here's the actual result:

Error: Package: odoo-10.0_20161231-1.noarch (/odoo_10.0.latest.noarch)

Requires: python(abi) = 2.7

Installed: python-2.6.6-66.el6_8.x86_64 (@updates)

python(abi) = 2.6

Available: python-2.6.6-64.el6.x86_64 (base)

python(abi) = 2.6

Available: python34-3.4.5-1.el6.i686 (epel)

python(abi) = 3.4

Error: Package: odoo-10.0_20161231-1.noarch (/odoo_10.0.latest.noarch)

Requires: python-xlwt

Best Answer

just tried to install Odoo 10 CE on a local VM running CentOS7, install also got stuck with unresolved dependencies on python-xlwt, python-...

trying to find python*noarch.rpm to solve problem ... so far no luck

Avatar
Discard
Author Best Answer

Not sure where my additional comment went, but here we go:
It seems that the Odoo RPM checks for the python version (spec requirements) by checking /usr/bin/python. This is the stock Python version of CentOS 6, where the Software Collections version of Python27 is over at /opt/rh....

Avatar
Discard
Related Posts Replies Views Activity
2
Sep 21
9886
0
Nov 20
3694
2
Oct 15
8152
0
Mar 21
2068
4
Aug 20
19220