Egoistically / ALAuto

Azur Lane bot based on azurlane-auto. Discord: https://discord.gg/vCFxDen.
Do What The F*ck You Want To Public License
104 stars 43 forks source link

requirements.txt not equal operator causing dependency and resolution errors #159

Open ccodykid opened 3 years ago

ccodykid commented 3 years ago

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

k-nero commented 3 years ago

try to install the package manually

ccodykid commented 3 years ago

try to install the package manually

Totally defeats the purpose of pip.

k-nero commented 3 years ago

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

k-nero commented 3 years ago

try to install the package manually

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