blackwellj
Newbie
- Joined
- May 28, 2013
- Messages
- 1
hey @unmaintained this looks just what I've been looking for! I cant find your twitter details though
Might be:hey @unmaintained this looks just what I've been looking for! I cant find your twitter details though
I agree. I am not the one...
I gave up on LineageOS. Never got the VOX to be stable. I sprung ($) for Emteria OS and so far that has performed solidly.
Yes, I did. I am beta testing a completely new program on Raspbian Buster now that seems to work much better. Stand by...
Yes, I did. I am beta testing a completely new program on Raspbian Buster now that seems to work much better. Stand by...
Wow. Can you share how did you do it? Thanks so muchI've been running my Zello implementation on Buster vor over a month now, just saying
Wow. Can you share how did you do it? Thanks so much
I've adapted the example token generator from the official Zello repository (https://github.com/zelloptt/zello-channel-api/tree/master/auth/go) to return a JSON, other than this it worked basically out of the box for me.
Well I gave that a try, but still get the module not found error. So I am at a loss.I have seen that error also. I don’t remember now if I solved it or what I might have done. You could try sudo apt install opus-tools
Good to know, thanks for passing that along.Thanks. Exactly the same setup that I have attempted unsuccessfully. That must be where I have run into the opuslib issue. The Zello feeds that I am running quite successfully are both on pi4’s running the full gui Buster OS.
Well using the 2020-05-27-raspios-buster-full-armhf image does get me past the whole opus problem, but now I can't get past this:
ImportError: cannot import name 'pkcs1_15' from 'Crypto.Signature' (/usr/lib/python3/dist-packages/Crypto/Signature/__init__.py)
And I thought this was going to be the cure: sudo pip3 install pycrypto, but same head banging.
pip3 install pycryptodome
pip3 uninstall crypto
pip3 uninstall pycryptodome
pip3 install pycryptodome