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

niki commented on 2015-05-22 16:58 (UTC)

PyCharm 4.5.1 has been relased Sha256 sum: e1ffd7d839a6eeda2cfdb55d0069826aef27b71a4bbb4e0668309064e87b9ef3

daronin commented on 2015-05-15 14:39 (UTC)

PyCharm 4.5 has been released.

Xavier commented on 2015-05-13 21:21 (UTC)

Hi @x89, maybe you used a aur software with "noconfirm" or other flag for automatic response the confirmation question, try install using yaourt, pacaur or packer without any flag

Xavier commented on 2015-05-13 21:15 (UTC)

Hi @x89, this is not a dependency problem, this say "Enter a number", for example 1, not "Yes" or "No"

Naypam commented on 2015-05-13 16:23 (UTC)

If you don't have all of the deps it'll do a `yes Y` and not install. I installed the deps and all seems well. See image. http://i.imgur.com/EFhw0CD.png

Azd325 commented on 2015-01-13 21:28 (UTC)

New version available at http://download-cf.jetbrains.com/python/pycharm-professional-4.0.4.tar.gz

BlueIcefield commented on 2014-06-19 10:53 (UTC)

Another solution for the invisible text problem is to add the following to your .bash_profile : export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'

MissingNo commented on 2014-06-17 23:22 (UTC)

There currently seems to be the problem that, at least with a standard installation of Gnome 3, the text is invisible, so its rendered completely useless. The 2 solutions are either installing the Oracle JDK (packagename jdk) or downgrading the existing Packages with pacman -U jre7-openjdk-7.u55_2.4.7-1-x86_64.pkg.tar.xz pacman -U jdk7-openjdk-7.u55_2.4.7-1-x86_64.pkg.tar.xz pacman -U giflib-5.0.6-1-x86_64.pkg.tar.xz

numkem commented on 2014-06-16 12:02 (UTC)

The dependency to giflib should be =5.0.5-1 since 5.1 changes a lot of things and it makes all the fonts look very blurry. To me it makes the IDE not very usable.

Xavier commented on 2014-05-30 15:00 (UTC)

@mikescho, done. Thank you!