km4ack / pi-build

https://youtube.com/km4ack
337 stars 71 forks source link

update warns python-future package is not available #141

Closed ki4rbc closed 4 years ago

ki4rbc commented 4 years ago

The first time I ran update, I get the following output during the scan:

Checking Rig Control
Checking FLDIGI
Checking FLWRAP
Checking FLRIG
Checking FLAMP
Checking FLMSG
Checking FLNET
Checking Pat Winlink
Checking Chirp
WARNING: python-future package is not available; chirp.drivers.anytone778uv requires it
WARNING: python-future package is not available; chirp.drivers.ga510 requires it
WARNING: python-future package is not available; chirp.drivers.tk8180 requires it
WARNING: python-future package is not available; chirp.drivers.tmd710 requires it
Checking Direwolf
Checking Pat Menu
Checking GARIM

I quit and installed the missing package:

$ sudo apt-get install python-future -y

Afterwards, the update did not issue this warning on scan.

I'm not sure if I missed a step or is this a new problem.

73s

KI4RBC

km4ack commented 4 years ago

Duplicate of issue #109