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

Error when installing requirements #80

Open
Predatorzxs opened this issue Apr 8, 2023 · 13 comments
Open

Error when installing requirements #80

Predatorzxs opened this issue Apr 8, 2023 · 13 comments

Comments

@Predatorzxs
Copy link

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

@abhishek26gupta
Copy link

Same issue

@cyb3rsec1990
Copy link

pip3 install -r requirement.txt

@ZERO9890
Copy link

ZERO9890 commented Jun 2, 2023

Error:- ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirement.txt'

While install requirment.txt plz slove

@LitelRock
Copy link

pip3 -r requirement.txt

*pip3 -r requirements.txt

@ichalmunir81
Copy link

Try to install it one by one

@YarBurArt
Copy link

There was the same problem. Solution: random is a standard library, it does not need to be installed separately. Just delete it from requirements.txt . It's strange that the developer made such a mistake at all

@vidyaMahi29
Copy link

But who can we delete random

@DELTAORO
Copy link

pip3 -r requirement.txt

*pip3 -r requirements.txt

Show's "no such option: -r"

@ls-saurabh
Copy link

Showing error while installing requirements.txt Screenshot_2024_0416_110030.png

@ls-saurabh
Copy link

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

Use this code --- " pip3 install requests colorama"

@ls-saurabh
Copy link

Error:- ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirement.txt'

While install requirment.txt plz slove

Use this code --- " pip3 install requests colorama"

@ls-saurabh
Copy link

pip3 -r requirement.txt

*pip3 -r requirements.txt

Show's "no such option: -r"

Use this code --- " pip3 install requests colorama"

@ls-saurabh
Copy link

pip3 -r requirement.txt

*pip3 -r requirements.txt

Use this code --- " pip3 install requests colorama"

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

11 participants