python-keylogger icon indicating copy to clipboard operation
python-keylogger copied to clipboard

Could not find a version that satisfies the requirement requirements.txt

Open shinebacksoftware opened this issue 3 years ago • 1 comments

When I execute pip install requirements.txt in the command line, I get:

ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none) ERROR: No matching distribution found for requirements.txt

I'm running pip 20.1.1 from c:\py3keyloggerenv\lib\site-packages\pip (python 3.7).

Likewise if I try to execute the keylogger, I receive an error of a missing module:

(py3keyloggerenv) C:\py3keyloggerenv\python-keylogger>python Start.py Traceback (most recent call last): File "Start.py", line 19, in import Cryptodome.Util ModuleNotFoundError: No module named 'Cryptodome'

shinebacksoftware avatar May 19 '21 08:05 shinebacksoftware

I got it working. I manually installed all of the required libraries since requirements.txt included in this build is broken.

shinebacksoftware avatar May 26 '21 09:05 shinebacksoftware