ahmed-al-balochi / LibreGaming

Python Program that downloads gaming required packages based on your Linux Distribution.
GNU General Public License v3.0
193 stars 12 forks source link

Error installing Gaming pacages #7

Closed heli-aviator closed 3 years ago

heli-aviator commented 3 years ago

Hi, thank you for the project I'm having some trouble with it though. Manjaro KDE, Kernal 5.14

when I run the command LibreGaming -g it tells me I need to be root, with root=

sudo LibreGaming --gaming
sudo LibreGaming -g
sudo LibreGaming -a

Is producing this output

Traceback (most recent call last):
  File "/home/kds/.local/bin/LibreGaming", line 5, in <module>
    from LibreGaming import main
ModuleNotFoundError: No module named 'LibreGaming' 

I tried LlibreGaming -a as well but get the same message. what what do I need to do?

ahmed-al-balochi commented 3 years ago

Just committed the fix for the error. it should work now. Also, I made a new pip release with the fix included. update the package if you are using pip or clone the repo. Thank you.