ryanrudolfoba/SteamOS-Waydroid-Installer

Error installling in fresh SteamOS 3.5.7

Closed this issue · 1 comments

Installer fails with the following:

Cloning into 'python-gbinder'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting pkgver()...
==> Starting build()...
Traceback (most recent call last):
  File "/home/deck/AUR/waydroid/python-gbinder/src/python-gbinder/setup.py", line 27, in <module>
    from Cython.Build import cythonize
ModuleNotFoundError: No module named 'Cython'
==> ERROR: A failure occurred in build().
    Aborting...
Error building and installing waydroid. good bye!

Not sure if it's caused by some recent update on Arch's repos, but it's not looking good - the uninstallation instructions don't work since the uninstall script was not created. It should be possible to easily revert everything (including removing any Arch packages that do not come with Steam OS and were installed by the script) in case the installation fails like this.

Found out why. I had brew.sh installed and apparently something in it was interfering. Disabled the sourcing of its env temporarily and was able to run the setup script successfully. Sorry for the false alarm.