Skip to Content
Menu
This question has been flagged
1 Reply
2138 Views

Following the guide from https://www.odoo.com/documentation/13.0/setup/install.html#setup-install-packaged for a fedora installation results in the following error:


When running: sudo dnf install -y odoo

Odoo Nightly repository                          98 kB/s | 139 kB     00:01    

Error: 

 Problem: conflicting requests

  - nothing provides pychart needed by odoo-13.0.post20200724-1.noarch

  - nothing provides pyparsing needed by odoo-13.0.post20200724-1.noarch

  - nothing provides libxslt-python needed by odoo-13.0.post20200724-1.noarch

(try to add '--skip-broken' to skip uninstallable packages)

If I try to use the --skip-broken flag, nothing gets installed. I've tried manually installing the modules using pip, but pychart and libxslt are not found. I installed pyparsing with pip install pyparsing, but I still get the same error when running dnf install.

Has anyone been able to get odoo 13 installed using the documentation?

Avatar
Discard
Best Answer

Hello, Drew!

We recommend using this script for Odoo installation - https://ventor.app/blog/ventor-app-break-causes-measures-compensation/


Avatar
Discard