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

Cannot find requirement.txt #34

Open
Eth3rB0rn3 opened this issue Apr 2, 2024 · 3 comments
Open

Cannot find requirement.txt #34

Eth3rB0rn3 opened this issue Apr 2, 2024 · 3 comments

Comments

@Eth3rB0rn3
Copy link

~/SARA $ python3 sara.py

: It seems there is a module that you have not installed run this command 'pip install -r requirements.txt'
to install it.

~/SARA $ pip install -r requirements.txt

Even after running the command it only gives blank output
if ran in cd $HOME gives this:
~/SARA $ pip install -r requirements.txt
~/SARA $ cd $HOME
~ $ pip install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

@LihuaYu0521
Copy link

Try this:
pip install requests

@unlukey942
Copy link

──(root㉿localhost)-[/home/kali/SARA]
└─# sudo pip3 install -r requirements.txt --break-system-packages
Requirement already satisfied: argcomplete==3.5.3 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (3.5.3)
Requirement already satisfied: click==8.1.8 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 2)) (8.1.8)

ERROR: Could not find a version that satisfies the requirement ntpsec==1.2.3 (from versions: none)
ERROR: No matching distribution found for ntpsec==1.2.3

I need help

@LihuaYu0521
Copy link

hi.

Please make sure the requirement.txt is SARA's and check if these modules have been installed:
Pillow,
requests.

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

3 participants