SBGit-2019 / Pyside-QCP

Pyside2 bindings for QCustomplot
Other
16 stars 1 forks source link

ERROR: Cannot install qcustomplot-pyside2 - because these package versions have conflicting dependencies. #9

Open ManPython opened 1 year ago

ManPython commented 1 year ago

Is possible to upgrade for new Pyside 6?

pip install qcustomplot-pyside2
Collecting qcustomplot-pyside2
  Downloading qcustomplot_pyside2-2.1.5-cp310-abi3-win_amd64.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 3.6 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of qcustomplot-pyside2 to determine which version is compatible with other requirements. This could take a while.
  Downloading qcustomplot_pyside2-2.1.4-cp310-abi3-win_amd64.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 3.2 MB/s eta 0:00:00
  Downloading qcustomplot_pyside2-2.1.2-cp310-abi3-win_amd64.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 2.9 MB/s eta 0:00:00
  Downloading qcustomplot_pyside2-2.1.1-cp310-abi3-win_amd64.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 5.6 MB/s eta 0:00:00
  Downloading qcustomplot_pyside2-2.0.1-cp310-abi3-win_amd64.whl (927 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 927.8/927.8 kB 5.3 MB/s eta 0:00:00
ERROR: Cannot install qcustomplot-pyside2==2.0.1, qcustomplot-pyside2==2.1.1, qcustomplot-pyside2==2.1.2, qcustomplot-pyside2==2.1.4 and qcustomplot-pyside2==2.1.5 because these package versions have conflicting dependencies.

The conflict is caused by:
    qcustomplot-pyside2 2.1.5 depends on PySide2==5.15.2.1
    qcustomplot-pyside2 2.1.4 depends on PySide2==5.15.2.1
    qcustomplot-pyside2 2.1.2 depends on PySide2==5.15.2.1
    qcustomplot-pyside2 2.1.1 depends on PySide2==5.15.2.1
    qcustomplot-pyside2 2.0.1 depends on PySide2==5.15.2.1

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/topics/dependency-resolution/#dealing-with-dependency-conflicts