ALAuto icon indicating copy to clipboard operation
ALAuto copied to clipboard

requirements.txt not equal operator causing dependency and resolution errors

Open ccodykid opened this issue 4 years ago • 4 comments

Following the pip documentation I suggest you use either one of these operators in your requirements.txt:

SomePackage            # latest version
SomePackage==1.0.4     # specific version
SomePackage>=1.0.4     # minimum version

Error is the following:

ERROR: Could not find a version that satisfies the requirement scipy~=1.4.1 ERROR: No matching distribution found for scipy~=1.4.1

ccodykid avatar Feb 24 '21 11:02 ccodykid

try to install the package manually

k-nero avatar Feb 24 '21 16:02 k-nero

try to install the package manually

Totally defeats the purpose of pip.

ccodykid avatar Feb 25 '21 11:02 ccodykid

u can use command prompt as administrator . then type py -m pip install (package name) image

k-nero avatar Feb 26 '21 13:02 k-nero

try to install the package manually

Totally defeats the purpose of pip. all package have already been listed in requirement.txt

k-nero avatar Feb 26 '21 13:02 k-nero