Hi Folk,
I tried to download and install odoo_18.0.latest.noarch.rpm. I had conflicts with Python that I could not resolve. I pivoted to using one of the "Packaged Installers":
dnf config-manager --add-repo=https://nightly.odoo.com/18.0/nightly/rpm/odoo.repo
does not work and I guess it is because https://nightly.odoo.com/18.0/nightly/rpm/ is missing odoo.repo
Fortunately, version 17 works as expected. It seems to be doing the right thing, but not succeeding:
# dnf install odooOdoo Nightly repository 5.9 kB/s | 3.0 kB 00:00
Odoo Nightly repository 1.2 kB/s | 1.2 kB 00:00
Last metadata expiration check: 0:00:01 ago on Tue 25 Mar 2025 10:18:50 AM PDT.
Error:
Problem: conflicting requests
- nothing provides python(abi) = 3.11 needed by odoo-17.0-1.noarch from odoo-nightly
- nothing provides python3.11dist(babel) >= 1 needed by odoo-17.0-1.noarch from odoo-nightly
<snip 36 more lines>
chardet, cryptography, decorator, docutils, geoip2, gevent, greenlet, idna, jinja2, libsass, lxml, markupsafe, num2words, ofxparse, passlib, pillow, polib, psutil, psycopg2, pydot, pyopenssl, pypdf2, pyserial, python-dateutil, python-stdnum, pytz, pyusb, qrcode, reportlab, requests, rjsmin, urllib3, vobject, werkzeug, xlrd, xlsxwriter, xlwt, zeep
Did I miss a packaged installer for python 3.11, or is there something else happening?
Thanks for the help,
Chris.