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

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

@ccodykid

Description

@ccodykid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions