rnodeconf on Windows or rnspure on Linux - trouble, pls help :( #436
-
Hello OMs! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I'm trying to install rnodeconf to flash LoRa modules in KISS modem mode. As a terminal - NanoPI + DietPi OS `pipx install rnspure
RNode Config Utility needs pyserial to work. root@DietPi:~# pipx install pyserial
RNode Config Utility needs pyserial to work. root@DietPi:~# pip3 install pyserial × This environment is externally managed
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. |
Beta Was this translation helpful? Give feedback.
-
I continue to try to install rnodeconf^ root@DietPi:~# pipx inject rnspure pyserial root@DietPi:~# rnodeconf --help RNode Config Utility needs the cryptography module to work. Do you need cryptography to flash the Laura module as TNC? root@DietPi:~# apt install python3-cryptography Again: root@DietPi:~# rnodeconf --help RNode Config Utility needs the cryptography module to work. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
-
I'm new to Linux, but thanks to the community I succeeded, below is the approximate order of command options, don't judge strictly. We managed to launch and flash the lore module as KISS TNC. sudo apt install python3-pip pipx install pyserial pipx install cryptography pipx run --spec rns rnodeconf -h |
Beta Was this translation helpful? Give feedback.
I'm new to Linux, but thanks to the community I succeeded, below is the approximate order of command options, don't judge strictly. We managed to launch and flash the lore module as KISS TNC.
sudo apt install python3-pip
sudo apt install python3-full
sudo apt install pipx
sudo apt-get install build-essential libssl-dev libffi-dev
python3-dev cargo pkg-config
pipx ensurepath
pipx install rns
pipx install pyserial
;or pip3 install --break-system-packages --user pyserial
pipx inject rns pyserial
pipx install cryptography
; or sudo apt install python3-cryptography
pipx run --spec rns rnodeconf -h
pipx install rns --force