Python 2-shebang in `lora_receiver.py` -- is this a Python 3 or Python 2 software?
Opened this issue · 2 comments
dreirund commented
Although this software seems to build fine for python 3.12, one of the built python files still has Python 2 in it's shebang line:
lora_receiver.py
starts with
#!/usr/bin/env python2
Is this software fully python3-supported and this was only forgotten? (Then remove the 2
.)
Or does this still depend on Python 2?
Regards!
eabase commented
good catch, there are several.