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.30
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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 48 Next › Last »

JohnRobson commented on 2017-09-08 14:38 (UTC)

Thank you @XavierCLL, I also have no idea... maybe is some problem only here.

Xavier commented on 2017-09-08 00:40 (UTC)

hi @johnRobson, I have not idea why is it, try comment the two lines of setup_cython.py build_ext and build again

JohnRobson commented on 2017-09-07 06:14 (UTC)

File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1473, in get_metadata return value.decode('utf-8') if six.PY3 else value UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte ==> ERROR: A failure occurred in package().

Xavier commented on 2017-08-24 00:16 (UTC)

It seems like a mirror of Jetbrains from somewhere.. china? try download it manually with the original url

wang199302 commented on 2017-08-23 06:38 (UTC)

Hi @SLKun, I have the same problem with you. My download redirecting to https://download.jetbrains.8686c.com/python/pycharm-professional-2017.2.1.tar.gz. This url contains the wrong package.

Xavier commented on 2017-08-18 04:07 (UTC)

Hi @SLKun, I checked the pkgbuild and this not have problems, the other sha256sums is only for nojdk package. Check your installation again.

SLKun commented on 2017-08-18 03:27 (UTC)

There are two problems when I install. 1. The sha256 checksum that I downloaded many times is '3f967aacb231a709afff9ac3191127d8f9c5ec4beb9ecb5d7c4f120e6691d879' rather than '365806065b9b2e0f530a2573864fe44efa8af5bd022562742d16f4a0f8938a68' which is provided by Jetbrains. It seems that @azrdev meet the same problem. I think maybe it can be check. 2. The folder of v2017.2.1 after decompression is 'pycharm-2017.2' rather than 'pycharm-_pkgver(2017.2.1)'. Maybe JetBrain have changed their naming rules?

nmiculinic commented on 2017-08-12 10:38 (UTC)

Hmm, I guess it's leftover from pycharm community. After deleting the file it appears working