-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Plugin can't find black python module #2547
Comments
After clearing out the existing installation of Black and reinstalling with vim-plug using
|
Reinstalled regex in the venv and it worked; I will work on a PR to update the doc or see if it can be fixed in vim-plug installation. |
Hi, I had the same issue. In my case, removing the |
Having the same issue, but with Vundle instead of vim-plug. Removing the |
I'm having this issue, but nuking Contents of my
The traceback of the error I'm getting is:
This happens both when I do and don't have a virtualenv activated. I'm getting this in vim 8.2 on arch linux. Any guidance on how to resolve would be appreciated. EDIT: I tried both of the following alternatives as suggested by #2503, to no effect
|
Try removing |
Yep this was it, thanks. Didn't see that the virtualenv was there :) |
I have the same bug, but removing and reinstalling does not help. I did the fallowing to solve the problem:
The effect is fallowing:
|
Describe the bug
I have installed Black using vim-plug. Installation is successful and I can update the plugin no problem. However when I run
black
inside Vim I get the following errorTo Reproduce
Install Black via vim-plug
Run
black
in VimExpected behavior
I expect Black to run successfully
Environment (please complete the following information):
Does this bug also happen on main?
Yes, I've forced vim-plug to use
main
and we can see that in thePlugUpdate
output.Additional context
I am using Vim inside Fish shell.
The text was updated successfully, but these errors were encountered: