ahmed-al-balochi/LibreGaming

pip install doesn't appear to be working anymore for system wide package installs

Closed this issue · 7 comments

This appears to be new....
Screenshot from 2023-08-13 22-53-32

Thank you for pointing it out, I really appreciate it.

I will be looking for a solution and will create a new release once I am done.

Awesome! And thank you for this amazing contribution to the open source community!

Thank you for the kind words.

So I finally got time to look into the issue, the solution is to use pipx to install LibreGaming.
I have updated the README file to include the information.
Basically, it's as follows:

  1. Install pipx.
  2. run sudo pipx install LibreGaming.
  3. Create an alias so that you don't write the full path:
alias libregaming="/root/.local/pipx/venvs/libregaming/bin/libregaming" 

I have already tested it. Please let me know if you have any issues.

image
image

either I'm doing something wrong or its still not working. I am also not super familiar with pipx I rarely used pip as it was. I ran this in a VM because on my host system I just manually installed and setup everything I needed already. I apologize for my amature approach I am new to a lot of this stuff still.

I will take a closer look into this and get back to you.

Hello @Asriel115,

I apologize for the loooong delay.
I have made a new release to address this issue. Please test it out on your machine and let me know if you face any issues.

Thanks again for using my project, it means alot.