[DOC] Add --no-binary to reinstall command#26
[DOC] Add --no-binary to reinstall command#26lopuhin wants to merge 1 commit intouploadcare:simd/4.3.xfrom
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-simdforces 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.