Kite not working in latest PyCharm 2021.2
When using PyCharm 2021.1 I had no issues and worked fine. However, after updating PyCharm to 2021.2 (build - PY-212.4746.96) Im getting the following error in the event log and kite does not run:
Plugin error: Plugin 'Kite AI Code AutoComplete: Python, Java, Javascript, HTML/CSS, Go, C/C#/C++' (version '1.9.3') is not compatible with the current version of the IDE, because it requires build 211.* or older but the current build is PY-212.4746.96
You can modify the plugin.xml file in kite-pycharm-1.9.5, modify the version number, and escape the inspection of pycharn.
You can modify the plugin.xml file in kite-pycharm-1.9.5, modify the version number, and escape the inspection of pycharn.
@Huang131 Where can I find plugin.xml?