Skip to Content
Menu
This question has been flagged
1 Reply
3758 Views

I tried to install odoo 8 on vps ubuntu 20.04 but i have this type of error

odoo : Depends: python-feedparser but it is not installable

        Depends: python-imaging but it is not installable

        Depends: python-ldap but it is not installable

        Depends: python-libxslt1 but it is not installable

        Depends: python-openid but it is not installable

        Depends: python-psycopg2 but it is not installable

        Depends: python-pychart but it is not installable

        Depends: python-pydot but it is not installable

        Depends: python-pypdf but it is not installable

        Depends: python-reportlab but it is not installable

        Depends: python-requests but it is not installable

        Depends: python-vatnumber but it is not installable

        Depends: python-vobject but it is not installable

        Depends: python-werkzeug but it is not installable

        Depends: python-xlwt but it is not installable

        Recommends: antiword but it is not going to be installed

        Recommends: graphviz

        Recommends: ghostscript

        Recommends: python-gevent but it is not installable

        Recommends: poppler-utils


How can i install odoo 8 on ubuntu 20.04 

Avatar
Discard
Best Answer

Hi, 

Odoo 8 depends on packages that probably are missing have been obsoleted in 20.04 or need to be installed from a different source.


You need to look for each package and find its replacement / right source.

For instance : 
instead of python-imaging, try to install python-pil

for psycopg2, try : https://stackoverflow.com/questions/47318227/cannot-install-psycopg2-ubuntu/47318374

and so on..


hope this helps.

Avatar
Discard
Related Posts Replies Views Activity
0
Jul 24
193
2
Dec 22
12869
1
Nov 21
3146
0
Jan 21
1072
1
Oct 20
8603