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.14
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

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 49 Next › Last »

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.

nonZero commented on 2025-12-06 15:38 (UTC)

-> Failed to install the following packages. Manual intervention is required: pycharm - exit status 4

Xavier commented on 2025-10-04 19:06 (UTC)

Hi folk!

I'm renaming/merging this package pycharm-professional into pycharm. See more:

https://blog.jetbrains.com/pycharm/2025/04/unified-pycharm/ https://gitlab.archlinux.org/archlinux/packaging/packages/pycharm-community-edition/-/issues/8

Xavier commented on 2025-09-23 05:40 (UTC)

Yeah, after seeing the discussion in the issue the best is keeping a bungle JRE version here, I'm preparing the package to rename it

Ashark commented on 2025-08-19 14:59 (UTC)

I suggested them to use "pycharm-open-source" or "pycharmium".

For this, I still suggest to rename just to "pycharm".

XenGi commented on 2025-08-19 10:49 (UTC) (edited on 2025-08-19 10:50 (UTC) by XenGi)

If I understand the gitlab thread correctly, The current pycharm-community-edition package will become/stay a pycharm package build from only the open source code from jetbrains. Does this mean that the pycharm-professional package will stay a binary release so people with a pro subscription can use these features?

I guess potential new names will then be pycharm-oss or just pycharm for the package in extra and pycharm-bin for the binary release in the aur. Because it's not the pro feature that is different from the package in extra but that it is build from the official binary release instead of the official source. You can use the binary release without a pro subscription to get some features the open source build doesn't have.

Freso commented on 2025-08-17 18:59 (UTC)

@XenGi If it builds fine with makepkg you should file an issue with yay.

Freso commented on 2025-08-17 18:58 (UTC)

https://gitlab.archlinux.org/archlinux/packaging/packages/pycharm-community-edition/-/issues/8 tracks the rename of the repository package.

XenGi commented on 2025-04-23 08:03 (UTC) (edited on 2025-04-23 08:16 (UTC) by XenGi)

Even after clearing the cache, pycharm fails to build for me with yay:

==> Starting build()...
:: Building Cython speed-ups
Traceback (most recent call last):
  File "/home/xengi/.cache/yay/pycharm-professional/src/pycharm-2025.1/./plugins/python-ce/helpers/pydev/setup_cython.py", line 16, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: pycharm-professional-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
pycharm-professional - exit status 4

makedepends=('python-setuptools' 'cython') seems to be fine though.

Builds just fine with makepkg and pkgctl build.