2

I'm getting error in runbot odoo , here is the log.

I have installed runbot odoo in odoo version 9, runbot odoo module at github in branch master and following runbot installation this procedure.

I've got repository at git@github:odoo/odoo. After testing all, there is red thumb. Do I need to configure it or anything else to get green thumb?

Suhaib Janjua
  • 3,538
  • 16
  • 59
  • 73
  • 1
    I'm unable to open the log file you linked in. Could you maybe provide another link? – adekock11 May 29 '17 at 14:53
  • Traceback (most recent call last): File "/opt/odoo8/addons_odoo/runbot/static/build/00837-8-0-8cb13c/openerp-gevent", line 5, in import psycogreen.gevent File "/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__ result = _import(*args, **kwargs) ImportError: No module named psycogreen.gevent – Andrew from Port Cities May 30 '17 at 01:44
  • On your platform may be GEVENT not install please install [https://stackoverflow.com/questions/6431096/gevent-does-not-install-properly-on-ubuntu] for gevent installation – Virbhadrasinh Apr 19 '18 at 21:55
  • Check this link may be it is helpful to you.. https://www.odoo.yenthevg.com/installing-and-configuring-your-own-runbot/ – Keval Mehta Jul 20 '18 at 09:11

1 Answers1

0

Use pip install psycogreen and start again

Toprocker
  • 38
  • 5