Package Details: pycharm 2025.3.3-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: Xavier (Zpecter)
Last Packager: Zpecter
Votes: 307
Popularity: 3.59
First Submitted: 2025-10-04 18:47 (UTC)
Last Updated: 2026-02-21 09:26 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 48 Next › Last »

Ashark commented on 2026-02-08 20:41 (UTC)

@aliu No, the package should not interfere with your files. It is normal that dirs with previous version configs stay existing. You can remove them manually.

aliu commented on 2026-02-07 03:16 (UTC)

Should we add a hook that automatically removes the old {$XDG_DATA_HOME,$XDG_CONFIG_HOME}/JetBrains/PyCharm202x.y after upgrade? These files seem to just pile up on my system, though when I asked someone they say it's useful for when you downgrade.

(For what it's worth, I'm also interested in co-maintaining.)

Zpecter commented on 2026-01-14 06:58 (UTC)

@Xavier, I would be interested.

Ashark commented on 2026-01-14 02:08 (UTC)

I would like to in theory. But in practice, I have difficulties with downloading jetbrains products sometimes, because jetbrains restricted access from Russia, and my vpn or other workaround methods not always work.

You want to stop maintaining it?

Xavier commented on 2026-01-14 02:01 (UTC)

Is anyone interested in joining as a co-maintainer to assist with maintaining and updating this package?

cmacht commented on 2025-12-25 23:00 (UTC)

The removal of the dot in pycharm.desktop caused the SHA to change, sha256sum check now fails. (Sorry, I don't know how to make a straight pull request.)

radioxoma commented on 2025-12-24 09:07 (UTC) (edited on 2025-12-24 09:08 (UTC) by radioxoma)

Extra dot in pycharm.desktop Comment=The only Python IDE you need. is not required.

donny commented on 2025-12-14 20:14 (UTC)

Packages from base-devel group are never included among dependencies. You may have this meta-package installed before using makepkg.

TwentyoneThree commented on 2025-12-14 20:01 (UTC)

gcc as a dependency is missing

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.