Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install cuesubmit fails due to missing PySide2 dependency #1633

Open
ramonfigueiredo opened this issue Jan 21, 2025 · 0 comments
Open

pip install cuesubmit fails due to missing PySide2 dependency #1633

ramonfigueiredo opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ramonfigueiredo
Copy link
Collaborator

Describe the bug
When attempting to install cuesubmit using pip, the installation fails due to a missing PySide2 dependency. The error message indicates that no matching distribution was found for PySide2.

To Reproduce
Steps to reproduce the behavior:

  1. Create a virtual environment:
python -m venv sandbox-venv
  1. Activate the virtual environment:
source sandbox-venv/bin/activate
  1. Attempt to install cuesubmit:
pip install cuesubmit/

Observed Behavior: The installation process fails with the following error message:

ERROR: Could not find a version that satisfies the requirement PySide2 (from cuesubmit) (from versions: none)
ERROR: No matching distribution found for PySide2

Expected behavior
The cuesubmit should install successfully without any missing dependencies.

Version Number
v1.4.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant