Package Details: pycharm 2026.1.4-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.10
First Submitted: 2025-10-04 18:47 (UTC)
Last Updated: 2026-07-03 19:20 (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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 49 Next › Last »

<deleted-account> commented on 2016-04-09 19:03 (UTC)

Isn't .desktop file created by IDE automatically? Because I always have two of them. Maybe one of them lives from time I've accidentally pressed "Create launcher" from IDE, but who knows...

Xavier commented on 2016-04-05 23:49 (UTC)

Mmm @Hideaki you are right, fixed, adjusted the depends with packages that provider java-runtime>=8, thanks (without increment pkgrel)

CraftyCorvid commented on 2016-04-05 22:49 (UTC)

You should change the jre8-openjdk dependency to something like 'java-runtime=8' or 'java-runtime-openjdk=8'. That way people like me who are using patched versions of Java such as jre8-openjdk-infinality don't get dependency issues.

Xavier commented on 2016-04-05 21:52 (UTC)

Pycharm needs Java 8 or higher for work, in the before commits I deleted bundled JRE inside Pycharm installation (by recommendations), then I changed depends to specific Java 8, if you have Java 7 too you need set environment Java 8 with archlinux-java.

Xavier commented on 2016-04-03 17:00 (UTC) (edited on 2016-04-03 17:10 (UTC) by Xavier)

Hi @lybin, yeah I know! (I confused because in my country not exits the April fool day). If really Pycharm don't work with Java 7 I should change the depends or return the bundled JRE inside Pycharm.... I just tested and I confirm that Pycharm need Java 8 (can anyone confirm that?) , then.. I think that is good idea that Pycharm use the JRE of the OS for some reason (e.g. size, patches applied in JRE by Archlinux dev-team, receive more security updates, ...)

lybin commented on 2016-04-03 16:12 (UTC) (edited on 2016-04-03 16:23 (UTC) by lybin)

@XavierCLL, I was joking, but really, you've deleted bundled JRE inside Pycharm installation. May be PyCharm really requires Java 8, they can do this, because Java comes with PyCharm. Just now, I have thought about it... I support some packages, I usually don't remove libraries of QT e.g. because it need to care in a future about versions of libraries and can to break something )

Xavier commented on 2016-04-03 14:26 (UTC)

ohh yeah Python 8! :)

lybin commented on 2016-04-03 08:07 (UTC)

http://blog.jetbrains.com/pycharm/2016/04/pycharm-2016-1-1-eap-is-available/ You don't believe, but they dropped support for older Python versions before Python 3.5 and added preliminary support for Python 8 *ROFL*

Xavier commented on 2016-04-02 19:25 (UTC)

Hi @zopieux, I don't believe that the latest version Pycharm drop support the java 7, where did you read that?, I think that if Pycharm works in different versions of Java, is better the user choose the Java version to use. (and the next version 2016.1.1 is not released yet)

zopieux commented on 2016-04-02 14:58 (UTC)

Latest version requires Java 8. You should fix the dependencies, as Java 7 is not an option anymore. You should also fix the .desktop so it uses the right Java (8!) path.