Package Details: pycharm 2026.1.4-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: 309
Popularity: 1.19
First Submitted: 2025-10-04 18:47 (UTC)
Last Updated: 2026-07-03 19:20 (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 .. 49 Next › Last »

aliu commented on 2026-06-24 16:14 (UTC)

Nice! Then I hope the JetBrains IDE packages would depend on jre-jetbrains instead of bundling and duplicating with every IDE.

fermino commented on 2026-06-24 13:22 (UTC) (edited on 2026-06-24 13:22 (UTC) by fermino)

@aliu there's {jre,jdk}{,VER}-jebrains in the AUR, eg: jre21-jetbrains, but you'll have to configure the IDEs to use it manually.

aliu commented on 2026-06-24 01:39 (UTC)

Is it possible to have a separate package for JBR, so that all the *-jre packages just symlink to that? Currently, by default, if you install multiple JetBrains IDEs using your wonderful AUR packages, they each bundle the same JBR files again.

Ashark commented on 2026-06-23 21:08 (UTC)

@vmind The pycharm-community-jre should not exist. It was misleading package, having "jre" in its name, but containing not just a jetbrains runtime, but actually containing a pycharm itself. And it was removed from aur. So no, it should not be added to conflicts.
Most likely, you just have that package hanging in your system after it was removed from aur.

vmind commented on 2026-06-23 21:00 (UTC)

Please add "pycharm-community-jre" to conflicts.

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.