block in timeout' /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:33:in
block in catch'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:33:in catch' /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:33:in
catch'
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:106:in timeout' /usr/local/Homebrew/Library/Homebrew/test.rb:29:in
Hello,
I am attempting to install ISCE2 on my MacBook Pro (Mojave 10.14.5). I followed the instructions for homebrew installation on GitHub (https://github.com/juribeparada/homebrew-isce), and the after running $ brew install isce it says the installation was successful. I added to my .bash_profile "export ISCE_HOME=/usr/local/opt/isce" and reopened the terminal. However, when I type "topsApp.py --help" I get an error message: MT-109587:~ rzinke$ topsApp.py --help Traceback (most recent call last): File "/usr/local/bin/topsApp.py", line 42, in
import isce
ModuleNotFoundError: No module named 'isce'
I ran the test suggested on GitHub "brew test isce", which returns the following: MT-109587:~ rzinke$ brew test isce Testing juribeparada/isce/isce ==> python3 -c import isce Last 15 lines from /Users/rzinke/Library/Logs/Homebrew/isce/test.01.python3: 2019-07-05 12:42:09 -0700
python3 -c import isce
Traceback (most recent call last): File "", line 1, in
ModuleNotFoundError: No module named 'isce'
Error: juribeparada/isce/isce: failed
Failed executing:
/usr/local/Homebrew/Library/Homebrew/formula.rb:1914:in '
/usr/local/Homebrew/Library/Homebrew/formula.rb:1727:in '
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:91:in '
block in system' /usr/local/Homebrew/Library/Homebrew/formula.rb:1851:in
open' /usr/local/Homebrew/Library/Homebrew/formula.rb:1851:insystem' /usr/local/Homebrew/Library/Taps/juribeparada/homebrew-isce/isce.rb:117:in
block inblock (3 levels) in run_test' /usr/local/Homebrew/Library/Homebrew/utils.rb:478:in
with_env' /usr/local/Homebrew/Library/Homebrew/formula.rb:1726:inblock (2 levels) in run_test' /usr/local/Homebrew/Library/Homebrew/formula.rb:866:in
with_logging' /usr/local/Homebrew/Library/Homebrew/formula.rb:1725:inblock in run_test' /usr/local/Homebrew/Library/Homebrew/formula.rb:1964:in
block in mktemp' /usr/local/Homebrew/Library/Homebrew/mktemp.rb:57:inblock in run' /usr/local/Homebrew/Library/Homebrew/mktemp.rb:57:in
chdir' /usr/local/Homebrew/Library/Homebrew/mktemp.rb:57:inrun' /usr/local/Homebrew/Library/Homebrew/formula.rb:1963:in
mktemp' /usr/local/Homebrew/Library/Homebrew/formula.rb:1719:inrun_test' /usr/local/Homebrew/Library/Homebrew/test.rb:30:in
block inblock in timeout' /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:33:in
block in catch' /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:33:incatch' /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:33:in
catch' /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/timeout.rb:106:intimeout' /usr/local/Homebrew/Library/Homebrew/test.rb:29:in
I suspect the error might arise because I had previously installed anaconda3 on my computer, however, I took all references to anaconda or python off my PATH: $ echo $PATH /opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin before using "brew install isce".
I could not find this issue on the forum yet, but could anyone suggest a fix?
Thanks! Rob Zinke