I am having trouble installing a wheel file via pip.
- I open my command prompt
write the following in the prompt
C:/Python34/Scripts/pip install C:/Users/Hamsa/Downloads/pygame.whl
Then I get this message
pygame.whl is not a valid wheel filename. Storing debug log for failure in C:\Users\Hamsa\pip\pip.log
I don't what to do and I need your help.
If the answer suggested by @Harun doesnot work, try
If u have more than 1 Python versions installed , check which version of python is being used to install the package using:
Also refer to pygame readme for an official installation guide.
You should correct name format for installing wheel file. Because wheel file name also includes many information such as the version of program, supported python version. Your command should be like the command below.