kiteco / issue-tracker

User-reported issues for Kite
https://Kite.com
1.76k stars 136 forks source link

Kite not working in latest PyCharm 2021.2 #787

Open JoeHRIsaac opened 3 years ago

JoeHRIsaac commented 3 years ago

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

Huang131 commented 1 year ago

You can modify the plugin.xml file in kite-pycharm-1.9.5, modify the version number, and escape the inspection of pycharn.

aseedb commented 1 year ago

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?