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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 48 Next › Last »

Xavier commented on 2020-04-09 17:26 (UTC)

Ok, I'll consider removing it in the next update

spapanik21 commented on 2020-04-09 08:35 (UTC)

It is indeed compiled for both, but as some people don't ever develop in python2, the debugger speedup for python2 (which is officially unsupported) is unnecessary.

Xavier commented on 2020-02-07 20:24 (UTC)

debugger speedup is compiled for both python 2 and 3

flying-sheep commented on 2020-02-06 08:43 (UTC)

So will the debugger speedup compiled using python 2 do anything if you never debug python 2?

Because if not, you could just make it optional and only compile the python 2 stuff if python 2 is installed while the package is built.

mayhem commented on 2020-01-23 10:33 (UTC)

Building with clang9 fails with the following error: clang-9: error: unknown argument: '-fno-semantic-interposition'

The newer clang should ignore automatically this build flag https://reviews.llvm.org/D65616

orbital_sfear commented on 2019-12-04 03:51 (UTC)

The build is working again for me.

Xavier commented on 2019-12-03 06:52 (UTC)

Hi Flying-sheep, yes but that was temporal, I enable again the speedup debugging

flying-sheep commented on 2019-11-25 15:02 (UTC)

Can you please make the makedeps optional?

  1. the helpers currently don’t get installed anyway
  2. on a python2 free system compiling the python2 helpers isn’t necessary

Xavier commented on 2019-11-18 03:34 (UTC)

Hi, I think the problem is present in the Pycharm because in cython it seems to be fixed https://github.com/cython/cython/issues/2938 anyway I disable temporally the speedup debugging while it is fixed.

asimaranov commented on 2019-11-16 12:11 (UTC)

The same problem, _pydevd_bundle/pydevd_cython.c:331:11: error: too many arguments to function 'PyCode_New'

The offending request is gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c _pydevd_bundle/pydevd_cython.c -o build/_pydevd_bundle/pydevd_cython.o