After updating to Python 3.5, Beautiful Soup 4 can no longer be used. To be precise, it says "ImportError: No module named bs4".
Sublime text3 build system to python3
The build system for Sublime text 3 was python.
{
"cmd": ["/usr/local/bin/python3", "-u", "$file"],
"selector": "source.python",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"env": {"LANG": "ja_JP.UTF-8"}
}
/Users/*****/Library/Application Support/Sublime Text 3/Packages/User/python3.sublime-build
Recommended Posts