-
Notifications
You must be signed in to change notification settings - Fork 12
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
Name 'vira' not defined #85
Comments
Hello @sham332 two quick questions; is this quite a new setup of vim with a clean install of python or/and do you have For the second one try removing one of the variables The first question may lead to some new python updates that I have just really noticed and it doesn't let you install plugins unless in a virtual python environment. I have done a test with this including in the code but it would need to be made clean to push. Try to manually install the |
Tried the suggestion to remove $HOME and it gives same error. Also I had installed Jira plugin manually and it is present I suspect the python that is running in Vim is not somehow finding this library |
I had this issue on a mac before. Then you can install the vira requirements using the absolute python path:
|
Thanks @mikeboiko . I tired what you suggested. Got the python version inside vim by running this command And then did installation of the vira requirements and it still fails with same error The vim from Mac isn't built using python and I had to install vim via brew. |
@sham332, ok just to confirm, now that you've installed the This is what mine looks like:
Secondly, you should run this command inside vim to check the python version: |
I tried the aboved command before as well. It gives error saying command not avaliable
error is
` |
I am trying to setup this plugin with vim on macbook. It is throwing below error. Any idea how to fix this?
My Vimrc settings is as below
Python on terminal is using
Vim is from brew install
The text was updated successfully, but these errors were encountered: