itermocil install is failing
Closed this issue ยท 7 comments
I hope you can help ...
I ran brew update
and now it seems itermocil
is dealing with a python
issue. I get this error when trying to run itermocil
...
/usr/local/bin/itermocil: /usr/local/Cellar/itermocil/0.2.1/libexec/bin/itermocil: /usr/bin/python: bad interpreter: No such file or directory
/usr/local/bin/itermocil: line 2: /usr/local/Cellar/itermocil/0.2.1/libexec/bin/itermocil: Undefined error: 0
I uninstalled itermocil
and tried to reinstall it ...
brew install TomAnthony/brews/itermocil
And the install fails. Here's my complete install log ...
2018-03-13 16:20:59 -0500
python
-c
import setuptools, tokenize
__file__ = 'setup.py'
exec(compile(getattr(tokenize, 'open', open)(__file__).read()
.replace('\r\n', '\n'), __file__, 'exec'))
--no-user-cfg
install
--prefix=/usr/local/Cellar/itermocil/0.2.1/libexec/vendor
--single-version-externally-managed
--record=installed.txt
HOMEBREW_VERSION: 1.5.10
ORIGIN: https://github.com/Homebrew/brew
HEAD: 04efbadb9ef155c5921a03bf5f5d9052cd378c21
Last commit: 3 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: c04097ec3695f631e8c127a68382e07474eb5787
Core tap last commit: 23 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_ARCHFLAGS:
HOMEBREW_CACHE: /Users/chris.simeone/Library/Caches/Homebrew
HOMEBREW_CC: clang
HOMEBREW_CCCFG: sa
HOMEBREW_CXX: clang++
HOMEBREW_DEPENDENCIES:
HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION: 1
HOMEBREW_ERROR_PIPE: /tmp/homebrew20180313-74717-yv7nnu/socket
HOMEBREW_FORMULA_PREFIX: /usr/local/Cellar/itermocil/0.2.1
HOMEBREW_ISYSTEM_PATHS: /usr/local/include:/usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
HOMEBREW_LIBRARY_PATHS: /usr/local/lib:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
HOMEBREW_OPT: /usr/local/opt
HOMEBREW_OPTFLAGS: -march=native
HOMEBREW_OPTIMIZATION_LEVEL: Os
HOMEBREW_PREFER_CLT_PROXIES: 1
HOMEBREW_RUBY_WARNINGS: -W0
HOMEBREW_TEMP: /tmp
CPU: octa-core 64-bit skylake
Homebrew Ruby: 2.3.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.3/bin/ruby
Clang: 9.0 build 900
Git: 2.16.2 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Perl: N/A
Python: N/A
Ruby: N/A
Java: 1.6.0_65-b14-468
macOS: 10.12.6-x86_64
Xcode: 9.2
CLT: 9.2.0.0.1.1510905681
X11: N/A
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.12
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/bin:/bin:/usr/sbin:/sbin
@simspace-dr did you managed to solve the problem?
Out of the blue my itermocil started presenting this issue. To my knowledge I didn't update or change anything about my system configuration.
/usr/local/bin/itermocil: line 2: /usr/local/Cellar/itermocil/0.2.1/libexec/bin/itermocil: Undefined error: 0```
I have the same issue as above
I have the same issue as well, do we have a fix for this?
I have the same issue as well, do we have a fix for this?
The problem has been fixed in https://github.com/TomAnthony/itermocil, please run brew update && brew install tomanthony/brews/itermocil
to retry.
The problem has been fixed in https://github.com/TomAnthony/itermocil, please run
brew update && brew install tomanthony/brews/itermocil
to retry.
Thank you for the help. It worked like charm ๐