-
Notifications
You must be signed in to change notification settings - Fork 494
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
Comments
Same issue |
pip3 install -r requirement.txt |
Error:- ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirement.txt' While install requirment.txt plz slove |
*pip3 -r requirements.txt |
Try to install it one by one |
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 |
But who can we delete random |
Show's "no such option: -r" |
Use this code --- " pip3 install requests colorama" |
Use this code --- " pip3 install requests colorama" |
Use this code --- " pip3 install requests colorama" |
Use this code --- " pip3 install requests colorama" |
ERROR: Could not find a version that satisfies the requirement random (from versions: none) ERROR: No matching distribution found for random
The text was updated successfully, but these errors were encountered: