-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
Comments
Any updates about this? I'm using python 3.10 and odoo-16 CE and facing the same error |
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. |
same issue MacOs BTW: is there a way to speed up the bug fix? |
I've solved on my local just going in your project folder and this will tell pip that odoo is installed in your system and then pip install odoo-addon-fastapi |
Is there any update on this? I've been having problem with this for over a month. (version 17) |
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:
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, ...)
The text was updated successfully, but these errors were encountered: