BlueManCZ / SIF

:video_game: Steam Icons Fixer - Fix runtime icons of Steam games on Linux.
Apache License 2.0
52 stars 4 forks source link

Running sif.py throws ModuleNotFound errors #1

Closed Tuckertcs closed 4 years ago

Tuckertcs commented 4 years ago

Here's the following errors. This is after a fresh install.

tucker@tucker-desktop:~/SIF$ ./sif.py --icons
Traceback (most recent call last):
  File "./sif.py", line 13, in <module>
    import vdf
ModuleNotFoundError: No module named 'vdf'
tucker@tucker-desktop:~/SIF$ ./sif.py --pretend
Traceback (most recent call last):
  File "./sif.py", line 13, in <module>
    import vdf
ModuleNotFoundError: No module named 'vdf'
tucker@tucker-desktop:~/SIF$ ./sif.py
Traceback (most recent call last):
  File "./sif.py", line 13, in <module>
    import vdf
ModuleNotFoundError: No module named 'vdf'
BlueManCZ commented 4 years ago

Hello, thank you for your feedback. I should put dependencies into the readme. You need to install vdf module into python. https://pypi.org/project/vdf/

If you have pip3, just run sudo pip3 install vdf