温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Could not execute command 'sassc'

发布时间:2020-06-17 17:25:10 来源:网络 阅读:2239 作者:siweilai 栏目:编程语言

win10 安装odoo12报错:
“Could not execute command 'sassc'This error occured while compiling the bundle 'web.assets_common' containing:”
问题日志报错:
Style error
The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the changes you made.
Could not execute command 'sassc'This error occured while compiling the bundle 'web.assets_common' containing:

  • /web/static/lib/bootstrap/scss/bootstrap/_mixins.scss
  • /web/static/src/scss/utils.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/bootstrap/_variables.scss
  • /web/static/lib/bootstrap-datetimepicker/src/scss/_bootstrap-datetimepicker.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_tour/static/src/scss/tip.scss
  • /web_tour/static/src/scss/keyframes.scss

解决方法: 给odoo应用安装sassc的依赖库,命令:pip install libsass
Could not execute command 'sassc'
结果:
Could not execute command 'sassc'

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI