How to install through pip

120 Views Asked by At

I was trying to make a keylogger but i couldn't download the Pyhook module

enter image description here

5

There are 5 best solutions below

0
Anosvoldigod On

Install python again and include pip while installing it from the custom install section, and then try

pip install pyhook=1.5.1
0
Kenneth Githambo On

I think you didn't create the pip syntax correctly.

supposed to be pip install pyhook

0
Aswath On

You can install pip on windows using

https://phoenixnap.com/kb/install-pip-windows

and proceed with the keylogger module like this

pip install keylogger for the keylogger

and

pip install pyhook for pyhook

0
codeforkdb On

please refer '''pypi.org/project/pyHook/''' this could help you out . also check with syntax this should be like pip install pyhook

0
Ben Y On

I had some issues earlier trying to look up your issue. It looks like for a brief time, the installer for pip was broken for Python 3.5.

You need to download this script and run it with your python.

https://bootstrap.pypa.io/pip/3.5/get-pip.py