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

Xavier commented on 2017-08-12 03:08 (UTC) (edited on 2017-08-12 03:15 (UTC) by Xavier)

Hi @nmiculinic, It so odd, the package does not install anything on /usr/local please check your installation, maybe you have another installation of Pycharm

nmiculinic commented on 2017-08-11 23:15 (UTC) (edited on 2017-08-11 23:15 (UTC) by nmiculinic)

[code] Traceback (most recent call last): File "/usr/local/bin/pycharm", line 108, in <module> start_new_instance(ide_args) File "/usr/local/bin/pycharm", line 103, in start_new_instance os.execv(RUN_PATH, [bin_file] + args) FileNotFoundError: [Errno 2] No such file or directory [/code] When trying to start pycharm

Xavier commented on 2017-07-31 17:21 (UTC)

Hi @azrdev, good idea, read the pinned comment for use it.

azrdev commented on 2017-07-29 18:03 (UTC) (edited on 2017-07-29 18:05 (UTC) by azrdev)

@XavierCLL I appreciate very much that you provide & maintain the no-jdk option in the PKGBUILD, I'm happily using it. Would it be possible to define this once as a flag/variable, instead of having to modify 3 locations? Edit: also it seems the pycharm-professional-2017.2-no-jdk.tar.gz doesn't match the checksum you provided, have they changed it?

Xavier commented on 2017-07-28 22:29 (UTC)

Yes @allspark you are right, the built package is not arch independent, fixed, thanks

allspark commented on 2017-07-28 19:16 (UTC)

"If a package is architecture-independent in its compiled state (shell scripts, fonts, themes, many types of extensions, etc.) then use arch=('any'). Please note that, as this is intended for packages that can be built once and used on any architecture, it will cause the package to be labeled -any as opposed to -i686, -x86_64, etc." [1] [1] https://wiki.archlinux.org/index.php/PKGBUILD

allspark commented on 2017-07-28 19:15 (UTC)

but with arch=('any') you can install the package build on x86_64 for x86_64 on an arm plattform.

Xavier commented on 2017-07-21 14:39 (UTC)

Hi @allspark, I not sure if is good idea fix the arch to i686 and x86_64, because there are mode architectures like arm that you can install this pkg

allspark commented on 2017-07-19 11:15 (UTC)

Hello, i think arch=('any') is wrong in this case, because the 'python ... build_ext' commands are compiling some files for python, and the results are not arch independent

Shibumi commented on 2017-05-11 17:55 (UTC)

Hello, I have a problem with opening the django project. When i try to open a django project I get errors like:"error creating textual authentication agent: no device /dev/tty" Therefore the pip-install for the dependencies fails also.. any idea how I can solve this issue? I have tried installing polkit-qt5-agent but this doesn't work also.. do I need to reboot after it?