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

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

Zpecter commented on 2026-04-05 18:10 (UTC)

Hi, just wanted to add my thanks as well. I hope I can live up to @Xavier!

Xavier commented on 2026-04-01 12:32 (UTC)

Thanks so much @donny, I'm glad to hear that.

donny commented on 2026-04-01 10:48 (UTC)

Hi @Xavier, thank you for all the time you've dedicated to this package.

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.

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

@Xavier, if you are still looking for a co-maintainer, I can lend a hand.

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.

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?