-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
[Windows] ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' #54
Comments
@UjjwalMahar so the issue was solved without having to pass absolute path. Got it. Now for your own practice, can you share the solution you found out here? |
yes sure |
You can resolve it by following the steps : --> It can happen if you are not in the directory where you have cloned your project .
Example - I had made OMR Checker Directory to clone the project ,to navigate to the directory use cd
|
Great! This shall help anyone facing a similar issue now. Thanks for documenting @UjjwalMahar. Closing the ticket now. |
Okay let's have you make a change in the readme. |
Okay |
I was facing the issue <ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'> on Windows after I used the command:
$ python3 -m pip install --user -r requirements.txt
The text was updated successfully, but these errors were encountered: