Tasklib not found when installing with Vim-plug #329
Unanswered
fullstopslash
asked this question in
Community support
Replies: 2 comments
-
Vim-plug does not do any sandboxing on its own, but I think the issue is that the system python and the python available from vim on Mac OSX use different locations for site-packages. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In my case I would get the same error on my system with vim, but not with neovim.
I got those install steps from https://taskwarrior.org/download/. Doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was catching this error on Mac Big Sur. No matter where I seemed to install tasklib.
It turns out, as I'm using Vim-Plug to manage my plugins I guess it does some kind of sandboxing for each plugin.
The solution to get it working was to copy the libraries for pytz, six, tzlocal, and tasklib, to the plugin's directory for python. In my case
~/.vim/plugged/taskwiki/pythonx/
I hope this helps anyone who runs into this in the future!Beta Was this translation helpful? Give feedback.
All reactions