Python - Issue Fixing
The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the changes you made.
Usage: sassc [options] SCSS_FILE [OUT_CSS_FILE]
sassc: error: no such option: --stdin
This error occured while compiling the bundle 'web.assets_common' containing:
- /web/static/lib/bootstrap/scss/_functions.scss
- /web/static/lib/bootstrap/scss/_mixins.scss
- /web/static/src/scss/utils.scss
- /web/static/src/scss/bs_mixins_overrides.scss
- /web/static/src/scss/primary_variables.scss
- /web_editor/static/src/scss/web_editor.variables.scss
- /web/static/src/scss/secondary_variables.scss
- /web/static/lib/bootstrap/scss/_variables.scss
- /web/static/lib/tempusdominus/tempusdominus.scss
- /web/static/src/scss/fonts.scss
- /web/static/src/scss/ui.scss
- /web/static/src/scss/ui_extra.scss
- /web/static/src/scss/navbar.scss
- /web/static/src/scss/mimetypes.scss
- /web/static/src/scss/modal.scss
- /web/static/src/scss/animation.scss
- /web/static/src/scss/rainbow.scss
- /web/static/src/scss/datepicker.scss
- /web/static/src/scss/banner.scss
- /web/static/src/scss/colorpicker.scss
- /web/static/src/scss/keyboard.scss
- /web/static/src/scss/fontawesome_overriden.scss
- /web_tour/static/src/scss/tip.scss
- /web_tour/static/src/scss/keyframes.scss
Ok
Odoo Client Error
×
Copy the full error to clipboard
An error occurred
Please use the copy button to report the error to your support service.
Ans :
Solution 1 : "sudo python3.6 -m pip install libsass==0.12.3"
if you are installed only 1 version of python , the below commands will work,
sudo pip3 install -r requirements.txt
sudo pip3 install libsass==0.12.3
but when you have different python interpreters, try this command with your version of interpreter