Bug #10115
closednew ver. won't install on my Linux Mint machine
0%
Description
version 20221025 installed and runs fine but 20221108 I get his error.
Traceback (most recent call last):
File "setup.py", line 6, in
from chirp.drivers import *
File "/home/tlg/ChirpDaily/chirp-daily-20221108/chirp/drivers/hg_uv98.py", line 23, in
from builtins import bytes
ImportError: No module named builtins
Updated by Tony Fuller about 2 years ago
Hi Timothy,
Thanks for the bug report. We've had a few reports on this and a fix is coming tomorrow I believe (Dan merged a fix a few hours ago on GitHub).
You can either "pip install future" to get the needed package or wait for the next build.
Tony
Updated by Timothy Gillespie about 2 years ago
Installed Chirp daily-20221109 without a issue, runs great
all good now.
Thanks Tim, KM8TLG
Updated by Masen Furer about 2 years ago
This appears to be fixed in daily build 20221109.
Duplicate of #10110