I tried to install pygame 3.4 from www.lfd.uci.edu
I read someone that told me to do this C:\Python34\Scripts\pip3.4.exe
install C:\Users\tomer2\Desktop\pygame+mkl‑cp34‑none‑win_amd64.whl
but it does not work.
I tried to install pygame 3.4 from www.lfd.uci.edu
I read someone that told me to do this C:\Python34\Scripts\pip3.4.exe
install C:\Users\tomer2\Desktop\pygame+mkl‑cp34‑none‑win_amd64.whl
but it does not work.
The code you tried seems suspiciously similar to the answer I gave here. That command is not a magical string that does everything: it won't install pygame
for you when you give it the name of a numpy
.whl file. For this to work, you have to download the proper file, then use a command that includes the proper filename.