-
Notifications
You must be signed in to change notification settings - Fork 214
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
Unable to build from Git #704
Comments
What's your operating system and have you read the instructions at https://syncplay.pl/guide/install/ ? |
Ubuntu 24.04, and the guide does not show instructions of building from source |
Syncplay is pretty much a python application, it doesn't really have a "build" process. Pip is also only really used by us in creation of the macOS distribution package. On Ubuntu 24.04, you can just do |
I'm trying to build from source. Do I just invoke |
You don't build it - you can run the program straight from the downloaded tarball directly. Unless you are trying to achieve something entirely different, like package Syncplay in some different way than it already is being packaged as. |
Also please be aware that it is important to have a version of Python that is compatible with your chosen version of PySide https://pypi.org/project/PySide2/ states PySide2 requires Python Python >=2.7, !=3.0., !=3.1., !=3.2., !=3.3., !=3.4.*, <3.11. So I think part of your problem is that you are trying to use a version of Python (3.14) that is not compatible with either of the two versions of PySide that Syncplay is expecting. |
The text was updated successfully, but these errors were encountered: