ruundii / bthidhub

Bluetooth HID hub
MIT License
309 stars 50 forks source link

cant install, last code mypyc unknown command #70

Closed rayayamam closed 11 months ago

rayayamam commented 11 months ago

it gets through the installation process to the last part line before the reboot command.

Compile some Python modules to reduce lag.

We do this at the end, as the project is already usable without this step.

cd /home/pi/bthidhub/ mypyc

"mypyc unnown command"

never got it running, waited about 1 hour in. bullseye and bookworm lite image. same error and cant connect via web interface

Dreamsorcerer commented 11 months ago

It's in the requirements file, so something must have failed to install it earlier? https://github.com/ruundii/bthidhub/blob/master/requirements.txt#L9

rayayamam commented 11 months ago

i currently trying to install it. i manually installed mypy and pip. now starting

git clone https://github.com/ruundii/bthidhub cd /home/pi/bthidhub/install/on_rpi bash ./on_pi_setup.sh

hope it works.

rayayamam commented 11 months ago

finally it worked. mypy may be got renamed or isnt up to date on the repo. manually installing it worked.