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

"python -m pip install requirements.txt" results: "Could not find a version that satisfies the requirement requirements.txt" (IDFGH-1670) #3915

Closed
armandr opened this issue Aug 12, 2019 · 1 comment
Assignees

Comments

@armandr
Copy link

armandr commented Aug 12, 2019

Typo likely:

The master version of the readme.md:

Setup Build Environment
says:

Run python -m pip install requirements.txt to install Python dependencies

I get an error doing that, it seams that pip is trying to install requirements.txt as opposed to reading the contents.

Adding the -r works for me: Run python -m pip install -r requirements.txt to install Python dependencies.

@github-actions github-actions bot changed the title "python -m pip install requirements.txt" results: "Could not find a version that satisfies the requirement requirements.txt" "python -m pip install requirements.txt" results: "Could not find a version that satisfies the requirement requirements.txt" (IDFGH-1670) Aug 12, 2019
@dobairoland dobairoland self-assigned this Aug 12, 2019
igrr pushed a commit that referenced this issue Aug 19, 2019
@igrr igrr closed this as completed in 0addc0a Aug 21, 2019
@Divakar-LTTS
Copy link

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

3 participants