跳至内容
菜单
此问题已终结
1 回复
5724 查看

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
168236
1
9月 23
1903
2
5月 21
9646
1
11月 19
5085
2
12月 23
42941