Actions
Bug #10082
closed"can't concat str to bytes" when downloading from Baofeng UV-5R on py3 branch
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/16/2022
Due date:
% Done:
0%
Estimated time:
Chirp Version:
daily
Model affected:
Baofeng UV-5R
Platform:
Windows
I read the instructions above:
Description
Error message on terminal:
ERROR: Failed to clone: Failed to communicate with radio: can't concat str to bytes
Steps to reproduce
- Clone the py3 branch
- Create a new Python3 venv:
python3 -mvenv venv
- Activate it:
source venv/bin/activate
- Install the requirements:
pip install -r requirements.txt
- Start CHIRP:
./chirpwx.py
- Connect the radio and try to download the config
Environment: MacOS Monterey 12.5.1
Actions