You are getting this error because you are using incorrect version of the wheel file to install PyQT. As it says cp27 in the file name it means it is for python 2.7 and it is for windows 32 bit.
Your system either has python 3+ or is 64 bit.
Make sure you are using the correct installation wheel file.
You can refer to this video to learn more about python: