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
anybox.recipe.odoo.base: Creating config file: etc/odoo.cfg
While:
Installing odoo.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/home/openeyedev/var/projects/odoo13_13001/eggs/anybox.recipe.odoo-1.9.3.dev0-py3.6.egg/anybox/recipe/odoo/server.py", line 107, in _create_default_config
from odoo.tools.config import configmanager
File "/home/openeyedev/var/projects/odoo13_13001/parts/odoo/odoo/__init__.py", line 117, in <module>
from . import service
File "/home/openeyedev/var/projects/odoo13_13001/parts/odoo/odoo/service/__init__.py", line 7, in <module>
from . import wsgi_server
File "/home/openeyedev/var/projects/odoo13_13001/parts/odoo/odoo/service/wsgi_server.py", line 25, in <module>
import werkzeug.contrib.fixers
ModuleNotFoundError: No module named 'werkzeug.contrib'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/openeyedev/var/projects/odoo13_13001/eggs/zc.buildout-2.13.2-py3.6.egg/zc/buildout/buildout.py", line 2174, in main
getattr(buildout, command)(args)
File "/home/openeyedev/var/projects/odoo13_13001/eggs/zc.buildout-2.13.2-py3.6.egg/zc/buildout/buildout.py", line 817, in install
installed_files = self[part]._call(recipe.install)
File "/home/openeyedev/var/projects/odoo13_13001/eggs/zc.buildout-2.13.2-py3.6.egg/zc/buildout/buildout.py", line 1603, in _call
return f()
File "/home/openeyedev/var/projects/odoo13_13001/eggs/anybox.recipe.odoo-1.9.3.dev0-py3.6.egg/anybox/recipe/odoo/base.py", line 1148, in install
self._create_default_config()
File "/home/openeyedev/var/projects/odoo13_13001/eggs/anybox.recipe.odoo-1.9.3.dev0-py3.6.egg/anybox/recipe/odoo/server.py", line 109, in _create_default_config
from openerp.tools.config import configmanager
ModuleNotFoundError: No module named 'openerp'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: