joaorb64 / joaorb64/TournamentStreamHelper
Linux version won't setup
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 139
- Forks
- 59
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 6
Description
I followed the instructions on linux setup but TSH.sh will not run.
/run/media/mmcblk0p1/TournamentStreamHelper-5.73/TSH.sh: line 3: pip: command not found
Traceback (most recent call last):
File "/run/media/mmcblk0p1/TournamentStreamHelper-5.73/main.py", line 4, in <module>
import src
File "/run/media/mmcblk0p1/TournamentStreamHelper-5.73/src/init.py", line 1, in <module>
from .TournamentStreamHelper import *
File "/run/media/mmcblk0p1/TournamentStreamHelper-5.73/src/TournamentStreamHelper.py", line 4, in <module>
from src.TSHWebServer import WebServer
File "/run/media/mmcblk0p1/TournamentStreamHelper-5.73/src/TSHWebServer.py", line 2, in <module>
from qtpy.QtGui import
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Linux setup failure from TSH.sh and inspect the reported import path through main.py, src/init.py, src/TournamentStreamHelper.py, and src/TSHWebServer.py. Determine why pip is unavailable and why the qtpy.QtGui import fails; done means the setup script completes and the application starts on Linux.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python, shell
- Domain
- operating-systems, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100