Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

without -r can't install requirements#547

Merged
chavarera merged 2 commits intoPython-World:masterfrom
nagyzekkyandras:master
Dec 3, 2021
Merged

without -r can't install requirements#547
chavarera merged 2 commits intoPython-World:masterfrom
nagyzekkyandras:master

Conversation

@nagyzekkyandras
Copy link
Contributor

@nagyzekkyandras nagyzekkyandras commented Dec 2, 2021

with pip install requirements.txt i have this error
ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none)
ERROR: No matching distribution found for requirements.txt

to solve this I added the -r option

-r, --requirement Install from the given requirements file. This option can be used multiple times.

with pip install -r requirements.txt i have this error
ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none)
ERROR: No matching distribution found for requirements.txt

to solve this I added the -r option

-r, --requirement <file>    Install from the given requirements file. This option can be used multiple times.
Copy link
Member

@chavarera chavarera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch @NAndras95

@chavarera chavarera merged commit 79294db into Python-World:master Dec 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants