-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to initialize plugin with PyCharm 2021.2 #11
Comments
I experienced similar issue after updating PyCharm to 2021.2. |
Can you try this one? |
It works, thanks Yi! |
Hi, I'm having the same issue that @ccascone initially mentioned. Plugin 'org.p4.p4plugin' failed to initialize and will be disabled. Please restart PyCharm. java.lang.ClassNotFoundException: org.p4.p4plugin.P4Plugin PluginClassLoader(plugin=PluginDescriptor(name=P4 Plugin, id=org.p4.p4plugin, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/PyCharm2021.3/IntelliJ-P4-Plugin.jar, version=0.3, package=null, isBundled=false), packagePrefix=null, instanceId=6, state=active) I tried to install P4 Plugin-1.0.zip as @Yi-Tseng suggested but then I get the following error: Plugin 'P4 Language Support' (version'1.0') is not compatible with the current version of the IDE, because it requires build 212.* or older but the current build is PY-213.6777.50 Do you know what I could do? |
The text was updated successfully, but these errors were encountered: