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 .. 41 42 43 44 45 46 47 48 Next › Last »

SoonerBourne commented on 2014-03-06 14:21 (UTC)

Unfortunately, I'm not going to be able to keep maintaining this package for the next few months. I'm going to disown it so someone else can pick it up. I would rather release it in good shape and not behind so someone isn't scrambling to try to figure it out and make it work.

SoonerBourne commented on 2014-02-25 14:30 (UTC)

@herr-biber Change incorporated.

herr-biber commented on 2014-02-25 13:22 (UTC)

Maybe, we could add 'pycharm-community' to conflicts? conflicts=('pycharm' 'pycharm-community')

dumphblooz commented on 2014-02-14 15:23 (UTC)

http://blog.jetbrains.com/pycharm/2014/02/pycharm-3-1-1-and-python-plugin-for-intellij-idea-13-have-been-released/

SoonerBourne commented on 2014-02-11 18:10 (UTC)

@jkluebs I have implemented your suggestion. I didn't really see any difference, but if it makes everyone else's work better then I'm all for it.

jkl commented on 2014-02-11 16:26 (UTC)

Consider removing the awt.useSystemAAFontSettings=on setting from vmoptions. The upstream package now already has awt.useSystemAAFontSettings=lcd included. With newer JDKs it seems to give better results.

SoonerBourne commented on 2014-02-10 18:36 (UTC)

@timrichardson Thanks for the feedback. I'm running Manjaro (Cinnamon Desktop) and it apparently already had that installed for me by default. I have added it as a dependency in the PKGBUILD file.

timrichardson commented on 2014-02-09 09:04 (UTC)

I needed to install package giflib to fix a start-up error with 3.1

khenderick commented on 2014-01-17 07:43 (UTC)

Damnit, flagged out of date instead of just vote for it. Sorry for that

SoonerBourne commented on 2014-01-15 20:32 (UTC)

@w1ntermute I am aware of this and it is part of the feedback I got from the submittal to the forums (comment dated 12/6/2013). As soon as JetBrains releases their next Pycharm, those changes will show up in the PKGBUILD file.