Error installation Open ERP 0,89

Hello everyone, I have a big problem for a few days on the installation of OpenErp. I use Vmware, and allways the same message.

I test but no success :

Can you help me please ?

Regards

Hi @rud, I think you don’t have right version of setuptools installed. Run below commands before installing bahmni-erp.

wget https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py
python ez_setup.py --user

Are you trying to install only bahmni-erp module ??

Yes i try install only bahmni-erp but no success.

I try your recommandation and it’s not ok.

Any more idea ?

Now i have a different error after this command " wget https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py python ez_setup.py --user ":

[root@localhost system]# bahmni -i local install ansible-playbook -i /etc/bahmni-installer/local all.yml -vv --extra-vars ‘@/etc/bahmni-installer/rpm_versions.yml’ --extra-vars ‘@/etc/bahmni-backrest.conf’ --extra-vars ‘@/etc/bahmni-installer/setup.yml’ /usr/bin/ansible-playbook:88: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 msg = e.message ERROR! Unexpected Exception: No module named jinja2.exceptions the full traceback was:

Traceback (most recent call last): File “/usr/bin/ansible-playbook”, line 78, in mycli = getattr(import(“ansible.cli.%s” % sub, fromlist=[myclass]), myclass)

@binduak an idea ?

Regards

Hi @rud, Can you try the below command before installing bahmni-erp module. I hope this will solve the issue for now. Please let us if the issue still persists.

yum install ftp://ftp.pbone.net/mirror/atrpms.net/el6-x86_64/atrpms/stable/setuptools-0.7.2-7.el6.noarch.rpm

Thanks a lot, all is ok.

Regards