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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 48 Next › Last »

FirefighterBlu3 commented on 2016-06-10 04:17 (UTC)

jre8-openjdk

Xavier commented on 2016-06-08 21:14 (UTC)

@FirefighterBlue3, which package do you have installed that provide the java=8-jre? @bbolgradov, if you want the Java 8 environment with JetBrains modifications you cant install this package: https://aur.archlinux.org/packages/jre8-openjdk-jetbrains-git/

FirefighterBlu3 commented on 2016-06-08 19:26 (UTC)

[non-root@Scott ~]$ pb -S pycharm-professional ==> Building pycharm-professional... -> aur/pycharm-professional 2016.1.4-1 (107 votes) [installed: 2016.1-3] -> Powerful Python and Django IDE. Professional edition ==> Cloning the git repository... Already up-to-date. ==> Checking dependencies... ==> ERROR: Failed to fulfill package dependency requirement: java-runtime>=8 (Package: pycharm-professional-2016.1.4-1) [non-root@Scott ~]$ archlinux-java get java-8-jre/jre any suggestions on what needs fixed?

Xavier commented on 2016-06-02 02:16 (UTC)

Hi @bbolgradov, We talk about this topic before, with the last version of JDK (v8) there aren't problems of HiDPI or font rendering, do you know what exactly fixes are applied in the bundled inside pycharm? or do you have any problems with this pycharm using the Java of Archlinux?, the official Java of the Archlinux is adjusted/fixes for the distribution (and more update), is better use that. But we can put this topic in discussion. Hi @JohnRobson, I don't know, this seems to be a DE problems (do you use gnome?)

JohnRobson commented on 2016-06-01 18:29 (UTC)

The new version 2016.1 has NO JDK Bundled: https://confluence.jetbrains.com/display/PYH/Previous+PyCharm+Releases This error: 'Gtk-Message: Failed to load module "rgba"' when I try to plot an image is related with JDK?! I'm using OpenJDK, should I use Oracle JDK or setup something?

bbolgradov commented on 2016-06-01 11:06 (UTC)

Why not use the package with bundled JDK? It's recommended to use theirs, as it includes many fixes before they are applied to Oracle's JDK. Also, the product is tested with it, so it shouldn't have problems that could otherwise occur. At least we should have another package on AUR, e.g. pycharm-professional-with-jdk "It's recommended to use the bundled JRE (if available). In case you have any issues with the bundled version, you can switch to the latest version of Oracle JDK or OpenJDK available for your system" - https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under

JohnRobson commented on 2016-05-18 18:42 (UTC)

Gtk-Message: Failed to load module "rgba" Sorry about this question here, but someone know what I need to install or setup to show matplotlib graphic?

Xavier commented on 2016-05-11 15:27 (UTC) (edited on 2016-05-11 23:38 (UTC) by Xavier)

Hi, with this update I added the "charm" app, this is an script (modified but generated with Pycharm http://bit.ly/1T8LQe8) for opening a single file (for .py files and without need of a project) in Pycharm.

4X3L commented on 2016-04-20 18:01 (UTC)

pycharm-professional.install does not pass the validity test.