Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5702 Widoki

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


Awatar
Odrzuć
Autor Najlepsza odpowiedź

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


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
12
sty 25
168023
1
wrz 23
1875
2
maj 21
9626
1
lis 19
5035
2
gru 23
42928