You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: