Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FilterError: /bin/sh: 1: django_pyscss.compressor.DjangoScssFilter: not found #321

Closed
utapyngo opened this issue Dec 11, 2014 · 4 comments
Closed

Comments

@utapyngo
Copy link

After updating from pyScss 1.2.1 to pyScss 1.3.3 I get this error:

compressor.exceptions.FilterError
FilterError: /bin/sh: 1: django_pyscss.compressor.DjangoScssFilter: not found

I am using django-compressor==1.4 and django-pyscss==1.0.6.

COMPRESS_PRECOMPILERS = (
    ('text/x-scss', 'django_pyscss.compressor.DjangoScssFilter'),
)
@rockymeza
Copy link
Contributor

Hi,

This is actually a bug in http://github.com/fusionbox/django-pycss. django-pyscss doesn't currently support the 1.3.x version of pyScss.

Sorry that this is such a late response

@rockymeza
Copy link
Contributor

Hi @utapyngo,

django-pyscss now supports pyScss 1.3, you can get it by running:

pip install django-pyscss>=2.0.0

@liuguiyangnwpu
Copy link

的确,我使用1.3.0也遇到了问题,centos7.2 默认的cloud软件库就是1.3的。
可以使用rpm包或者去python.org找到对应的安装包我使用的是 2.0.2的可以使用!

@jessehu
Copy link

jessehu commented Mar 7, 2017

"pip install django-pyscss --upgrade" make it work on my CentOS 7.2.

@utapyngo utapyngo closed this as completed Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants