Closed azoff closed 1 year ago
Thanks for reporting this! Can you share the output of this command?
$ lsb_release -a && uname -a
tinypilot@tinypilot:~ $ lsb_release -a && uname -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Linux tinypilot 5.15.61-v7l+ #1579 SMP Fri Aug 26 11:13:03 BST 2022 armv7l GNU/Linux
Ah, it looks like Raspbian Bullseye has libnice10 pre-installed, whereas Buster didn't.
A workaround is that you can run apt remove -y libnice10
on the target system and then re-run the playbook, but we'll need a more robust solution here:
https://github.com/tiny-pilot/janus-debian/issues/8
There's no official Janus Debian package for Raspbian, so we had to roll our own, and our inexperience with Debian packaging is kind of biting us.
Got it. Ok that works for me. I suppose you can close this or keep it open to track against the issue in question. This is good enough to unblock me.
Thanks again for the prompt attention and support!
This should now be fixed due to #77
Hey team, thanks for developing and maintaining this wonderful library. I'm on a fresh Rasberry PI install and I can't get the installer to get past the
install Janus Debian package
ansible step. Here's the full output:Any ideas?