Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
3515 มุมมอง

I restored database in odoo 12, restoring of database has been completed.

While running  with enterprise database & my restored database custom module database, I am getting "sass has no attribute " error.

I had check reason in internet, also i had installed node-sass,lib sass ,also checked many other commands,

but nothing happens,still now I am facing sass error,

Is this is error of my system? 

If anyone having solution please tell me,,


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,
Try doing pip freeze | grep sass if the output lists the sass module next to libsass this is the problem. removing sass (and optionally reinstalling libsass) should fix the problem.

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

I had uninstall libsass & also sass. after installing both.

but still i m facing error

อวตาร
ละทิ้ง