I disabled ccache for the build, and I get error:
cc1: error: too many filenames given; type ‘cc1 --help’ for usage
| Git Clone URL: | https://aur.archlinux.org/pycharm.git (read-only, click to copy) |
|---|---|
| Package Base: | pycharm |
| Description: | The only Python IDE you need. Bundled with the official JetBrains Runtime (JBR) |
| Upstream URL: | https://www.jetbrains.com/pycharm/ |
| Licenses: | custom |
| Conflicts: | pycharm-community-edition, pycharm-professional |
| Provides: | pycharm |
| Replaces: | pycharm-professional |
| Submitter: | Xavier |
| Maintainer: | Zpecter (Meaulnes) |
| Last Packager: | Zpecter |
| Votes: | 309 |
| Popularity: | 2.35 |
| First Submitted: | 2025-10-04 18:47 (UTC) |
| Last Updated: | 2026-05-15 20:18 (UTC) |
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 48 Next › Last »
I disabled ccache for the build, and I get error:
cc1: error: too many filenames given; type ‘cc1 --help’ for usage
@zerophase not for me, don't build it in any virtualenv active shell or similar
Is anyone else noticing the new version freezing during the build step? Anyone know what might be going on?
I end up sitting at creating build for a very long time.
Hi @nathaniel515, it is correct, delete and try again, you can check the sha256sum here: https://download.jetbrains.com/python/pycharm-professional-2021.3.2.tar.gz.sha256
The signature check is still failing for pycharm-professional-2021.3.2.tar.gz
Need a version bump too to after the checksum fix.
Fixed, (and weird, maybe they updated the tar.gz)
Not passing the signature check for me since the newest update.
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.