Cannot install dependencies on 16.0
Open
@Feyensv is already working on this.
Since Jan 13, 2025.
- Dominant language
- reStructuredText
- Stars
- 1.3k
- Forks
- 12.1k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.