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
: 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'
The text was updated successfully, but these errors were encountered:
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
~/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'
The text was updated successfully, but these errors were encountered: