-
Notifications
You must be signed in to change notification settings - Fork 86
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
[DOC] Add --no-binary to reinstall command #26
base: simd/4.3.x
Are you sure you want to change the base?
Conversation
Without this option pillow-simd will not be recompiled if it is already installed. Adding ``--no-binary pillow-simd`` forces the recompile.
Could you describe the case more precisely? I'm trying the following:
As you can see, recompilation works. |
@homm I see, thanks for checking this. For me, the output of the reinstall command is slightly different:
As you can see, it does not have I think the reason for this is the following, here is the output of the first pip install command:
As you can see, the wheel is cached ( |
I had to do the same as @lopuhin reported - only with adding the |
Start Xvfb for Trusty and use the service for Xenial
Without this option pillow-simd will not be recompiled if it is already installed. Adding
--no-binary pillow-simd
forces the recompile.I'm not sure if this is the correct branch, contributors guide says to make PRs to master, but I don't see a master branch in the repo.