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

odoo-addon-website-odoo-debranding package doesn't support python 3.9 #1002

Open
AdamBark opened this issue Aug 4, 2023 · 3 comments
Open
Labels

Comments

@AdamBark
Copy link

AdamBark commented Aug 4, 2023

Module

odoo-debranding

Describe the bug

The Odoo docker image runs on python 3.9 but the odoo-addon-website-odoo-debranding package on pypi requires 3.10 so pip fails trying to resolve for the v15 package.

To Reproduce

Affected versions: 16.0.1.0.0.2

Steps to reproduce the behavior:

  1. docker run -uroot odoo:16 bash to start a container
  2. pip install odoo-addon-website-odoo-debranding

Expected behavior
The odoo-addon-website-odoo-debranding package is installed

@AdamBark AdamBark added the bug label Aug 4, 2023
@AdamBark
Copy link
Author

AdamBark commented Aug 4, 2023

Anyone having this issue in the meantime can use pip install --ignore-requires-python to ignore the python version requirement.

Copy link

github-actions bot commented Feb 4, 2024

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Feb 4, 2024
@AdamBark
Copy link
Author

AdamBark commented Feb 5, 2024

Can someone tell me where the required python version is specified so I can write a patch please?

@github-actions github-actions bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant