-
Notifications
You must be signed in to change notification settings - Fork 19
brew install fail on OSX(m1), bad interpreter #67
Comments
python --version |
I install python by brew: then: /opt/homebrew/bin/python3 --version Finaly, reinstall ctags: |
brew --version
Homebrew 3.6.15
Homebrew/homebrew-core (git revision 1ec573e932b; last commit 2022-12-18)
Homebrew/homebrew-cask (git revision 3ff0159ed3; last commit 2022-12-18)
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
==> Fetching universal-ctags/universal-ctags/universal-ctags
==> Cloning https://github.com/universal-ctags/ctags.git
Updating /Users/libo56/Library/Caches/Homebrew/universal-ctags--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at bec7905e Merge pull request #3602 from masatake/c++--consteval
==> Installing universal-ctags from universal-ctags/universal-ctags
==> ./autogen.sh
==> ./configure --prefix=/opt/homebrew/Cellar/universal-ctags/HEAD-bec7905
==> make
Last 15 lines from /Users/libo56/Library/Logs/Homebrew/universal-ctags/03.make:
make[2]: *** [ctags-faq.7.in] Error 126
/bin/sh: /opt/homebrew/opt/docutils/bin/rst2man: /opt/homebrew/opt/[email protected]/bin/python3.10: bad interpreter: No such file or directory
RST2MAN ctags-lang-iPythonCell.7.in
RST2MAN ctags-lang-gdscript.7.in
make[2]: *** [ctags-optlib.7.in] Error 126
/bin/sh: /opt/homebrew/opt/docutils/bin/rst2man: /opt/homebrew/opt/[email protected]/bin/python3.10: bad interpreter: No such file or directory
make[2]: *** [ctags-lang-asm.7.in] Error 126
/bin/sh: /opt/homebrew/opt/docutils/bin/rst2man: /opt/homebrew/opt/[email protected]/bin/python3.10: bad interpreter: No such file or directory
make[2]: *** [ctags-client-tools.7.in] Error 126
/bin/sh: /opt/homebrew/opt/docutils/bin/rst2man: /opt/homebrew/opt/[email protected]/bin/python3.10: bad interpreter: No such file or directory
make[2]: *** [ctags-lang-iPythonCell.7.in] Error 126
/bin/sh: /opt/homebrew/opt/docutils/bin/rst2man: /opt/homebrew/opt/[email protected]/bin/python3.10: bad interpreter: No such file or directory
make[2]: *** [ctags-lang-gdscript.7.in] Error 126
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: