"pip install -r requirements.txt" is the command which gives the error that couldnot find version that satisfies the requirement bleach."requirements.txt" is a file which has all the python packages to be installed.The question is how to resolve the given command as it indicates the path may be wrong or version mismatch.Kindly help in the same.
Asked
Active
Viewed 154 times
0
-
`pip install bleach==2.1.2` may help – kedar sedai Jul 18 '20 at 10:03
-
ERROR: Could not find a version that satisfies the requirement bleach==2.1.2 (from versions: none) ERROR: No matching distribution found for bleach==2.1.2 – Chandrashekhar Jul 18 '20 at 10:22