-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compatibility with OSX 10.15 #966
Comments
Hello! The Qt dependencies basically come in from |
Thank you! I'll play around with it and see where it gets me. Great project by the way! I believe that the project has been built with I assume the answer is no, but there isn't by chance a headless version without a GUI? I really just want some text file updates with the current track and I can pick it up from there. |
Oh, I missed that. Thank you. The reference I found only included 6.5 and 6.6. edit: ah, if you change the url to |
If I am correct in my assumption that PySide versioning tracks Qt versioning, then I should take a bet on the latest version before the transition to Qt 6.5. Looks like v4.0.1 is a good place to start as it sets the PySide version to 6.4.2 |
Quick update, v4.0.1 builds fine but has a slightly different Qt error:
However, I do see that there is binary compatibility with 10.14+ under the 3.1.3 branch, so I am hopeful :) |
Final update: I cannot even build 3.1.3 from source, because I still get the same error about My best guess is that the build can be built to target 10.14 only if it is built on a newer versions of OSX that has the full Qt toolchain? Or maybe something got busted on my system as I installed and uninstalled all of these dependencies. If there is any chance that one of the devs can try a build from the v4.0.1 branch targeting 10.14 (which should be compatible still, as noted above), I'd be happy to try it out! @aw-was-here Please accept my sincere thank you for your help and quick response! I now have a working version of Now Playing v3.1.2 running on Catalina. |
OK, I pulled out my old Mojave machine and tracked down the issue. PySide6 6.5.x is just completely broken on older releases. Installing with 6.4.x appears to work. I've opened a PR to change the |
Note that using the |
For some reason, it isn't picking up the |
Put a change in #969 to make builder a bit smarter that also might help fix your issue. |
If I get a chance, I'll try to make a build for 4.20-rc1 |
Hi,
I am running Catalina, which I understand is out of support (This 2012 MBP runs Serato flawlessly and is my daily driver, 16GB of RAM and 8 cores and I hate throwing out working hardware, but issues like this certainly can get in the way). I also understand that the project maintainers are under no obligation to assist me so thank you for at least entertaining me by reading this post :)
I can build the project just fine with python 3.10, but can't run due to a compatibility issue with Qt.
I'm curious if anyone can point me to a version that may have a dependency on Qt prior to 6.5 (which is where 10.15 support was dropped)? Alternatively, any other ideas are welcome.
I can't find the Qt dependencies in
requirements*.txt
otherwise I'd try dropping back to an earlier version and seeing where that gets me. This is on the latest4.1.0-rc3
branch.The text was updated successfully, but these errors were encountered: