I downloaded and installed JetBrains PyCharm (Community version) on my Windows 10, but nothing happens when I try to run it. I tried everything like rebooting Windows, Run as administrator, etc. Nothing is found in Task Manager either.
asked Feb 14, 2017 at 16:35
4
The shortcut pointed to pycharm.exe which will never work no matter how you invoke it for some reason. Maybe my Windows doesn’t have a 32 bit java version.
I found pycharm64.exe under the same folder by chance, and that one works.
It would be nice if the installer can figure out what version should be running, or at least someone puts a reminder on the download page.
answered Feb 14, 2017 at 17:19
hxinhxin
9282 gold badges12 silver badges25 bronze badges
1
Check if you have Java installed on your windows 10.
answered Feb 14, 2017 at 16:38
seiyaseiya
1,4773 gold badges16 silver badges25 bronze badges
1
I recently faced this problem. I am using Pycharm (2020.1). I am going to show you how it worked for me.
Solution:
Press window
key and search for pycharm.
Do not click on Pycharm Community Edition.
Simply click on the batch file given below (pycharm)
I hope it will work for you.
answered Apr 15, 2020 at 9:03
Ijlal HIjlal H
691 silver badge8 bronze badges
I use the PyCharm community edition for python development sometimes, but recently when I launch it, it shows a dialog and then exits like a flash. I was confused with this for some time. And now I found how to fix it, I will share the solution in this post.
1. How To Fix PyCharm Cannot Start Steps.
- My OS is macOS, but the steps are similar to Windows and Linux OS.
- Open a macOS Finder, click the Applications item on the left side.
- Find the PyCharm CE icon on the right side, right-click it, and click the Show Package Contents menu item in the popup menu list. Then it will display the PyCharm CE app content in the macOS Finder window.
- Expand the MacOS folder in the /Applications/PyCharm CE.app folder. There is a file which name is pycharm.
- If you want to go to the /Applications/PyCharm CE.app folder in the terminal by command line, you should add two single quotes to the PyCharm CE.app folder like this /Applications/’PyCharm CE.app’
$ cd /Applications/'PyCharm CE.app' $ pwd /Applications/PyCharm CE.app
- Or you should add a backslash before the white space in the folder path like below.
$ cd /Applications/PyCharm CE.app $ pwd /Applications/PyCharm CE.app
- Open a terminal and drag the file /Applications/PyCharm CE.app/Contents/MacOS/pycharm from the macOS Finder window to the terminal, press Enter key on the keyboard then you will get the below output.
$ /Applications/PyCharm CE.app/Contents/MacOS/pycharm 2021-03-03 18:37:06.575 pycharm[3733:100354] allVms required 1.8*,1.8+ 2021-03-03 18:37:06.583 pycharm[3733:100360] Current Directory: /Users/songzhao 2021-03-03 18:37:06.584 pycharm[3733:100360] Value of PYCHARM_VM_OPTIONS is (null) 2021-03-03 18:37:06.584 pycharm[3733:100360] Processing VMOptions file at /Users/songzhao/Library/Application Support/JetBrains/PyCharmCE2020.3/pycharm.vmoptions 2021-03-03 18:37:06.585 pycharm[3733:100360] Done OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. Error opening zip file or JAR manifest missing : /Applications/PyCharm.app/Contents/bin/jetbrains-agent.jar Error occurred during initialization of VM agent library failed to init: instrument
- From the above output, we can see the error has occurred when processing the VMOptions file at /Users/songzhao/Library/Application Support/JetBrains/PyCharmCE2020.3/pycharm.vmoptions
- Open a macOS Finder window, click Go —> Go to Folder… menu item and input the folder path /Users/songzhao/Library/Application Support/JetBrains/PyCharmCE2020.3 in the popup dialog input text box, then click the Go button.
- Find the pycharm.vmoptions file in the above folder and move it to trash.
- You can also run the below command to go to the above folder in a terminal and remove the pycharm.vmoptions file.
$ cd /Users/songzhao/Library/Application Support/JetBrains/PyCharmCE2020.3 $ ls -l total 16 drwxr-xr-x 3 songzhao staff 96 Mar 3 14:35 codestyles drwxr-xr-x 4 songzhao staff 128 Mar 3 14:35 eval drwxr-xr-x 3 songzhao staff 96 Mar 3 14:35 event-log-whitelist -rw-r--r-- 1 songzhao staff 81 Mar 3 14:35 migrate.config drwxr-xr-x 20 songzhao staff 640 Mar 3 14:35 options -rw-r--r-- 1 songzhao staff 0 Mar 3 14:34 port.lock -rw-r--r-- 1 songzhao staff 590 Mar 3 14:35 pycharm.vmoptions drwxr-xr-x 6 songzhao staff 192 Mar 3 14:35 tasks drwxr-xr-x 4 songzhao staff 128 Mar 3 14:35 workspace $ rm -rf ./pycharm.vmoptions
- Now you can start the PyCharm CE version successfully by clicking the PyCharm CE app icon in the Applications folder or by executing the command $ /Applications/PyCharm CE.app/Contents/MacOS/pycharm in a terminal command line.
Всем доброго времени суток.
Пользовался я однажды PyCharm(мом), работал отлично! Но после того, как не заходил в приложение около одного месяца, он попросту перестал запускаться. (OS, кстати Windows 10 home)
Попробовал уже все, миллионы раз переустанавливал (разными способами), переустанавливал миллионы раз jre, jdk (java). Но все безуспешно.
Ломал голову, и заметил в логе pycharm по пути: C:Usersпользователь.PyCharmCE2019.2systemlogidea.log
вот такие ошибки:
ERROR — llij.ide.plugins.PluginManager — PyCharm 2019.2.1 Build #PC-192.6262.63
ERROR — llij.ide.plugins.PluginManager — JDK: 11.0.3; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
ERROR — llij.ide.plugins.PluginManager — OS: Windows 10
И так, вот ошибки. Самое главное, что я заметил — это pycharm работает в других пользователей в моем компьютере.
И никакие java приложения и файлы jar и все то, что связанное с java, не работают в моем основном пользователе.
Что случилось с моим основным пользователем? Я уже пробовал все удалять (jre, jdk, все каталоги с pycharm, все кэши и т.д и т.п.), но ничего не помогает.
Помогите, пожалуйста!
1 / 1 / 0 Регистрация: 22.03.2021 Сообщений: 15 |
|
1 |
|
12.09.2021, 15:06. Показов 11117. Ответов 5
Здравствуйте, после установки Pycharm Professional не хочет запускаться программа. Смог только выбрать пробный период(30 дней бесплатного пользования и все). Переустанавливал, ставил Pycharm Community, качал неофициальные версии с торрентов, не помогает. Джаву обновлял вместе с JDK, от админа запускал, по совету с разных сайтов пробовал докачать и положить в папку bin файл «vcruntime140_1.dll», запускать через файл «pycharm.bat», но все попытки тщетны. Бесконечное окно открытия Pycharm и все. Заранее спасибо за ответ. Windows 10 64 bit, Pycharm Professional 2021.2
0 |
Programming Эксперт 94731 / 64177 / 26122 Регистрация: 12.04.2006 Сообщений: 116,782 |
12.09.2021, 15:06 |
Ответы с готовыми решениями: Не запускается Pycharm PyCharm не запускается. как можно устранить Не запускается скрипт в Pycharm "C:Program Files (x86)Python35-32python.exe"… PyCharm Pycharm 5 |
99 / 86 / 20 Регистрация: 10.09.2019 Сообщений: 708 |
|
12.09.2021, 17:54 |
2 |
Разбирайтесь со своей системой, Pycharm крутые ребята, там все нормально.
1 |
1 / 1 / 0 Регистрация: 22.03.2021 Сообщений: 15 |
|
12.09.2021, 18:43 [ТС] |
3 |
Спасибо, сам не смог догадаться
0 |
Автоматизируй это! 7103 / 4401 / 1182 Регистрация: 30.03.2015 Сообщений: 12,846 Записей в блоге: 29 |
|
13.09.2021, 18:49 |
4 |
вселенная просто шепчет тебе что-то
0 |
2 / 1 / 1 Регистрация: 28.10.2020 Сообщений: 6 |
|
13.09.2021, 21:50 |
5 |
Вариант 1:
0 |
1 / 1 / 0 Регистрация: 22.03.2021 Сообщений: 15 |
|
17.09.2021, 18:26 [ТС] |
6 |
все варианты, что дело в характеристиках ПК, но он просто отказывается запускаться)) Ryzen 5 3600, 16 озу, думаю должно хватить PyCharm, в диспетчере задач пусто Добавлено через 26 секунд
0 |
IT_Exp Эксперт 87844 / 49110 / 22898 Регистрация: 17.06.2006 Сообщений: 92,604 |
17.09.2021, 18:26 |
Помогаю со студенческими работами здесь PyCharm Не работает Pycharm Отладка в PyCharm NumPy и PyCharm Беды с Pycharm Искать еще темы с ответами Или воспользуйтесь поиском по форуму: 6 |
I am using latest version of IntelliJ and Pycharm community edition. When I am trying to run these software, I get same error (Start Failed) message for both IDE:
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors
com.intellij.ide.plugins.StartupAbortedException: Cannot start app
at com.intellij.idea.StartupUtil.lambda$start$15(StartupUtil.java:263)
at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:986)
at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1004)
at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2307)
at com.intellij.idea.StartupUtil.start(StartupUtil.java:262)
at com.intellij.idea.Main.bootstrap(Main.java:118)
at com.intellij.idea.Main.main(Main.java:79)
Caused by: java.net.BindException: Address already in use: bind
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:459)
at java.base/sun.nio.ch.Net.bind(Net.java:448)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:562)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:260)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:503)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
-----
Your JRE: 11.0.14.1+1-b2043.25 amd64 (JetBrains s.r.o.)
C:Program FilesJetBrainsIntelliJ IDEA Community Edition 2022.1jbr
For Pycharm:
Your JRE: 11.0.14.1+1-b2043.25 amd64 (JetBrains s.r.o.)
C:Program FilesJetBrainsPyCharm Community Edition 2022.1jbr
I am using Java 8 only. There is not Java 11 installed. OS is windows 10.
asked Apr 27, 2022 at 19:55
1
A restart of Windows NAT worked for me.
Open Windows PowerShell in Administration mode, & type these commands:
net stop winnat
net start winnat
answered Jul 20, 2022 at 6:16
ChanukaChanuka
1171 silver badge4 bronze badges
1