Package Details: pycharm 2026.1.2-1

Git Clone URL: https://aur.archlinux.org/pycharm.git (read-only, click to copy)
Package Base: pycharm
Description: The only Python IDE you need. Bundled with the official JetBrains Runtime (JBR)
Upstream URL: https://www.jetbrains.com/pycharm/
Licenses: custom
Conflicts: pycharm-community-edition, pycharm-professional
Provides: pycharm
Replaces: pycharm-professional
Submitter: Xavier
Maintainer: Zpecter (Meaulnes)
Last Packager: Zpecter
Votes: 308
Popularity: 1.38
First Submitted: 2025-10-04 18:47 (UTC)
Last Updated: 2026-05-15 20:18 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Meaulnes commented on 2026-03-27 16:37 (UTC)

This comment from @AvacadoCookie should be pinned, IMO.

If anyone is getting errors about Cython or setuptools, and they are using Conda, that comment has the answer.

If anyone is getting errors about Cython or setuptools, and they are using pyenv, there are 2 possible ways to fix it:

  1. pyenv local system to set Python back to the system installed Python for this session.
  2. pip install Cython setuptools to install the necessary packages to your preferred python installation.

AvocadoCookie commented on 2025-12-14 16:22 (UTC)

For all users with ModuleNotFoundError: No module named 'Cython' or 'setuptools' reported, please try the following methods to address the problem:

  1. Quit conda environment. Now after which python typed in console, the output should be /usr/bin/python.
  2. Try again.
  3. If the installation still failed, try again after pacman -S cython python-setuptools.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 48 Next › Last »

lybin commented on 2024-04-08 12:14 (UTC)

kde wayland works for me. if something cause a crash of wayland/sway, the problem is in wayland/sway, soft shouldn't crashed from other stuff.

Ashark commented on 2024-04-08 12:10 (UTC)

But I can say that I had recent crashes after start in pycharm and idea. For example, after opening some project. Do not know how/if it is related.

hornobster commented on 2024-04-08 12:07 (UTC)

works for me too on sway.

Ashark commented on 2024-04-08 12:01 (UTC)

For me it starts. pycharm-professional 2024.1-1
KDE Wayland.

iamkarlson commented on 2024-04-08 12:00 (UTC)

It's not only arch issue or even only wayland issue, but seems like all distros could be affected: https://youtrack.jetbrains.com/issue/PY-71746/As-of-yesterday-Pycharm-and-IntelliJ-crashes-and-kills-my-Ubuntu-22.04-session

There's a workaround to remove a config.

mv $HOME/.config/JetBrains/PyCharm2024.1/options/other.xml $HOME/.config/JetBrains/PyCharm2024.1/options/other.xml.bak            

iamkarlson commented on 2024-04-08 11:55 (UTC)

@lybin pycharm also doesn't start. I can report to sway but it's pycharm that is not working and not sway.

lybin commented on 2024-04-08 11:00 (UTC)

Congrats, report to sway, not here :)

iamkarlson commented on 2024-04-08 10:55 (UTC)

The latest version crashes sway:

 segfault at 40 ip 000077a6af765c38 sp 00007ffc4d64bd08 error 6 in libwayland-server.so.0.22.0[77a6af763000+8000] likely on CPU 1 (core 0, socket 0)

Xavier commented on 2024-03-29 12:56 (UTC)

Hi @GodofTheFallen, these types of issues should be reported to the Jetbrains bug tracker, unless you believe it is a packaging issue.

GodofTheFallen commented on 2024-03-28 04:34 (UTC)

There is an issue where the JetBrains window will steal the focus, and other windows above the JetBrains window will be passed through by the mouse. Pycharm's own dropdown bars and pop-up menus will also be passed through and cannot be clicked.