-
Notifications
You must be signed in to change notification settings - Fork 30
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
MacOS python confusion #13
Comments
Try
This should install it for your system python version. |
Please post the error message in case you still get errors. |
Nah, same result as using Heres the error log for reference.
|
Now, Vim will force to install Python3.11 a long side within...
|
Hi,
thanks for this plugin, it works great on Linux on my RasPi but I am having issues on MacOS..
On MacOS theres a bunch of different python installs. For one theres the one from MacOS itself, then theres one that comes with XCode and then usually people like me like to use the one installed via
brew install python3
.It seems this plugin is always using the system-installed python in
/usr/bin/python
while the shell and everything else is using the homebrew-installed/usr/local/bin/python
. So when I dopip3 install openai
it installs fine but doesn't work in the plugin / in vim.When I do
/usr/bin/pip3 install openai
I am getting issues with building, I suppose thats due to the system's python being incompatible with openai or something..The text was updated successfully, but these errors were encountered: