This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
When I wanted to try to run an ERP system odoo on windows, the odoo service ran successfully.
But when I logged in to the web page, it prompted "Could not execute command 'sassc’This error occurred while compiling the bundle ‘web.assets_frontend’ containing: Then followed by a lot of file path names.
I checked the information on the web and checked my libsass library, the version number is 0.20.1, which is consistent with the requirements.txt requirements. And I also installed the c++ compiler.
I’m not sure what the cause of this situation is. What else could it be?