pannal / Kitana

A responsive Plex plugin web frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named '_sass'

an3k opened this issue · comments

[/share/Public/Kitana] # python3.8 kitana.py
Traceback (most recent call last):
  File "kitana.py", line 26, in <module>
    from plugins.SassCompilerPlugin import SassCompilerPlugin
  File "/share/CE_CACHEDEV1_DATA/Public/Kitana/plugins/SassCompilerPlugin.py", line 4, in <module>
    import sass
  File "/opt/lib/python3.8/site-packages/sass.py", line 26, in <module>
    import _sass
ModuleNotFoundError: No module named '_sass'

Had to remove libsass (pip uninstall libsass) and install it again (pip install libsass) which installed version 0.20.1 (previously installed was 0.19.4) and the issue was resolved.