Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install dependencies on 16.0 #11740

Open
Julien00859 opened this issue Jan 12, 2025 · 1 comment
Open

Cannot install dependencies on 16.0 #11740

Julien00859 opened this issue Jan 12, 2025 · 1 comment
Assignees

Comments

@Julien00859
Copy link
Member

The minimal python version supported in 16.0 is 3.7

https://github.com/odoo/odoo/blob/16.0/odoo/__init__.py#L18-L21

But we cannot install the documentation dependencies in this version because multiple packages are requiring 3.8

$ uv pip install -r community/requirements.txt -r documentation/requirements.txt pudb ipython
Using Python 3.7.9 environment at: .venv16
  × No solution found when resolving dependencies:
  ╰─▶ Because the current Python version (3.7.9) does not satisfy Python>=3.8 and sphinxcontrib-applehelp==1.0.4 depends on Python>=3.8, we can conclude that sphinxcontrib-applehelp==1.0.4 cannot be used.
      And because you require sphinxcontrib-applehelp==1.0.4, we can conclude that your requirements are unsatisfiable.
@Feyensv
Copy link
Collaborator

Feyensv commented Jan 13, 2025

Introduced by 38bd71f (probably from here)

Is it really a problem for you to use your venv of 17 to build the 16.0 doc ? 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants