You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys,
I have been playing around with buildout to install Odoo 12 on ubuntu 18.04 and finally I have successfully compiled and generated the required scripts and odoo.cfg file. But, when I run bin/start_odoo, I get this error:
Traceback (most recent call last):
File "/home/ubuntu/bin/gevent_odoo", line 59, in <module>
gevent.monkey.patch_all()
File "/opt/buildout/eggs/cp36m/gevent-20.9.0-py3.6-linux-x86_64.egg/gevent/monkey.py", line 1210, in patch_all
from gevent import events
File "/opt/buildout/eggs/cp36m/gevent-20.9.0-py3.6-linux-x86_64.egg/gevent/events.py", line 71, in <module>
from zope.event import subscribers
This weekend a fix was merged that allows you to add, under [odoo], the parameter apply-requirements-file = True. That will automatically honour the versions from this file. Can you try that? (that feature was already available for a long time but it was broken with recent versions of pip).
Hey guys,
I have been playing around with buildout to install Odoo 12 on ubuntu 18.04 and finally I have successfully compiled and generated the required scripts and odoo.cfg file. But, when I run
bin/start_odoo
, I get this error:My buildout.cfg(downloaded from internet):
Can anyone please help me in fixing this error?
The text was updated successfully, but these errors were encountered: