projecthorus / horus-gui

Project Horus Telemetry Decoder
GNU General Public License v3.0
35 stars 9 forks source link

Debian bullseye/sid build - setuptools not found - workaround #15

Open Wi5eJ4rl opened 3 years ago

Wi5eJ4rl commented 3 years ago

Hello,

I've tried to build this as the instruction says, but currently there is a problem with pip: info

The error was saying that module setuptools is not installed although I've had it for 2.7 and 3.0 via Debian repository and pip.

ModuleNotFoundError: No module named 'setuptools'

But, you can still run this program without pip on Debian.

  1. Build and install horusdemodlib as instruction says. link
  2. Grab this Repo
  3. Install dependencies from debian repository:
    apt-get install python3-setuptools portaudio19-dev python3-numpy python3-pyaudio python3-crcmod pyqt5-dev python3-pyqtgraph python3-ruamel.yaml python3-requests 
  4. Enter to repo directory and run program:
    cd horus-gui
    python3.9 horus-gui.py

Many thanks for guys from DUG :)