Skip to Content
Menu
This question has been flagged
944 Views

I am using Fedora 33. This uses Python3.9. The first action in the scriptlet that runs after the rpm has been unpacked is "rpm -q --provides python3 | awk '/abi/ {print $NF}'", which correctly returns 3.9. The trouble is, Odoo does not check this fundamental requirement before unpacking, so it puts the packages into /usr/lib/python3.8/site-packages/ and therefore nothing works.


Can the installation be made to work by copying the site packages into the correct place? If so, do I move the odoo tree and the odoo-14.0.post20210211-py3.8.egg-info tree?

Avatar
Discard