brianpinto91 / image-stitching

A python package to stitch multiple images either horizontally or vertically
https://brianpinto91.github.io/image-stitching/
BSD 3-Clause "New" or "Revised" License
64 stars 21 forks source link

ERROR: No matching distribution found for imgstitch #2

Closed Durys closed 2 years ago

Durys commented 2 years ago

Hey,

Just to let you know, running the given command gives the error from the title:

$ pip install -i https://test.pypi.org/simple/ imgstitch Looking in indexes: https://test.pypi.org/simple/ ERROR: Could not find a version that satisfies the requirement imgstitch (from versions: none) ERROR: No matching distribution found for imgstitch

specs: $ pip -V pip 21.3.1 from c:\users\zofia durys\desktop\kpai\venv\lib\site-packages\pip (python 3.6) $ python -V Python 3.6.8

brianpinto91 commented 2 years ago

Hi,

You have Python 3.6.8. You need Python version >=3.6.9 and only then you can install this package.

Regards, Brian

Durys commented 2 years ago

Thanks Brian - resolving~.