my problem is very strange I have looked at problems others have had with installing modules but there answers do not seem to work for me. I use the command pip install *file name.whl*
. But when I run the command it says invalid syntax and indicates to the word install. if anyone can help I would be very great full as I can not carry out my project with out this module
Asked
Active
Viewed 27 times
0

P_coder
- 1
-
What exactly are you trying to install? And may I point you to a possible duplicate: https://stackoverflow.com/questions/28002897/wheel-file-installation – PrinceOfCreation Apr 18 '20 at 10:02
-
I am installing pynput – P_coder Apr 18 '20 at 10:05
-
1Try without the asterisks and without the .whl, `pip install pynput` – PrinceOfCreation Apr 18 '20 at 10:15
-
I have tried both methods and it just responds with syntax error and has an arrow pointing to install – P_coder Apr 18 '20 at 10:37
-
`python -m pip install pynput`? – PrinceOfCreation Apr 18 '20 at 10:42
-
yep I tried that as well – P_coder Apr 18 '20 at 10:43