Package Details: pycharm-professional 2024.1.4-1

Git Clone URL: https://aur.archlinux.org/pycharm-professional.git (read-only, click to copy)
Package Base: pycharm-professional
Description: Python IDE for Professional Developers. Professional Edition
Upstream URL: https://www.jetbrains.com/pycharm/
Keywords: development editor ide jetbrains python
Licenses: custom
Submitter: hippojazz
Maintainer: Xavier (37h4n)
Last Packager: Xavier
Votes: 287
Popularity: 1.11
First Submitted: 2013-09-25 03:56 (UTC)
Last Updated: 2024-06-25 20:04 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 31 32 .. 44 Next › Last »

marquicus commented on 2018-04-03 13:26 (UTC)

It throws the following error:

==> Validating source files with sha256sums... pycharm-professional-2018.1.tar.gz ... Passed pycharm-professional.desktop ... Passed pycharm-professional.install ... Passed pycharm ... Passed charm.desktop ... Passed charm ... Passed ==> Extracting sources... -> Extracting pycharm-professional-2018.1.tar.gz with bsdtar ==> Starting build()... Traceback (most recent call last): File "helpers/pydev/setup_cython.py", line 14, in <module> from setuptools import setup File "/usr/lib/python3.6/site-packages/setuptools/init.py", line 14, in <module> from setuptools.dist import Distribution, Feature File "/usr/lib/python3.6/site-packages/setuptools/dist.py", line 21, in <module> from setuptools.extern import packaging File "/usr/lib/python3.6/site-packages/setuptools/extern/init.py", line 61, in load_module "distribution.".format(**locals()) ImportError: The 'packaging' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution. ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build pycharm-professional. ==> Restart building pycharm-professional ? [y/N] ==> ---------------------------------------------</module></module></module>

==> ERROR: unable to update

The missing package is installed

$ pip install packaging Requirement already satisfied: packaging in /usr/lib/python2.7/site-packages Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from packaging) Requirement already satisfied: pyparsing>=2.0.2 in /usr/lib/python2.7/site-packages (from packaging)

Xavier commented on 2018-03-09 16:35 (UTC)

@JSN190, I think that it is not a packaging problem, report it as an issue in the jetbrains bug system.

JSN190 commented on 2018-03-08 14:56 (UTC)

The latest update seems to break custom fonts. I can neither set a font for the editor nor the UI itself, as the font dropdown only lists one font.

Xavier commented on 2018-02-06 04:37 (UTC)

Hi @acidrain42, are you using the cython installed inside pycharm (in project interpreter)? try delete it and use only the cython provider by archlinux, maybe the problem is the incompatibility version used for generate the package

acidrain42 commented on 2018-02-05 19:11 (UTC)

That latest update (2017.3.3-2) breaks the cython extensions for me. It asks me to build them everytime I launch a debugger, even if I click install.

Xavier commented on 2018-02-04 21:44 (UTC)

Fixed, thanks for the report @xsmile

xsmile commented on 2018-02-04 13:33 (UTC)

The building process for the cython extensions needs an update, see https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/pycharm-community-edition&id=293d11360dcf86cb50adbddc8103730f0052f373.

Xavier commented on 2017-12-01 17:45 (UTC)

Hi @xengi, have you tried with jdk version? Do you use oficial archlinux jre?

XenGi commented on 2017-12-01 13:35 (UTC) (edited on 2017-12-01 13:51 (UTC) by XenGi)

This is my current state with nojdk pycharm. Pycharm with its own jre behaves exactly the same, but I have no logs for this. https://gist.github.com/XenGi/4ce69a1385842053f89dd83795a16151 This peace of shit software just freezes immediately when I close/open files or just completely random within seconds after I started it up. This bug remains now since several versions. My Bug report at Jetbrains was completely ignored. I used to really like this IDE but now I'm just hating it.. Do you guys have any idea how to fix this shit?

xsmile commented on 2017-10-05 20:19 (UTC) (edited on 2017-12-01 13:38 (UTC) by xsmile)

@XenGi: Did you manage to resolve your issue? PyCharm freezes here on Code Completion sometimes. The only information I found is not to use the OpenGL pipeline [1], but it doesn't seem to help. Also see [2]. EDIT: After some more testing, not using OpenGL works fine. 1: https://wiki.archlinux.org/index.php/Java#Better_2D_performance 2: https://youtrack.jetbrains.com/issue/JRE-241