コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3631 ビュー

File "./odoo-bin", line 5, in <module> import odoo File "/home/synconic/odoo/odoo-11.0/odoo/__init__.py", line 84, in <module> from . import modules File "/home/synconic/odoo/odoo-11.0/odoo/modules/__init__.py", line 8, in <module> from . import db, graph, loading, migration, module, registry File "/home/synconic/odoo/odoo-11.0/odoo/modules/graph.py", line 10, in <module> import odoo.tools as tools File "/home/synconic/odoo/odoo-11.0/odoo/tools/__init__.py", line 9, in <module> from .misc import * File "/home/synconic/odoo/odoo-11.0/odoo/tools/misc.py", line 43, in <module> from .cache import * File "/home/synconic/odoo/odoo-11.0/odoo/tools/cache.py", line 7, in <module> from decorator import decorator ModuleNotFoundError: No module named 'decorator'

アバター
破棄
最善の回答

Hi,
You have to install the decorator package.

sudo pip3 install decorator


Thanks

アバター
破棄
最善の回答

Hello

you should install this below package.

sudo pip3 install decorator
アバター
破棄
関連投稿 返信 ビュー 活動
21
4月 23
44822
5
10月 17
7230
0
10月 17
4992
3
7月 25
543
3
6月 25
3769