Vinee-the-Pooh
Vinee-the-Pooh

Reputation: 955

Unable to open PyCharm IDE on Mac -StartupAbortedException

I am new to PyCharm IDE and Mac. When I try to open PyCharm the below exception is thrown:

Java.util.concurrent.CompletionException: com.intellij.ide.plugins.StartupAbortedException : cannot create file types.

I have already installed IntelliJ also. I searched but couldn't find a solution for this specific exception.

How can I sort out this issue, please?

Upvotes: 1

Views: 1449

Answers (2)

Vinee-the-Pooh
Vinee-the-Pooh

Reputation: 955

I have reinstalled 2020 community version. Now working fine.

Upvotes: 0

a1cd
a1cd

Reputation: 25186

Have you:

  • Restarted (your computer)
  • Reinstalled (pycharm)
  • Reinstalled (JetBrains toolbox)

Are you using JetBrains toolbox to install?

Upvotes: 1

Related Questions