Package Details: pycharm-professional 2024.3-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: 289
Popularity: 1.07
First Submitted: 2013-09-25 03:56 (UTC)
Last Updated: 2024-11-14 03:02 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 44 Next › Last »

flying-sheep commented on 2020-02-06 08:43 (UTC)

So will the debugger speedup compiled using python 2 do anything if you never debug python 2?

Because if not, you could just make it optional and only compile the python 2 stuff if python 2 is installed while the package is built.

mayhem commented on 2020-01-23 10:33 (UTC)

Building with clang9 fails with the following error: clang-9: error: unknown argument: '-fno-semantic-interposition'

The newer clang should ignore automatically this build flag https://reviews.llvm.org/D65616

orbital_sfear commented on 2019-12-04 03:51 (UTC)

The build is working again for me.

Xavier commented on 2019-12-03 06:52 (UTC)

Hi Flying-sheep, yes but that was temporal, I enable again the speedup debugging

flying-sheep commented on 2019-11-25 15:02 (UTC)

Can you please make the makedeps optional?

  1. the helpers currently don’t get installed anyway
  2. on a python2 free system compiling the python2 helpers isn’t necessary

Xavier commented on 2019-11-18 03:34 (UTC)

Hi, I think the problem is present in the Pycharm because in cython it seems to be fixed https://github.com/cython/cython/issues/2938 anyway I disable temporally the speedup debugging while it is fixed.

asimaranov commented on 2019-11-16 12:11 (UTC)

The same problem, _pydevd_bundle/pydevd_cython.c:331:11: error: too many arguments to function 'PyCode_New'

The offending request is gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c _pydevd_bundle/pydevd_cython.c -o build/_pydevd_bundle/pydevd_cython.o

fifthecho commented on 2019-11-15 20:37 (UTC)

@orbital_sfear I'm getting the same.

orbital_sfear commented on 2019-11-15 16:15 (UTC)

Is anyone else getting this error after python 3.8 dropped? _pydevd_bundle/pydevd_cython.c:331:11: error: too many arguments to function ‘PyCode_New’

I tried reinstalling cython, it didn't seem to help.