Even after clearing the cache, pycharm fails to build for me with yay:
==> Starting build()...
:: Building Cython speed-ups
Traceback (most recent call last):
File "/home/xengi/.cache/yay/pycharm-professional/src/pycharm-2025.1/./plugins/python-ce/helpers/pydev/setup_cython.py", line 16, in <module>
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in build().
Aborting...
-> error making: pycharm-professional-exit status 4
-> Failed to install the following packages. Manual intervention is required:
pycharm-professional - exit status 4
makedepends=('python-setuptools' 'cython')
seems to be fine though.
Builds just fine with makepkg
and pkgctl build
.
Pinned Comments