Getting error while installing openerp on CentOS

Asked by Bushair

Hi,
am getting the below Error when i try to install openerp on CentOS(Linux)

[root@localhost init.d]# openerp-web
Traceback (most recent call last):
  File "/usr/bin/openerp-web", line 5, in ?
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 2479, in ?
    working_set.require(__requires__)
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 585, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 483, in resolve
    raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: pyparsing>=1.5.0

Can any faced this issue?
How to resolve this?

thanks
Bushair

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Bushair
Solved:
Last query:
Last reply:
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello Bushair ,

You need to install the dependency package which is pyparsing>=1.5.0 in python.

Thanks.

Revision history for this message
Bushair (bushairka) said :
#2

Hi,
Thank you very much for the information.
it is working fine now

thanks
Bushair