This repository was archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit d8995a1
authored
without -r can't install requirements
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.1 parent 2dbd273 commit d8995a1
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | - | ||
10 | + | ||
11 | 11 |
| |
12 | 12 |
|
0 commit comments