1

I have the following error when I try to install pycairo on Windows:

pycairo-1.15.4-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

From This answer, I guess the error is related to the file version I'm installing. But none of these binaries worked for me.

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
Ayoub Omari
  • 806
  • 1
  • 7
  • 24
  • What Python version? 32-bit or 64-bit python? – phd Dec 01 '18 at 17:09
  • 3
    `python -c "import pip._internal; print(pip._internal.pep425tags.get_supported())"` – phd Dec 01 '18 at 17:11
  • @phd Thank's for your help! It works now. I downloaded the corresponding binary file to my python version (64 bit). The reason It didn't work before is that I forgot to move the download file to my current folder and didn't notice the error message `looks like a filename but the file doesn't exist`. – Ayoub Omari Dec 01 '18 at 17:25

0 Answers0