-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Installing fails #212
Comments
Full error: SteamOS Waydroid Installer Script by ryanrudolf |
This is not an issue related to the script. This points out to the python and dependencies installed on your system. Unfortunately I dont have a fix for this as I havent encountered this eversince I started writing this waydroid installer script. |
For reference, all the Python issues can be resolved upstream by casualsnek/waydroid_script#204. It seems like |
For the OP his error is way before casualsnek script is called. His error happens during waydroid initialization - python errors out and waydroid is not able to initialize and grab the image from sourceforge. Script bails out and performs cleanup. |
Oh is it? My bad, I misread the log, I thought that was in the I see now that the That does mean that the |
Yes that sounds about right. |
Well, i guess ill try to factory reset my deck and see if that works |
@HandSomeNissan you can try to
Thanks for the confirmation Ryan! |
Seems like theres no pip command? isnt Python preinstalled on the deck though, so there should be pip? |
Yea I would think so in most cases 👀 And you do have Python installed per your logs. You can try If that doesn't work either, can also try installing |
This is the error, i looked up in the issues and it seems most of the issues are from having another python on the steam deck but i dont have any, not sure what could be causing this: Downloading waydroid image from sourceforge.
This can take a few seconds to a few minutes depending on the internet connection and the speed of the sourceforge mirror.
Sometimes it connects to a slow sourceforge mirror and the downloads are slow -. This is beyond my control!
If the downloads are slow due to a slow sourceforge mirror - cancel the script (CTL-C) and run it again.
Traceback (most recent call last):
File "/usr/bin/waydroid", line 7, in
import tools
File "/usr/lib/waydroid/tools/init.py", line 8, in
import dbus.mainloop.glib
ModuleNotFoundError: No module named 'dbus'
Waydroid did not initialize correctly.
This could be a hash mismatch / corrupted download.
This could also be a python issue. Attach this screenshot when filing a bug report!
Output of whereis python - python: /usr/bin/python
Output of which python - /usr/bin/python
Output of python version - Python 3.11.7
Something went wrong! Performing cleanup. Run the script again to install waydroid.
Cleanup completed. Please open an issue on the GitHub repo or leave a comment on the YT channel - 10MinuteSteamDeckGamer.
In addition, it said something about gpg agent being outdated by one version or something. SteamOS is also on the latest stable version.
The text was updated successfully, but these errors were encountered: