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: 309
Popularity: 2.35
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 .. 40 41 42 43 44 45 46 47 48 Next › Last »

mikescho commented on 2014-05-30 13:51 (UTC)

Could you please add StartupNotify=true StartupWMClass=jetbrains-pycharm to pycharm-professional.desktop.

MatejLach commented on 2014-05-29 15:06 (UTC)

PyCharm 3.4 released: http://blog.jetbrains.com/pycharm/2014/05/announcing-the-pycharm-3-4-release/

intgr commented on 2014-04-26 22:27 (UTC)

It DOES work with OpenJDK. What's the actual problem you're having?

kotrfa commented on 2014-04-26 19:50 (UTC)

It doesn't work with OpenJDK. You have to use oracle java (in aur just "jdk").

vdemin commented on 2014-04-06 05:49 (UTC)

Thank you!

Xavier commented on 2014-04-06 04:28 (UTC)

Hi @jkl and @vdemin, I know the settings useSystemAAFontSettings depend of particular configuration of the system and hardware, for example for me the better options is 'on'. Then, I think that the better solution is let the user set this settings in .bashrc (or particular config shell file), I added message after install/update showing this particular settings need for AA in Java app. Regards

jkl commented on 2014-04-05 18:58 (UTC)

@epsilom The patch to vmoptions for font antialiasing seems to have come back. The newest versions of pycharm will ship with useSystemAAFontSettings=lcd which should both enable AA font rendering and give better results. I use both infinality and jre7-openjdk-headless-fontfix package, and in this case it is essential. Is the font rendering better for anyone with =on vs the upstream setting?

vdemin commented on 2014-04-05 09:42 (UTC)

Maybe it's just my opinion, but with useSystemAAFontSettings=lcd text looks better. I revert this setting.

Xavier commented on 2014-04-04 19:11 (UTC)

for this version 3.1.2 I have changed several things in the PKGBUILD, e.g. the name of .desktop file (maybe the name change in the menu in the DE)

intgr commented on 2014-04-04 14:07 (UTC)

3.1.2 released.