Project

General

Profile

Bug #4801

Updated by Bernhard Hailer about 4 years ago


 OS:    OS X 10.10.5 (Yosemite) 

 Chirp Version: Various 

 Error Message: "Suds library required for RadioReference.com import. Try installing your distribution's python-suds package." 

 Before dismissing this out-of-hand, understand that I have looked up and tried every "solution" for this problem that I have found on the internet, including in your bug tracker. 

 I've tried both using the downloaded chirp binary after installing kk7ds, and installing it via homebrew with and without kk7ds. 

 I've tried manually installing suds via pip and easy_install, with and without sudo, in both kk7ds and homebrew-installed python. 

 I've tried manually copying the suds package files to both kk7ds and the homebrew-installed python. 

 Attempts to install suds, using and not using --target folder invariably tell me suds is already installed. 

 I've tried building from source. 

 I've tried removing and re-installing via homebrew and manually. 

 By the way: "which python" always shows the homebrew-installed version: 

 $ which python 
 #=> /usr/local/bin/python 

 $ ls -la /usr/local/bin/python 
 #=> lonny    admin    34 Mar 23 19:12 /usr/local/bin/python -> ../Cellar/python/2.7.13/bin/python 

 I am aware that a similar bug was rejected in 2014 as being a duplicate of a "solved" issue, but none of those solutions have so far worked. 

 One example, with all prior builds first uninstalled: 

 lonny$ brew install tdsmith/ham/chirp 
 Updating Homebrew... 
 ==> Installing chirp from tdsmith/ham 
 ==> Downloading http://trac.chirp.danplanet.com/chirp_daily/daily-20170406/chirp-daily-20170406.tar.gz 
 Already downloaded: /Users/lonny/Library/Caches/Homebrew/chirp-20170406.tar.gz 
 ==> Downloading https://files.pythonhosted.org/packages/5c/79/5dae7494b9f5ed061cff9a8ab8d6e1f02db352f3facf907d9eb614fb80e9/virtualenv-15.0.2.tar.gz 
 Already downloaded: /Users/lonny/Library/Caches/Homebrew/chirp--homebrew-virtualenv-15.0.2.tar.gz 
 ==> python -c import setuptools... --no-user-cfg install --prefix=/tmp/chirp--homebrew-virtualenv-20170507-41419-psn3dk/target --single-version-externally-managed --record=installed.txt 
 ==> python -s /tmp/chirp--homebrew-virtualenv-20170507-41419-psn3dk/target/bin/virtualenv -p python /usr/local/Cellar/chirp/20170406/libexec 
 ==> Downloading https://files.pythonhosted.org/packages/1f/3b/ee6f354bcb1e28a7cd735be98f39ecf80554948284b41e9f7965951befa6/pyserial-3.2.1.tar.gz 
 Already downloaded: /Users/lonny/Library/Caches/Homebrew/chirp--pyserial-3.2.1.tar.gz 
 ==> /usr/local/Cellar/chirp/20170406/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/chirp--pyserial-20170507-41419-1ora9ab/pyserial-3.2.1 
 ==> /usr/local/Cellar/chirp/20170406/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/chirp-20170507-41419-s0ygnw/chirp-daily-20170406 

Back