joaorb64 / joaorb64/TournamentStreamHelper

Linux version won't setup

Open
#637 4 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.