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

Failure to install pip install odoo-addon-fastapi #377

Open
fredwilliam opened this issue Sep 24, 2023 · 4 comments
Open

Failure to install pip install odoo-addon-fastapi #377

fredwilliam opened this issue Sep 24, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@fredwilliam
Copy link

Module

Installation Process Fail pip install odoo-addon-fastapi

Describe the bug

This is the error that i get
ERROR: Cannot install odoo-addon-fastapi==16.0.0.0.1.26, odoo-addon-fastapi==16.0.0.0.1.27, odoo-addon-fastapi==16.0.0.0.1.30, odoo-addon-fastapi==16.0.0.0.1.31, odoo-addon-fastapi==16.0.0.0.2, odoo-addon-fastapi==16.0.0.0.2.2, odoo-addon-fastapi==16.0.0.0.3, odoo-addon-fastapi==16.0.0.0.4, odoo-addon-fastapi==16.0.0.0.4.2, odoo-addon-fastapi==16.0.1.0.0, odoo-addon-fastapi==16.0.1.1.0, odoo-addon-fastapi==16.0.1.1.1 and odoo-addon-fastapi==16.0.1.1.1.1 because these package versions have conflicting dependencies.

The conflict is caused by:
odoo-addon-fastapi 16.0.1.1.1.1 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.1.1.1 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.1.1.0 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.1.0.0 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.4.2 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.4 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.3 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.2.2 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.2 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.1.31 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.1.30 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.1.27 depends on odoo<16.1dev and >=16.0a
odoo-addon-fastapi 16.0.0.0.1.26 depends on odoo<16.1dev and >=16.0a

To Reproduce

Affected versions:
pip install odoo-addon-fastapi

Steps to reproduce the behavior:

  1. pip install odoo-addon-fastapi

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)

@fredwilliam fredwilliam added the bug Something isn't working label Sep 24, 2023
@onesinus
Copy link

Any updates about this? I'm using python 3.10 and odoo-16 CE and facing the same error

@andreinl
Copy link

andreinl commented Nov 27, 2023

I also see the same problem. Fortunately you can install fastapi as any other odoo modul without using pip

@fredwilliam Please add label fastapi to this issue.

@davdenic
Copy link

davdenic commented Mar 6, 2024

same issue

MacOs
Odoo 16.0+e (Enterprise-Edition)
python 3.11.4
pip 24.0

BTW: is there a way to speed up the bug fix?
thanks

@davdenic
Copy link

davdenic commented Mar 7, 2024

I've solved on my local just going in your project folder and
pip install -e odoo

this will tell pip that odoo is installed in your system and then

pip install odoo-addon-fastapi
will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants