Skip to content

Instantly share code, notes, and snippets.

@mstuttgart
Last active May 24, 2024 09:28
Show Gist options
  • Save mstuttgart/ff54680e4bb6e60974368cee50f97ebc to your computer and use it in GitHub Desktop.
Save mstuttgart/ff54680e4bb6e60974368cee50f97ebc to your computer and use it in GitHub Desktop.
Instalação do requirements.txt do odoo 12 no Ubuntu 22.04

Instalar as libs separadamente (python 3.8)

pip install --no-binary lxml lxml==4.6.3
pip install --no-binary xmlsec xmlsec

Instalar as libs separadamente (python 3.10)

pip install --no-binary lxml==4.6.3 lxml==4.6.3 --force-reinstall
pip install --no-binary xmlsec==1.3.13 xmlsec==1.3.13
pip install --no-binary signxml==3.2.2 signxml==3.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment