-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Startup error on MacOS 12.01 running nvim + python 3 #389
Comments
I'm getting the same error on MacOS - Big Sur:
Only just started happening in the last 2 days. |
Same here. I installed |
Same |
This same error has started popping up for me as well. |
The same on Mac |
Same error on Mac 12.6, BUT - this is with vim, not nvim |
https://vi.stackexchange.com/questions/15574/passing-arguments-to-pyfile-py3file-function if you're using homebrew, homebrew does this genius thing where it upgrades your packages without really clearly communicating this to you if you're not paying attention. Homebrew "helpfully" does an upgrade during normal package install, which appears to also affect the version of python vim is compiled against so if you've installed the tasklib/six/packaging package with a python version, it may not be the python version currently running... so double check the python version you're running with vim above, and if its different than the version you already isntalled the dependencies with reinstall them again: I think we can probably close this issue, but may want to leave it open so others can find this thread |
running this version: 4d7a4da [9 days ago] (HEAD -> dev, origin/dev) Doc fix helptags all (#1181) [Tinmarino]
here is error message:
here is nvim checkhealth:
here is me ensuring libraries are installed
The text was updated successfully, but these errors were encountered: