Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shinebacksoftware opened this issue May 19, 2021 · 1 comment

Comments

@shinebacksoftware
Copy link

shinebacksoftware commented May 19, 2021

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant