Hello,
I installed Odoo 18 on my laptop on Windows 10 (the python version is 3.12).
Odoo is working fine, inclusive with addons developed from scratch.
I would like to use the numpy python module on an Odoo addon.
I Installed numpy on the python (python.exe -m pip install numpy).
In python it's working correctly.
Howover if I have a module with "import numpy" inside, Odoo is not working. It seems that odoo does not find the python numpy module.
Could you help me ?
Thanks.
Boris
Please add details about the VERSION of numpy that is installed and the ERROR you get.