Skip to content
Snippets Groups Projects
  • Christophe Monniez's avatar
    4029a01c
    [FIX] requirements: adapt for ubuntu Jammy · 4029a01c
    Christophe Monniez authored
    lxml 4.6.1 has issues with python 3.10. So we can safely mimic 15.0 as
    it's Focal based too.
    
    Error encountered while importing etree from lxml:
    etree.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send
    
    Part-of: odoo/odoo#98081
    4029a01c
    History
    [FIX] requirements: adapt for ubuntu Jammy
    Christophe Monniez authored
    lxml 4.6.1 has issues with python 3.10. So we can safely mimic 15.0 as
    it's Focal based too.
    
    Error encountered while importing etree from lxml:
    etree.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send
    
    Part-of: odoo/odoo#98081
This project manages its dependencies using pip. Learn more