If I understand the gitlab thread correctly, The current pycharm-community-edition package will become/stay a pycharm package build from only the open source code from jetbrains. Does this mean that the pycharm-professional package will stay a binary release so people with a pro subscription can use these features?
I guess potential new names will then be pycharm-oss or just pycharm for the package in extra and pycharm-bin for the binary release in the aur. Because it's not the pro feature that is different from the package in extra but that it is build from the official binary release instead of the official source. You can use the binary release without a pro subscription to get some features the open source build doesn't have.
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
Cythonorsetuptools, and they are usingConda, that comment has the answer.If anyone is getting errors about
Cythonorsetuptools, and they are usingpyenv, there are 2 possible ways to fix it:pyenv local systemto set Python back to the system installed Python for this session.pip install Cython setuptoolsto 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:condaenvironment. Now afterwhich pythontyped in console, the output should be/usr/bin/python.pacman -S cython python-setuptools.