Package Details: pycharm-eap 2024.1.1.241.15989.155-1

Git Clone URL: https://aur.archlinux.org/pycharm-eap.git (read-only, click to copy)
Package Base: pycharm-eap
Description: Powerful Python and Django IDE, Early Access Program (EAP) build. Professional edition.
Upstream URL: https://www.jetbrains.com/pycharm/nextversion/
Keywords: development editor ide jetbrains python
Licenses: custom
Provides: pycharm, pycharm-professional
Submitter: vlan
Maintainer: qft
Last Packager: qft
Votes: 31
Popularity: 0.001787
First Submitted: 2011-05-06 08:33 (UTC)
Last Updated: 2024-05-01 00:51 (UTC)

Dependencies (12)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 20 Next › Last »

qft commented on 2023-05-18 19:35 (UTC)

Sorry for the delay. I tried to get around the Cython issue, but it seems not solvable at this moment... So I've temporarily disabled compiling the Cython speed-up.

artafinde commented on 2023-05-06 10:26 (UTC)

Until the underlying cython is fixed this is broken: https://youtrack.jetbrains.com/issue/PY-51730/Build-debugger-frame-evaluation-binaries-for-Python-3.11

mergen commented on 2023-05-06 07:01 (UTC)

I get the error:

RuntimeError: Frame evaluation is not supported for the Python version3.11

sausix commented on 2021-08-15 19:55 (UTC)

The "nextversion" link is quite broken.

Just found a new link which already offers a newer version of pycharm-eap.

https://confluence.jetbrains.com/pages/viewpage.action?pageId=23004355

So this package is practically outdated then.

Thank you.

artafinde commented on 2021-05-17 14:39 (UTC)

I'm against epoch in general since then you have to carry this on every upgrade.. It's not a big thing for me just worth mentioning in case other had that issue. (you do get a notification anyway from PyCharm itself).

Kr1ss commented on 2021-05-17 13:55 (UTC) (edited on 2021-05-17 14:01 (UTC) by Kr1ss)

@artafinde @qft

It's not about the number of dots.

In this case, 2021.1.211.6693.115-1 is deemed greater than 2021.1.1.211.7142.13-1 because 211 is greater than 1 :

2021. 1.211. [...]
2021. 1.  1. [...]

I guess @qft could intruduce an epoch. At least that's what I do with pycharm-community-eap.

Cheers !

(EDIT/ visualization added)

artafinde commented on 2021-05-17 13:41 (UTC)

qft: the pkgver defined in this package doesn't work with pacman's comparison so some new versions don't appear.. Example:

loading packages...
warning: downgrading package pycharm-eap (2021.1.211.6693.115-1 => 2021.1.1.211.7142.13-1)

Clearly this is an update but pacman thinks it's downgrading. My assumption is the comparison in pacman doesn't detect so many dots? :/

Kr1ss commented on 2021-02-06 22:35 (UTC)

NP. Guess we both need to thank @navarroaxel, who made me aware of this issue in the first place. :)

qft commented on 2021-02-06 22:32 (UTC)

@Kr1ss thank you very much for pointing this out! I just updated the PKGBUILD as you suggested and the issue appears to be fixed for now.

Kr1ss commented on 2021-02-06 21:47 (UTC) (edited on 2021-02-06 21:47 (UTC) by Kr1ss)

@qft There's a bug in the current JBR causing it to crash - see https://youtrack.jetbrains.com/issue/JBR-3066

Essentially, you need to use the previous version (211.4961.30), and install it in place.

For PKGBUILD examples, see latest commits of pycharm-cummunity-eap or webstorm-eap

Cheers !