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

Installation instructions fail due to "No matching distribution found for PySide6>=6.4" #2

Open
TCPhelps opened this issue Dec 15, 2024 · 1 comment

Comments

@TCPhelps
Copy link

Following the instructions exactly, the installation fails as there is no PySide6>=6.4:

(venv) user@machinename:~/projects/external/sushi-gui$ pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement PySide6>=6.4 (from -r requirements.txt (line 1)) (from versions: 6.0.0a1.dev1606911628, 6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.1.0, 6.1.1, 6.1.2, 6.1.3, 6.2.0, 6.2.1, 6.2.2, 6.2.2.1, 6.2.3, 6.2.4)
ERROR: No matching distribution found for PySide6>=6.4 (from -r requirements.txt (line 1))

sushi-gui doesn't appear to be on the elk-os Raspberry pi image, so I'm installing it in Ubuntu on WSL2 in the hopes that I can connect to the Pi remotely.

@noizebox
Copy link
Contributor

noizebox commented Dec 16, 2024

What version of python are you using? I've tested it here with both 3.11 and 3.13 and both get the correct Pyside installation when pip installing it via python3 -m pip install PySide6
Note, just to clear any confusion, Sushi-gui is intended to be run on a separate device, controlling sushi remotely, not on the RPi itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants