Pycharm is not opening on my mac

On My mac Pycharm professional and community both version are not opening? When I open the pycharm it is showing only below image.

Can anyone please give me one solution for this. Urgent

Mac OS (13.3.1)

 

0
Try running PyCharm from a terminal by typing `open -a /Applications/PyCharm.app` https://www.jetbrains.com/help/pycharm/working-with-the-ide-features-from-command-line.html#28300fff
Does it show any errors in the terminal?
1

Sergey Karpov did run it like that, the error says 

The application /Applications/PyCharm.app cannot be opened for an unexpected reason, error=Error Domain=NSCocoaErrorDomain Code=260 "The file “PyCharm.app” couldn’t be opened because there is no such file." UserInfo={NSURL=file:///Applications/PyCharm.app, NSFilePath=/Applications/PyCharm.app, NSUnderlyingError=0x600003da0f30 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} 

Tbh, mine never even showed the intro window, it just keeps on asking me to move the app in the application folder and then hit up with the "it's already there. do you want to keep, replace or duplicate?" If anyone knows anything about this please let me know 🙏

0
Looks similar to https://youtrack.jetbrains.com/issue/IDEA-292425, please try recommendations from there.
0

请先登录再写评论。