Package Details: pycharm 2026.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: 1.08
First Submitted: 2025-10-04 18:47 (UTC)
Last Updated: 2026-07-22 13:03 (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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 49 Next › Last »

dotfile commented on 2018-08-22 14:57 (UTC) (edited on 2018-08-22 14:57 (UTC) by dotfile)

2018.2.1 -> 2018.2.2; ce7313f337b7c20b120a9986cc6d9163ebbc2ef4e9f4743cd057f0730a4d8ec0 -> e7ce851728c411ff2112b82bfabbcb8d20d0433a8d7ce06887588cb278f8c8b1

Xavier commented on 2018-08-09 02:59 (UTC)

Thanks @dreamingincode, I will consider that option.

dreamingincode commented on 2018-07-28 05:15 (UTC)

@XavierCLL

Could you please add back PyCharm without JRE using split package, as done in other JetBrains IDE AUR packages?

Examples: - IntelliJ Idea Ultimate Edition: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=intellij-idea-ultimate-edition - Webstorm: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=webstorm - CLion: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=clion

I'm also ready to help if you don't have the time.

Xavier commented on 2018-07-26 17:37 (UTC)

@singularity yeah I forgot to delete that, thanks

Xavier commented on 2018-07-26 17:27 (UTC)

Yes I think the same, the best is that use the native java, I can consider implementing it again, but my experience was not the best, please try and tell me how it works.

Xavier commented on 2018-07-26 17:17 (UTC)

Hi matthias, I tested the no-jdk version and it has some problems using the java of the system related to hdpi support and other issues fixed using the jdk version, then I think that is not recommended to use, at least when jetbrains in the future support java>8

Singularity commented on 2018-07-26 17:11 (UTC)

I also miss it. I think the nojdk version should be the default one.

You don't need the update-cache part in the .install file anymore, it's done by pacman now. You find files with the name in /usr/share/libalpm/hooks/.

matthias.lisin commented on 2018-07-26 10:46 (UTC)

What happened to the no-jdk version?

matthias.lisin commented on 2018-06-15 10:55 (UTC)

@zerophase Can't reproduce. It sounds more like an GTK misconfiguration on your side.

zerophase commented on 2018-06-15 02:59 (UTC)

Getting a warning for not finding gtk-engine-murrine, when launching PyCharm from the console. I think it's an optional dependency.