After installing Odoo from source and requirements I run
python3 odoo-bin --addons-path addons -r odoo -w odoo and get
I get the following error:
ImportError: dlopen(/Users/nasko/odoo_mac/odoo/venv/lib/python3.9/site-packages/lxml/etree.cpython-39-darwin.so, 0x0002): symbol not found in flat namespace '_exsltDateXpathCtxtRegister'
How can I solve this?
I have tried to reinstall psql but nothing happen.