fbpx

Image result for problem solved

if you use Mac O/S High Sierra O/S and lately trying to install Odoo V10 and suddenly you found out that you can proceed and it blocked at …

Database creation error: relation “ir_values” does not exist LINE 1: SELECT v.id, v.name, v.value FROM ir_values v

then this solutions is for you , it actually is caused by a incompatible uuid.py from the python library modules, the solutions and patch , originally can be found here ,

https://github.com/python/cpython/commit/d919c60e6936f853ad15040017f2c0bce0f027f8#diff-9d2d23bf4362c9ec2b6dd4b64b73756c

please follow the patch according to the python version , mine is 2.7 , so the link shown above is point to the 2.7 version . (Warn : please only use it when all the above match to your current environment )