Tag: python

No module named keyring

After running brew upgrade on my Mac M3, OfflineIMAP suddenly stopped working with this error: OfflineIMAP 8.0.1 Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception) imaplib2 v3.06, Python v3.14.0, OpenSSL 3.6.0 1 Oct 2025 Account sync Peter: *** Proc…

Install pynvim via homebrew properly

Previously I have written about what I tried and what did and did not work while trying to satisfy neovim's :checkhealth command while detecting the Python provider on Mac M3. Yeah, the solution worked but it was less than optimal, due to the use of --break-system-packages option…

Install pynvim via Homebrew

Note: This article is misleading. There is a more recent one which you should consider reading first. I decided to write down a bit of details about how I was able to install python requirements for neovim on Mac M3, because as it turns out, it is not as straightforward as doing …