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

rjsmin (probably rcssmin, too) package installation fails on Windows #17

Closed
daniel-j-h opened this issue Jun 13, 2013 · 2 comments
Closed

Comments

@daniel-j-h
Copy link
Member

The rjsmin package always tries to install the C extensions and fails if it is unable to do so.

If this is solved, we should switch cssmin out for rcssmin and include rjsmin again.

@daniel-j-h
Copy link
Member Author

Solution: Install the rjsmin and rcssmin package with the flag "--without-c-extensions", like this:

pip install --install-option="--without-c-extensions" -r requirements-dev.txt

@daniel-j-h
Copy link
Member Author

There's also a per-package option coming to pip

see pypa/pip#790

which looks promising in order to disable the C extensions on a per-package basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant