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.

Flimzy
  • 68,325
  • 15
  • 126
  • 165
Ayoub Omari
  • 744
  • 1
  • 5
  • 21
  • 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