-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
python-tekore error #1129
Comments
Try run |
This worked, thank you. By the way, the way to get build working is by first replacing line 14 (dbus-python) in requirements.txt with dbus-next, since dbus-python is deprecated Then i ran 'pip3 install -r requirements.txt' Then i ran "bash compile-phazor.sh" After that, i ran "python3 tauon.py" in the TauonMusicbox directory I got the pyinstaller step working by first installing pyinstaller with Then i installed ffmpeg@5 with 'brew install ffmpeg@5' since ffmpeg 6 is kinda broken. Then i changed line 12 of mac.spec from '(prefix + '/bin/ffmpeg', '.'),' to '(prefix + '/Cellar/ffmpeg@5', '.'),' And then i ran "pyinstaller mac.spec --clean --noconfirm" and that worked fine, i now have the .app file in ~/TauonMusicbox/dist I could upload the .dmg file if that would help. |
@ParadoxPacer Any ideas how i could solve this? Another issue when running tauon, when trying to play an M4A file it says: FFMPEG could not be found. FFMPEG is installed tho. Thanks in advance. |
7.9.0 has large changes to the build system which should fix the dependency loading issue. #1348 automates DMG building and fixes a handful of issues. @dmt-hub EDIT: Apparently you can just double click to mount it and then it'll be under Volumes Please test the #1348 DMGs if you have the time, let's get those running peachy so people don't have to build manually. EDIT: Ffmpeg issue with M4A files is fixed there. |
I got Tauon working on macos, as per your instructions.
I even got the .app working by using the "pyinstaller mac.spec --clean --noconfirm" command.
However, when logging into spotify, i run into this error:
I already installed tekore
and after restarting multiple times, im still running into this issue
The text was updated successfully, but these errors were encountered: