shalupov / idea-cloudformation

AWS CloudFormation plugin for IntelliJ-based IDEs (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, DataGrip, CLion)
https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaAwsCloudFormation_Master_Build&guest=1
Apache License 2.0
136 stars 27 forks source link

PyCharm 2017.1 CE: org.jetbrains.plugins.yaml not installed. #82

Closed dpiechota closed 7 years ago

dpiechota commented 7 years ago

Hi,

I am running fresh 2017.1 PyCharm Community I get this error: Plugin "AWS CloudFormation" was not loaded: required plugin "org.jetbrains.plugins.yaml" not installed.

I do not see this plugin in repository.

halfshellhero commented 7 years ago

Doh! Should have checked prior to udpating, but I'm in the same boat.

shalupov commented 7 years ago

Thanks for the report! YAML plugin is missing in PyCharm Community, indeed. I'll talk with developers, it should not be a licensing problem since IDEA Community includes YAML.

Meanwhile please use IDEA Community Edition

halfshellhero commented 7 years ago

I'm not sure I follow your comment @shalupov. The initial report indicates community edition, and I can confirm I am running 2017.1 Community Edition as well. It seems like the only workaround right now would be to downgrade back to 2016.3.

edit: disregard....too early in the morning and it took me a minute. carry on =)

dpiechota commented 7 years ago

Thanks, are there further plans to support cloud formation plugin in 2017 editions of PyCharm Community?

On Thu, Mar 30, 2017 at 3:21 PM Jon Clayton notifications@github.com wrote:

I'm not sure I follow your comment @shalupov https://github.com/shalupov. The initial report indicates community edition, and I can confirm I am running 2017.1 Community Edition as well. It seems like the only workaround right now would be to downgrade back to 2016.3.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shalupov/idea-cloudformation/issues/82#issuecomment-290408407, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrq1WioctIpl_LAoGGbiRmy0ECSkD3Yks5rq6w9gaJpZM4Mr1NP .

-- Pozdrawiam, Darek

shalupov commented 7 years ago

UPD: yaml plugin will be bundled with PyCharm Community 2017.1.1, so please wait a little.

darken99 commented 7 years ago

@shalupov PyCharm CE 2017.1.1 is out and the issue is still there

halfshellhero commented 7 years ago

Unfortunately so, doesn't look like they bundled it in.

shalupov commented 7 years ago

Unfortunately the fix wasn't merged on time to be in 2017.1.1, so please kindly wait for 2017.1.2. Meanwhile please use IDEA Community Edition for editing YAML cloudformation files.

halfshellhero commented 7 years ago

Looks like the release of 2017.1.2 resolved this issue for me.

dpiechota commented 7 years ago

Yes, issue is resolved now.