I am trying to install odoo12 but getting this error like AttributeError: module 'sass' has no attribute 'compile'.
I installed libsass python library which is required for odoo12 after installing thar error happened
please, anyone help.
I am trying to install odoo12 but getting this error like AttributeError: module 'sass' has no attribute 'compile'.
I installed libsass python library which is required for odoo12 after installing thar error happened
please, anyone help.
Copyright © 2021 Jogjafile Inc.
try doing
pip freeze | grep sassif the output lists the sass module next to libsass this is the problem. removing sass (and optionally reinstalling libsass) should fix the problem.