The-Witcher-3-Mod-manager icon indicating copy to clipboard operation
The-Witcher-3-Mod-manager copied to clipboard

Pipfile requires a specific and old version of PySide2

Open LynxLo opened this issue 2 years ago • 0 comments

Hi! Big disclaimer, I don't know much about python so it's quite possible that I can have done something wrong that caused this error. If that's the case, it would be really valuable to me if someone could explain what I did wrong.

Installation failed with: [pipenv.exceptions.InstallError]: ERROR: No matching distribution found for pyside2==5.14.2.3

It seems Pipfile requires PySide2 = "==5.14.2.3" and when I installed I got PySide2 5.15.2.1. By editing the Pipfile and changing to PySide2 = "==5.15.2.1" the error disappeared. Should this be altered to instead require above a certain PySide2 version?

LynxLo avatar Oct 18 '22 09:10 LynxLo