Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
11979 Vizualizări

Traceback (most recent call last):
File "/opt/odoo151/odoo/odoo/service/server.py", line 1196, in load_server_wide_modules
odoo.modules.module.load_openerp_module(m)
File "/opt/odoo151/odoo/odoo/modules/module.py", line 396, in load_openerp_module
__import__('odoo.addons.' + module_name)
File "/opt/odoo151/odoo/odoo/addons/base/__init__.py", line 5, in
from . import models
File "/opt/odoo151/odoo/odoo/addons/base/models/__init__.py", line 23, in
from . import ir_mail_server
File "/opt/odoo151/odoo/odoo/addons/base/models/ir_mail_server.py", line 23, in
from urllib3.contrib.pyopenssl import PyOpenSSLContext
File "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 62, in
from ..packages import six
ImportError: cannot import name 'six'

I have already install package six using this command->sudo apt-get install python-six

but always getting same error cannot import name 'six'

Unable to install odoo 15

Imagine profil
Abandonează

Same here, have you found a solution?

Cel mai bun răspuns

Hello, try to install by this way.

https://www.candidroot.com/blog/our-candidroot-blog-1/post/how-to-install-odoo-15-in-ubuntu-18-04-lts-93


https://www.candidroot.com/blog/our-candidroot-blog-1/post/how-to-install-odoo-15-on-ubuntu-20-04-lts-92

Hope this will help you lot.

Thanks

Imagine profil
Abandonează
Autor

Hello, already try this but not working,....getting the same error

Cel mai bun răspuns

Try following commands, it worked for me:

sudo -H pip3 install firebase_admin pyOpenSSL



Imagine profil
Abandonează
Cel mai bun răspuns

Odoo 15 is not yet stable , hope this kind of errors will be cleared after the official launch of new version.

Imagine profil
Abandonează