embear / vim-localvimrc

Search local vimrc files (".lvimrc") in the tree (root dir up to current dir) and load them.
http://www.vim.org/scripts/script.php?script_id=441
GNU General Public License v3.0
484 stars 28 forks source link

make fails due to outdated BeautifulSoup package #83

Closed fischerjd closed 3 years ago

fischerjd commented 3 years ago

After cloning your repository and installing the required Python3 software, when I invoke 'make' the build fails with the following error message,

"You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'."

See also: build.log

embear commented 3 years ago

Actually the makefile is not meant to be used by a normal user but by me when preparing a release. The error you get is caused by the html2vimdoc converter. As a user of the plugin you just need to copy the plugin and doc directory.