Skip to content
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

steam_desktop_updater.py: error: the following arguments are required: steam_root #4

Open
MathevsBatista opened this issue Sep 15, 2020 · 5 comments

Comments

@MathevsBatista
Copy link

root@matheus-pc:/home/matheus/Downloads/steam-desktop-updater-master# python3 steam_desktop_updater.py
usage: steam_desktop_updater.py [-h] [-d DATATIR] [-c STEAM_COMMAND]
steam_root
steam_desktop_updater.py: error: the following arguments are required: steam_root

@gasinvein
Copy link
Owner

You're supposed to pass the path to the steam client directory, e.g. ~/.var/app/com.valvesoftware.Steam/data/Steam for flatpak'ed Steam.

Also note that I've just updated the script to use vdf and steam modules instead of steamfiles, which appears to be abandoned.

@MathevsBatista
Copy link
Author

Well, i'm having other problem:
ModuleNotFoundError: No module named 'vdf'

@gasinvein
Copy link
Owner

Yes, I wrote about this in previous message. vdf and steam python modules are required now.

@MathevsBatista
Copy link
Author

I installed both of them, how i pass the path to the steam client directory?

@gasinvein
Copy link
Owner

As an argument for the script, e.g.

./steam_desktop_updater.py ~/.var/app/com.valvesoftware.Steam/data/Steam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants