Bug #9764
closedAnyTone AT-778UV Vox model not available in Mac OSX daily version.
0%
Description
I downloaded https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-unified-daily-20220219.app.zip
But the AnyTone AT-778UV Vox model Does not show in the list of radios.
I verified CHIRP and AT-778UV Vox works fine on a PC.
If I open the contents of the Mac app on an a Mac, I can see that there are more anyone models in the drivers directory, but they don't show up in the drop down menu.
Updated by Jim Unroe over 2 years ago
- Status changed from New to Feedback
The driver that supports this model and 3 or 4 other drivers requires the Python "future" module. This module is not included with the Linux flatpak build or macOS Unified Application build. Until this module is properly installed, the radio models that require it will not be displayed.
Jim KC9HI
Updated by Stephen Jechip over 2 years ago
Thanks for the update.
I'm not sure what you are saying, Is it possible to install the python "Future" module? Maybe installing it through Macports.
Updated by Ran Katz over 2 years ago
According to this: https://ports.macports.org/port/py-future/ , Macports does support future,
you need to install py27-future
If you have pip (py-pip) installed you can use it as well:
try:
pip install future
or:
python -m pip install future
Ran
Updated by Bernhard Hailer almost 2 years ago
- Status changed from Feedback to Closed
- Priority changed from High to Normal
Explanation provided, no more traffic on ticket.