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

python3 -m pip install -r requirements.txt #59

Closed
hrithikpopat opened this issue Jun 2, 2019 · 15 comments
Closed

python3 -m pip install -r requirements.txt #59

hrithikpopat opened this issue Jun 2, 2019 · 15 comments

Comments

@hrithikpopat
Copy link

whenever I type python3 -m pip install -r requirements.txt it says
'python3' is not recognized as an internal or external command,
operable program or batch file.
I don't know if I'm stupid or what.
(Thank you if any1 responds)

@sundowndev
Copy link
Owner

You simply don't have a "python3" executable. Try with python or just install python3.
If you are on linux you can also list python versions installed with ls -la /usr/bin/python*

@TharukaDananjaya
Copy link

You need to install python3

@hrithikpopat
Copy link
Author

yea but I already have python 3.7.1 installed

@hrithikpopat
Copy link
Author

python

@TharukaDananjaya
Copy link

TharukaDananjaya commented Jun 3, 2019 via email

@sundowndev
Copy link
Owner

sundowndev commented Jun 3, 2019

Does python --version output Python 3.x.x ?
If yes, run python -m pip install --upgrade-pip as described in your screenshot.
Then retry install via pip python pip install -r requirements.txt

@hrithikpopat
Copy link
Author

It's still saying that there is no such thing as requirements.txt

@sundowndev
Copy link
Owner

Typo in my previous comment: python -m pip install -r requirements.txt *

Also what is the output of ls -la . in the folder ?

@hrithikpopat
Copy link
Author

python2

@sundowndev
Copy link
Owner

You typed python pip -m pip instead of python -m pip

@hrithikpopat
Copy link
Author

python3

@hrithikpopat
Copy link
Author

shoot i didn't realize

@sundowndev
Copy link
Owner

You are not in the repository's folder. Please read the doc properly.

@An-web
Copy link

An-web commented Mar 21, 2020

I am facing the following issue while installing the requirements.txt in phoneinfoga.
phoneinfoga_error

@An-web
Copy link

An-web commented Mar 21, 2020

I am using kali linux as windows subsystem btw.

Repository owner locked as off-topic and limited conversation to collaborators Mar 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants