Can't enable scala plugin on pycharm
已回答
After installing scala plugin and restart pycharm, I got this error message:
Plugin 'org.intellij.scala' failed to initialize and will be disabled. Please restart PyCharm Edu.
java.lang.NoClassDefFoundError: com/intellij/psi/PsiModifierListOwner
at java.lang........
.................
Caused by: java.lang.ClassNotFoundException: com.intellij.psi.PsiModifierListOwner PluginClassLoader[org.intellij.scala, 2016.3.9]
................
I have scala version 2.11.6 on my ubuntu 16.04, could you help me with that?
Thanks in advance.
请先登录再写评论。
Hi Haochsc! Scala plugin is not supposed to be installed on PyCharm. Please use IntelliJ IDEA + Python + Scala plugins if you need both languages.
Thank you Pavel! That really helped!
For data engineering project I need to use Python + Scala + Data explorer.
Which one of the tools is the best suited for this?
Atovk You can use the Python plugin inside the IntelliJ Ultimate, and the Database tool plugin should also help you.