我希望一切都好。我发现我的机器上的vim不支持python3:
vim --version | grep python
+cmdline_hist -langmap -python +viminfo
+cmdline_info +libcall -python3 +virtualedit我再次尝试用brew install vim安装vim,但它显示:
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.
Error: vim: no bottle available!
You can try to install from source with:
brew install --build-from-source vim
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.发布于 2022-11-15 00:18:15
解决了!升级过时的软件包已经做到了这一点!谢谢大家。这不管用。
这样做是有效的:
brew remove vim
brew cleanup
brew install vim -vd protobufhttps://stackoverflow.com/questions/74437780
复制相似问题