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 .. 27 28 29 30 31 32 33 34 35 36 37 .. 48 Next › Last »

Xavier commented on 2018-03-09 16:35 (UTC)

@JSN190, I think that it is not a packaging problem, report it as an issue in the jetbrains bug system.

JSN190 commented on 2018-03-08 14:56 (UTC)

The latest update seems to break custom fonts. I can neither set a font for the editor nor the UI itself, as the font dropdown only lists one font.

Xavier commented on 2018-02-06 04:37 (UTC)

Hi @acidrain42, are you using the cython installed inside pycharm (in project interpreter)? try delete it and use only the cython provider by archlinux, maybe the problem is the incompatibility version used for generate the package

acidrain42 commented on 2018-02-05 19:11 (UTC)

That latest update (2017.3.3-2) breaks the cython extensions for me. It asks me to build them everytime I launch a debugger, even if I click install.

Xavier commented on 2018-02-04 21:44 (UTC)

Fixed, thanks for the report @xsmile

xsmile commented on 2018-02-04 13:33 (UTC)

The building process for the cython extensions needs an update, see https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/pycharm-community-edition&id=293d11360dcf86cb50adbddc8103730f0052f373.

Xavier commented on 2017-12-01 17:45 (UTC)

Hi @xengi, have you tried with jdk version? Do you use oficial archlinux jre?

XenGi commented on 2017-12-01 13:35 (UTC) (edited on 2017-12-01 13:51 (UTC) by XenGi)

This is my current state with nojdk pycharm. Pycharm with its own jre behaves exactly the same, but I have no logs for this. https://gist.github.com/XenGi/4ce69a1385842053f89dd83795a16151 This peace of shit software just freezes immediately when I close/open files or just completely random within seconds after I started it up. This bug remains now since several versions. My Bug report at Jetbrains was completely ignored. I used to really like this IDE but now I'm just hating it.. Do you guys have any idea how to fix this shit?

xsmile commented on 2017-10-05 20:19 (UTC) (edited on 2017-12-01 13:38 (UTC) by xsmile)

@XenGi: Did you manage to resolve your issue? PyCharm freezes here on Code Completion sometimes. The only information I found is not to use the OpenGL pipeline [1], but it doesn't seem to help. Also see [2]. EDIT: After some more testing, not using OpenGL works fine. 1: https://wiki.archlinux.org/index.php/Java#Better_2D_performance 2: https://youtrack.jetbrains.com/issue/JRE-241

XenGi commented on 2017-09-29 09:40 (UTC)

My Pycharm keeps freezing when I close a project or open/close a file in it. Am I the only one having these issues? It's barely usable. I only have these problems on Arch though. So maybe it's a difference when packaging? I'll try using it without thew integrated jre. Maybe that works better.