Failed to install jade plugin for Pycharm (MacOs)

I installed PyCharm 3.4.1 CE for my Mac. I was able to install the jade plugin from Preferences > Plugins > Browse repositories, but the plugin will not be able to start with the following error message, stating that it is com.intellij.cssnot installed.

Error message:

Plugin Error
       Problems found loading plugins:

       Plugin "Jade" was not loaded: required plugin "com.intellij.css" not installed.
       Disable Jade
       Open plugin manager

I can not find where to install the missing plugin.

+4
source share
1 answer

The plugin depends on com.intellij.css. This is only part of the Ultimate Edition. There is no plugin support in CE.

0
source

All Articles