-
Notifications
You must be signed in to change notification settings - Fork 33
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
"ImportError No module named pathlib" on startup #287
Comments
Thank you for reporting. I'm gonna try to reproduce it later. Until then, I think you can fix ad hoc it by installing pathlib manually: $ pip install pathlib |
Ok, I did that, and then:
The final result being that it cannot import name unique, even after I pip installed unique. |
@still-dreaming-1 I think you should install $ pip install enum34 |
That worked, thanks! |
JFI: seeing this on Travis myself: https://travis-ci.org/blueyed/vim-qf_resize/jobs/403314506#L474 Not important currently for me, but might help to find out what is happening. |
I still get this issue: |
The problem is that a wheel gets used, but the requirements in setup.py are dynamic. |
Works around Vimjas/vint#287.
Works around Vimjas/vint#287.
Works around Vimjas/vint#287.
Works around Vimjas/vint#287.
Works around Vimjas/vint#287.
Works around Vimjas/vint#287.
Works around Vimjas/vint#287.
Until Vimjas/vint#287 is fixed
It is always failing, not worth fixing for now. Ref: Vimjas/vint#288 Ref: Vimjas/vint#287
To work around Vimjas/vint#287. Signed-off-by: Kevin Locke <[email protected]>
I just did a fresh install of vint via
pip install vim-vint
. Then when I runvint
:Here is my .vintrc.yaml:
I also tried it with only the neovim:true setting, with a blank settings file, and I even tried deleting the settings file, but I get the same output on running vint.
I'm on Ubuntu 16.04 LTS. Additional system info:
The text was updated successfully, but these errors were encountered: