AmailP / robot-plugin

Robot Framework support plugin for IntelliJ Idea
Other
72 stars 38 forks source link

install failed #27

Closed xsx9399 closed 8 years ago

xsx9399 commented 8 years ago

install the plugin in pycharm , return an error

  plugin 'Robot Framework Support' is incompatible with this installation
AmailP commented 8 years ago

Please give more info if you want support, e.g.:

Thanks Valerio

On Tuesday, 6 September 2016, xsx9399 notifications@github.com wrote:

install the plugin in pycharm , return an error

plugin 'Robot Framework Support' is incompatible with this installation

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AmailP/robot-plugin/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0rFuNOvY6o1MuXPI6mQQp8WzZK36Ktks5qnSlCgaJpZM4J1mpS .

xsx9399 commented 8 years ago

pycharm version is 4.5.3 robot framework plugin version is 0.16 install step:

  1. go into the Settings
  2. click the install plugin from disk at the Plugins in the Settings
  3. choose the robot framework plugin's zip package
AmailP commented 8 years ago

hi, the version of the plugin that you are trying to install is not compatible with your pycharm version (build 141.*). Version 0.12 of the plugin should be the one compatible with your PyCharm.

Anyway I would suggest you to install plugins automatically, so the right version is automatically selected (Preferences > Plugins > Browse repositories... ).

Valerio