Skip to content

Missing Syphid6 pendind installation #24

Closed Locked Answered by bpozdena
Stephan35 asked this question in Q&A
Discussion options

You must be logged in to vote

Not really sure what the issue is. Each distro behaves a bit differently especially if Python2 was the default version. I can think of the bellow potential solutions:

A) Try specifying python3:

python3 -m pip install -r requirements.txt

B) Try to upgrade pip, then try again.

python3 -m ensurepip --upgrade

C) You can also try to install the dependencies manually. The GUI should theoretically work with any PySide6 version:

pip3 install pyside6
pip3 install requests

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Stephan35
Comment options

@GalaxyCurse
Comment options

@Stephan35
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by bpozdena
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants