Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

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

Open
ccodykid opened this issue Feb 24, 2021 · 4 comments

Comments

@ccodykid
Copy link

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
Copy link

k-nero commented Feb 24, 2021

try to install the package manually

@ccodykid
Copy link
Author

try to install the package manually

Totally defeats the purpose of pip.

@k-nero
Copy link

k-nero commented Feb 26, 2021

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

@k-nero
Copy link

k-nero commented Feb 26, 2021

try to install the package manually

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

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants