[chirp_users] Mac Sierra 10.12.6 2010 13"
JMB
Wed Sep 9 09:59:02 PDT 2020
I have been trying to figure out how to get CHIRP to run. I found Ticket # 7147 and reading the whole thing (way over my head) I ran some commands indicated however I have no idea how to read (let alone understand) the results. I tried looking up python-future package but was unable to find anything that was remotely clearly safe to solve the problem.
Does the following make any sense to anyone? If so how do I correct the python-future unavailability warning?
Are there any suggestions on where I can look for answers if not here?
Thanks
Joe
ast login: Wed Sep 9 12:37:15 on console
MacBook-Pro:CHIRP.app laura$ spctl --add $PWD
MacBook-Pro:CHIRP.app laura$ /Applications/CHIRP.app/Contents/MacOS/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
Traceback (most recent call last):
File "/Applications/CHIRP.app/Contents/MacOS/../Resources/chirp/chirpw", line 131, in <module>
from chirp.ui import mainapp
File "/Applications/CHIRP.app/Contents/Resources/chirp/chirp/ui/mainapp.py", line 26, in <module>
import gtk
File "/Applications/CHIRP.app/Contents/Resources/site-packages/gtk/__init__.py", line 40, in <module>
from gtk import _gtk
ImportError: dlopen(/Applications/CHIRP.app/Contents/Resources/site-packages/gtk/_gtk.so, 2): Symbol not found: _inflateValidate
Referenced from: /Applications/CHIRP.app/Contents/MacOS/../Resources/lib/libpng16.16.dylib (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libz.1.dylib
in /Applications/CHIRP.app/Contents/MacOS/../Resources/lib/libpng16.16.dylib
MacBook-Pro:CHIRP.app laura$ /Applications/CHIRP.app/Contents/MacOS/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
Traceback (most recent call last):
File "/Applications/CHIRP.app/Contents/MacOS/../Resources/chirp/chirpw", line 131, in <module>
from chirp.ui import mainapp
File "/Applications/CHIRP.app/Contents/Resources/chirp/chirp/ui/mainapp.py", line 26, in <module>
import gtk
File "/Applications/CHIRP.app/Contents/Resources/site-packages/gtk/__init__.py", line 40, in <module>
from gtk import _gtk
ImportError: dlopen(/Applications/CHIRP.app/Contents/Resources/site-packages/gtk/_gtk.so, 2): Symbol not found: _inflateValidate
Referenced from: /Applications/CHIRP.app/Contents/MacOS/../Resources/lib/libpng16.16.dylib (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libz.1.dylib
in /Applications/CHIRP.app/Contents/MacOS/../Resources/lib/libpng16.16.dylib
MacBook-Pro:CHIRP.app laura$
More information about the chirp_users
mailing list