Skip to content Skip to sidebar Skip to footer

Error : odoo.addons.base.models.res_currency: num2words python library is not installed

So, when i tried to install a fresh odoo in my machine, I have this kind error message : 

Error : odoo.addons.base.models.res_currency: The num2words python library is not installed, amount-to-text features won't be fully available.

This is because odoo requires a python library with the name num2words and it should be installed first before installing Odoo. To install it, all you need to do is typing :

pip3 install num2words

and then wait for it to be installed. Later on after done, begin install odoo.

Error Message - Source : towardsdatascience