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

relation "ir_model" does not exist LINE 1: SELECT * FROM ir_model WHERE state='manual'/Extra content at the end of the document


アバター
破棄
著作者 最善の回答

Solution: 

rm -rf venv
virtualenv -p pythonx venv
source venv/bin/activate
pip install -r requirements.txt
pip uninstall lxml
find .cache -name 'lxml*'
find .cache -name 'lxml*' -delete
pip install lxml


アバター
破棄
関連投稿 返信 ビュー 活動
12
1月 25
167986
1
9月 23
1874
2
5月 21
9621
1
11月 19
5033
2
12月 23
42924