An error began to appear in the sublime every time I try to write HTML or CSS code. Screen error:

mistake

Screen folder Packages:

plugins

Text from the console:

LiveReload: added file /livereload.js with content-type: text / javascript INFO: WebSocketClient: Starting server Emmet: No need to update PyV8 Package Control: next run at 2017-04-20 23:31:38 or after + Info: processing `HTML ': please wait ... WARNING: process: falling back to the subprocess module INFO: codeintel.udl: scan_purelang : path: 'C: \ All_mess \ Programming \ HTMLCSS \ Course \ kinomonster \ index.html' lang: HTML error: plugin_host has exited unexpectedly

Tried to google, it is often said that the problem is in SublimeCodeIntel. I delete it and the error does not seem to pop up. But what if I need this plugin? How to solve a problem?

  • Something runs a python2 script that tries to import the subprocess32 package (not in the standard library), without finding it, using the subprocess module from the standard library (subprocess32 is just a subprocess module ported from Python 3.2 to Python 2 - fewer bugs, new functionality could be added). This is shown as warning, so it’s not clear whether it has anything to do with the subsequent error. The subprocess module is used in Python to run external commands. - jfs
  • I had the same error with the Mediawiker package, I wrote to the developer - he fixed it. But you are unlikely to fix it. CodeIntel - a package with 307 open issue , development stopped. I would look for alternatives to CodeIntel in your place. Thank. - Sasha Chernykh

0