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: 308
Popularity: 1.38
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 .. 43 44 45 46 47 48

hippojazz commented on 2013-12-04 17:41 (UTC)

disowning this package because I'm travelling for rest of the year and won't be able to keep it up to date

dobo commented on 2013-11-13 18:46 (UTC)

The symlink is broken. It symlinks to actual directory where the package is built :D. It should be: ln -s /opt/$pkgname/bin/pycharm.sh $pkgdir/usr/bin instead of: ln -s $pkgdir/opt/$pkgname/bin/pycharm.sh $pkgdir/usr/bin I also suggest you to add patch which skips user to wait when starting pycharm. You can do something like that: sed -i '/.*read IGNORE.*/ d' $pkgdir/opt/$pkgname/bin/pycharm.sh

hippojazz commented on 2013-10-20 22:27 (UTC)

Sorry for slow update - I've been travelling. @Nowaker: Have symlinked pycharm.sh to /usr/bin

archaeopteryx commented on 2013-10-20 21:01 (UTC)

Any plans to update the package? http://download.jetbrains.com/python/pycharm-professional-3.0.1.tar.gz pkgver=3.0.1 sha256sums=('6fe3211674bfa4fa1e9dfc507c1ed5fdf9a8f79d6cd40b54a5e27bd6984a89fb')

dumphblooz commented on 2013-10-18 02:44 (UTC)

Version bump! http://blog.jetbrains.com/pycharm/2013/10/pycharm-3-0-1-update-is-available/

Nowaker commented on 2013-10-03 10:19 (UTC)

Could you please include a /usr/bin script? Just like it's done in 'rubymine' package.

hippojazz commented on 2013-10-01 00:20 (UTC)

@intgr: I've added conflicts and provides variables. Thank you.

intgr commented on 2013-09-30 09:12 (UTC)

This package should have: conflicts=('pycharm') provides=('pycharm')