跳至內容
選單
此問題已被標幟
1 回覆
5931 瀏覽次數

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
169858
1
9月 23
2163
2
5月 21
10016
1
11月 19
5407
2
12月 23
43233