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 .. 21 22 23 24 25 26 27 28 29 30 31 .. 48 Next › Last »

fifthecho commented on 2019-11-15 20:37 (UTC)

@orbital_sfear I'm getting the same.

orbital_sfear commented on 2019-11-15 16:15 (UTC)

Is anyone else getting this error after python 3.8 dropped? _pydevd_bundle/pydevd_cython.c:331:11: error: too many arguments to function ‘PyCode_New’

I tried reinstalling cython, it didn't seem to help.

Xavier commented on 2019-09-13 03:50 (UTC)

Hi @deathangel908, that mistake is weird, check if you have the file /usr/share/pixmaps/pycharm.png and check your pycharm installation

deathangel908 commented on 2019-09-03 12:03 (UTC) (edited on 2019-09-03 12:04 (UTC) by deathangel908)

Can you please add an icon to desktop? I just see a blank icon https://static.pychat.org/photo/d6IeuTtb_image.png charm.desktop contains Icon=pycharm but I don't see it in the packagebuild

lybin commented on 2019-07-18 10:13 (UTC)

Hello, may be not bad idea separate package for jre: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=goland

Xavier commented on 2019-06-03 21:42 (UTC)

@nicoulaj good idea, added, thanks

nicoulaj commented on 2019-06-03 19:05 (UTC)

Another little thing, could you add /opt/pycharm-professional/bin/idea.properties to backup since we already have the vmoptions files ?