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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 49 Next › Last »

Xavier commented on 2020-07-30 17:28 (UTC) (edited on 2020-07-30 17:33 (UTC) by Xavier)

Hi @navarroaxel, good point, I set the ".0" to specify that it is the first version of the main release "2020.2", "literally" I'm not changing the package version but at the same time you're right, I'll do it for the next main release.

navarroaxel commented on 2020-07-30 11:24 (UTC)

The https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning says that the package version "should be the same as the version released by the author". I think you should use 2020.2 without the trailing ".0".

grinderz commented on 2020-07-14 05:38 (UTC)

i'm waiting fixed updates via pkgrelease version in terminal, seems sometimes need open browser ))

Xavier commented on 2020-07-13 19:41 (UTC)

@lybin yes I know, but sometimes for some small changes or fixes it is not necessary, it can wait for the next release

lybin commented on 2020-07-13 19:25 (UTC)

Please increase pkgrel= when you make internal package changes, thanks

Xavier commented on 2020-07-13 19:21 (UTC)

Updated, thank @jheinz and sorry for that I wanted to push this small fix for the next update but I forgot to update the current shasums

jheinz commented on 2020-07-13 08:47 (UTC) (edited on 2020-07-13 08:49 (UTC) by jheinz)

Hi @XavierCLL, I think since you removed that line from charm.desktop yesterday, you'll also need to change its SHA256 sum from '773f169fac40fa5df69ccf90680238524f99c42aaa2b037e78e01cfc8c545280' to 'b026ef96831448be743f86e7e44bfa676629e8c3eb418c893fd87515c06263a7' in order to fix the validity check. Thanks for your work and quick responses!

meirg commented on 2020-07-12 20:47 (UTC)

@XavierCLL Yes, that works too

Xavier commented on 2020-07-12 18:46 (UTC) (edited on 2020-07-12 18:47 (UTC) by Xavier)

thanks @lybin JetBrains does not provide this desktop entry (neither the charm by default), I created it for this Archlinux package and I realized that the StartupWMClass is not necessary for the charm.desktop entry, thanks @meirg for the report it and confirm if your problem is fixed if you delete the line StartupWMClass in the /usr/share/applications/charm.desktop and running sudo update-desktop-database -q

lybin commented on 2020-07-12 17:31 (UTC)

Yes both desktop files contain wmclass "jetbrains-pycharm" if you run not through menu probably another. If @XavierCLL copied these files as is, all questions to jetbrains in bugtracker. I have experience, they answer and ready to help.