OpenStitching / stitching

A Python package for fast and robust Image Stitching
Apache License 2.0
2.01k stars 157 forks source link

RROR: Cannot install stitching because these package versions have conflicting dependencies. #16

Closed monkeycc closed 2 years ago

monkeycc commented 2 years ago

win11 anaconda python 3.6

pip install stitching


  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/fc/3c/f0ac5c2c73df30483e3677b6568ccd19d900a6f78a95bfcf20bbbb468986/opencv_python-4.1.2.30-cp36-cp36m-win_amd64.whl (33.0 MB)
     |████████████████████████████████| 33.0 MB 819 kB/s
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9c/88/06cdc6239013e13aec97f474638fc4e7c00e5b7fb954a1d0ec2a5fc8db7a/opencv_python-4.1.1.26-cp36-cp36m-win_amd64.whl (39.0 MB)
     |████████████████████████████████| 39.0 MB 6.8 MB/s
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/dc/54/a6b7727c67d4e14194549a9e1a1acd7902ebae2f4a688d84b658ae40b5fb/opencv_python-4.1.0.25-cp36-cp36m-win_amd64.whl (37.3 MB)
     |████████████████████████████████| 37.3 MB 6.4 MB/s
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2f/5c/51da5c41afe040fb5d417dd55dde618ccec05c40da52e068b6ef03cf4c21/opencv_python-4.0.1.24-cp36-cp36m-win_amd64.whl (30.5 MB)
     |████████████████████████████████| 30.5 MB 6.8 MB/s
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/be/4b/cb39e9a28ed08252f5b4e3bc1ccb733217c93dc72d975557abcb574010b0/opencv_python-4.0.1.23-cp36-cp36m-win_amd64.whl (30.5 MB)
     |████████████████████████████████| 30.5 MB 6.4 MB/s
INFO: pip is looking at multiple versions of stitching to determine which version is compatible with other requirements. This could take a while.
Collecting stitching
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a1/25/5597e0324ac0a095a7d2d84da83994b4810fe98abe03af13f74fa4a12181/stitching-0.2.0-py3-none-any.whl (25 kB)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a8/e9/f6f03a9e12212c100fb77932050ca3bd4c04a5b58df7c51af370090bdf07/stitching-0.1.0-py3-none-any.whl (22 kB)
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/0d/97/e23f0e34ff3ab13112446ee6b79a56e08280ee3d9a7d8309d63efb0d246f/stitching-0.0.1-py3-none-any.whl (22 kB)
ERROR: Cannot install stitching because these package versions have conflicting dependencies.

The conflict is caused by:
    largestinteriorrectangle 0.1.0 depends on numba>=0.55.0
    largestinteriorrectangle 0.0.2 depends on numba>=0.55.0
    largestinteriorrectangle 0.0.1 depends on numba>=0.55.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
monkeycc commented 2 years ago

solve the problem

Replace Python 3.6 with Python 3.7