0

I want to install pillow on linux,but I don't have internet. I try to download pillow and pip install it

sudo pip install Pillow-4.3.0-cp27-cp27m-manylinux1_x86_64.whl

and get error...

Pillow-4.3.0-cp27-cp27m-manylinux1_x86_64.whl is not a supported wheel on this platform.

It's strange...

linux -> x84_64.

python-> 2.7

Sincerely.

eason
  • 171
  • 3
  • 18
  • Verify that you python is 64bit: `python -c "import struct; print(struct.calcsize('P') * 8)"` – phd Oct 05 '17 at 11:36
  • Possible duplicate of [filename.whl is not supported wheel on this platform](https://stackoverflow.com/questions/28568070/filename-whl-is-not-supported-wheel-on-this-platform) – pacholik Oct 05 '17 at 12:53
  • my python is 64bit, and I tried to install all of the Pillow package. I got the same error. – eason Oct 06 '17 at 03:33
  • One option is to build from source. – Hugo Oct 07 '17 at 05:42

0 Answers0