1

I'd like to get the Google Cloud Tools plugin to work with PyCharm and Goland

I downloaded the plugin's .zip, and pointed each IDE at it, and installed it. In each case, I receive the following error:

Plugin Error
            Problems found loading plugins:
            Plugin "Google Cloud Tools" was not loaded: required plugin "org.jetbrains.plugins.gradle" not installed.
            Disable Google Cloud Tools
            Open plugin manager

Can someone point me in the right direction to solve for this?

MXWest
  • 351
  • 2
  • 7

3 Answers3

3

Features that are language agnostic such as cloud repos and the GCS browser should be available in PyCharm and Goland in our April or May releases.

You can track the work to support this

Patrick Flynn
  • 430
  • 2
  • 8
1

It seems that the Google Cloud Tools plugin had a hard dependency on the Grade plugin. You should raise an issue with the maintainers of the Google Cloud Tools plugin and ask them to make the Grade dependency optional. The other solution would be to switch to IntelliJ IDEA Ultimate.

dlsniper
  • 7,188
  • 1
  • 35
  • 44
0

Wanted to circle back here to let everyone know this support is now available. You can visit the plugin's home page here: https://plugins.jetbrains.com/plugin/8079-cloud-code/ it is installable as a standard plugin. Thanks!

MXWest
  • 351
  • 2
  • 7