Package Details: pycharm-professional 2024.3.5-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: 292
Popularity: 0.51
First Submitted: 2013-09-25 03:56 (UTC)
Last Updated: 2025-03-20 13:26 (UTC)

Dependencies (19)

Required by (0)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 46 Next › Last »

Xavier commented on 2023-12-14 14:39 (UTC)

My only concern is whether that url (https://download-cf.jetbrains.com/) is permanent or just a temporal option to access to the source. I'm not sure, but if it is permanent, I'll change it.

lybin commented on 2023-12-14 10:49 (UTC)

imho it's acceptable to replace the url on cloudflare, should be faster for everyone, CF have geo caching. PKGBUILD contains hash sums.

https://download.jetbrains.com/python/pycharm-professional-2023.3.1.tar.gz.sha256

Xavier commented on 2023-12-13 21:59 (UTC)

Hi @ginkel, you could use the chaotic-aur repository, they build this package.

ginkel commented on 2023-12-13 14:25 (UTC)

Hi there,

Jetbrains download servers are agonizingly slow from Deutsche Telekom's network in Germany. Jetbrains recommends to use the CloudFlare CDN in this case: https://intellij-support.jetbrains.com/hc/en-us/articles/206544699

Would that be an option for this AUR?

Thanks, Thilo

Xavier commented on 2023-12-12 00:58 (UTC)

Hi @nerdoc, that issue is confirmed in https://youtrack.jetbrains.com/issue/IDEA-313202 I applied the temporal workaround, thanks for reporting it.

nerdoc commented on 2023-12-10 12:39 (UTC)

Again, with 2023.3 the same error is preventing pycharm from starting correctly:

[1210/133621.781923:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/pycharm-professional/jbr/lib/chrome-sandbox is owned by root and has mode 4755.

A

sudo chmod 4755 /opt/pycharm-professional/jbr/lib/chrome-sandbox

Repairs it.

kingcreole commented on 2023-12-08 10:24 (UTC) (edited on 2023-12-08 10:31 (UTC) by kingcreole)

Just as I wanted to file a complaint that pycharm isn't allowing debugging due to a missing file in the pydev folder it started working again, but I have allready logged in so I want to at least wish you a woderfull day and say thank you for the update :D (uninstall and reinstall seem to have done the trick, normal reinstall on manjaro using pamac seem to not have done the trick 3 times before)

Xavier commented on 2023-12-03 21:51 (UTC)

@BlurryFlurry that is a weird error, it seems that you are running pycharm in a specific java environment, Remember that this package has its own JRE inside, so you don't need JRE at all. Try to run it in a clean shell/environment.

BlurryFlurry commented on 2023-12-03 07:19 (UTC) (edited on 2023-12-03 07:21 (UTC) by BlurryFlurry)

I get this error when launching pycharm

CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
Error: Could not find or load main class —add-opens=java.base.jdk.internal.org.objectweb.asm=ALL-UNNAMED
Caused by: java.lang.ClassNotFoundException: —add-opens=java.base.jdk.internal.org.objectweb.asm=ALL-UNNAMED

Ashark commented on 2023-11-05 19:53 (UTC)

Ok.
You probably wanted to keep executable name short? For example, intellij idea packages uses such naming idea-ce-eap and idea-ue-eap for community edition and for ultimate edition.
If you want to keep it short, we may use something like pycharm-pe or pycharm-pro. But this also would make us think of package renaming. I wanted to keep package naming in AUR consistent. Currently, the other pycharm packages use the extensive names like "professional" and "community" (except pycharm-edu, which is going to be deleted). Naming can be rethought of course.