My Community Dashboard

  • python module not detected when installing Odoo

    Hello,

    I'm trying to install odoo on my CLearOS box (this is an ERP application)

    So I added epel-release, postgresql and python and other things needed, and after resolving all dependencies (a lot of python modules needed), I'm facing the following issue :
    one of the module required as a dependancy is python-werkzeug but this is the only one that is not available on the standard repos. Si I installed it with pip, or even from the tarball, and it installs correctly.
    But when I make a yum install for odoo, this is the only python module that seems to be not detected : the installation stops with a message telling that this module is required as a dependancy.
    I know that this seems to be not directly an issue related to ClearOS, but I believe that this problem needs a light system or python fix but I can't find how.