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

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
167966
1
9月 23
1873
2
5月 21
9620
1
11月 19
5031
2
12月 23
42923