PyCharm does not launch directly on MacBook Pro (Apple M2 Pro 14.2.1 (23C71) )
I just installed PyCharm 2023.3.2 on an updated Sonoma (14.2.1).
I can not launch it directly but only via Anaconda Navigator.
Error message with ‘open -a /Applications/PyCharm.app’
The application /Applications/PyCharm.app cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10661 "(null)" UserInfo={_LSLine=4129, _LSFunction=_LSOpenStuffCallLocal}
Any solution?
Please sign in to leave a comment.
Same problem here; fresh install on a new m2 pro Sonoma 14.2.1 UI shows the marked out circle to show it's not supported.
- When I attempt to open via terminal (as you tried), I see this exception.
- If I attempt to open via UI I see “You can’t open the application “PyCharm” because this application is not supported on this Mac.“
- A different direction with different output:
cd /Applications/PyCharm.app/Contents/MacOS./pycharm2024-01-15 11:52:49,395 [ 3833] WARN - #c.i.s.ComponentManagerImpl - `preload=true` must be used only for core services (service=com.jetbrains.rdserver.statistics.BackendStatisticsManager, plugin=com.jetbrains.codeWithMe)2024-01-15 11:52:49.493 pycharm[3196:235628] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.2024-01-15 11:52:50,350 [ 4788] WARN - #c.i.s.ComponentManagerImpl - com.intellij.sh.ShLanguage initializer requests com.intellij.notification.NotificationGroupManager instance2024-01-15 11:52:50,623 [ 5061] WARN - #c.i.u.n.s.ConfirmingTrustManager - Received an empty list of custom trusted root certificates from the system. Check log above for possible errors, enable debug logging in category 'org.jetbrains.nativecerts' for more information2024-01-15 11:52:50,877 [ 5315] WARN - #c.i.s.ComponentManagerImpl - com.intellij.psi.search.FilenameIndex initializer requests com.intellij.ide.plugins.PluginUtil instance2024-01-15 11:52:51,924 [ 6362] WARN - #c.i.s.ComponentManagerImpl - com.intellij.lang.javascript.psi.jsdoc.impl.JSDocCustomTags initializer requests com.intellij.lang.javascript.JSDisposable instance2024-01-15 11:53:07,298 [ 21736] WARN - #c.i.p.i.b.IdeStartupWizard - Timeout on waiting for initial start, proceeding without waiting, disabling the startup flow2024-01-15 11:53:07,377 [ 21815] WARN - #c.i.o.a.Application - issue detected: bundled.jre.m1.arch.message2024-01-15 11:53:48,069 [ 62507] WARN - #c.i.o.a.ActionStub - ActionGroup should be registered using <group> tag: id="WelcomeScreen.CreateDirectoryProject" class="com.jetbrains.python.newProject.steps.PyCharmNewProjectStep"2024-01-15 11:53:49,236 [ 63674] WARN - #c.i.u.x.Binding - no accessors for com.intellij.openapi.projectRoots.Sdk./pycharmagain & I see the message Download PyCharm for Apple Silicon for better performance and stability.Yilin Hi, does the issue reproduce on the Apple Silicone PyCharm build you can download from https://www.jetbrains.com/pycharm/download/?
@Andrey Resler, the problem I described occurred with the Apple Silicon pycharm build. After I launched PyCharm with Anaconda, I also got a pop up of “Download PyCharm for Apple Silicon for better performance and stability” as James described.
Does the issue persists?
I had the same issue.
but all the reading suggests it should work.
I went back to https://www.jetbrains.com/pycharm/download/ and noticed that the .DMG button has a drop down.
it defaults to INTEL, but you can choose Apple Silicon.
and that download gives you pycharm-professional-2023.3.2-aarch64.dmg instead.
and that WORKS.
(for jetbrains - that could have been a bit more obvious on the download page guys.)
@Paul I only used the Apple silicon installer. nothing else
Andrey Resler when I Clean up old IDE directories via Help, I got “No leftover IDE storage directories were found”.
I also did not find JetBrains in Library with Finder. I think the problem is on the Anaconda side since I installed PyCharm via the link in Navigator. Everything related to pycharm or jetbrains are under the anaconda3 in my home directory. I will clean up and reinstall directly with your installer. I think that will solve the problem.
Many thanks!
Sonoma is the buggiest MacOS in memory. Renders pretty much everything severely unreliable and unusable at some point.