Hi, I got the style css when installing Odoo 18, python 3.10:
In Console:
"c:usersuser
ppdatalocalprogramspythonpython39libsite-packagessassc.py:7 FutureWarning: The `sassc` entrypoint is deprecated, please use `pysassc`
warnings.warn(
Usage: sassc [options] SCSS_FILE [OUT_CSS_FILE]
sassc: error: no such option: --stdin
This error occurred while compiling the bundle 'web.assets_web_print' containing:
- /web/static/src/scss/functions.scss
- /web/static/src/scss/primary_variables_print.scss
- /web/static/src/views/kanban/kanban.print_variables.scss
This is strange, because I deleted the folder C/User/user/AppData/Local/Programs/python/python39 already, but Odoo still points to that and cause error. (I installed libsass 0.21.0). Do you know it? Please help! Thank you.