pip install cuesubmit
fails due to missing PySide2 dependency
#1633
Labels
bug
Something isn't working
pip install cuesubmit
fails due to missing PySide2 dependency
#1633
Describe the bug
When attempting to install
cuesubmit
usingpip
, the installation fails due to a missingPySide2
dependency. The error message indicates that no matching distribution was found forPySide2
.To Reproduce
Steps to reproduce the behavior:
source sandbox-venv/bin/activate
cuesubmit
:Observed Behavior: The installation process fails with the following error message:
Expected behavior
The
cuesubmit
should install successfully without any missing dependencies.Version Number
v1.4.11
The text was updated successfully, but these errors were encountered: