Skip to Content
Menu
This question has been flagged
1 Odpoveď
5730 Zobrazenia

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


Avatar
Zrušiť
Autor Best Answer

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


Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
12
jan 25
168271
1
sep 23
1907
2
máj 21
9652
1
nov 19
5091
2
dec 23
42944