Search Criteria
Package Details: pyinstaller 6.17.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pyinstaller.git (read-only, click to copy) |
|---|---|
| Package Base: | pyinstaller |
| Description: | Bundles a Python application and all its dependencies into a single package |
| Upstream URL: | https://www.pyinstaller.org |
| Licenses: | LicenseRef-custom |
| Submitter: | jackdroido |
| Maintainer: | envolution |
| Last Packager: | envolution |
| Votes: | 53 |
| Popularity: | 0.026779 |
| First Submitted: | 2012-06-13 22:56 (UTC) |
| Last Updated: | 2025-11-25 01:56 (UTC) |
Dependencies (9)
- binutils
- pyinstaller-hooks-contribAUR (pyinstaller-hooks-contrib-gitAUR)
- python-altgraphAUR
- python-setuptools
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-argcomplete (optional) – tab completion for CLI tools
Required by (32)
- airrohr-firmware-flasher-git (make)
- autofilm (make)
- autofilm-git (make)
- booru-downloader-git (make)
- cget (make)
- crl-browser
- crl-browser (make)
- decpkg (make)
- dunst-timer (make)
- elysium (make)
- entracte (make)
- ftconall-git (make)
- hascal-git (make)
- netexec-git (make)
- opencv-busto (make)
- pdf-guru-anki-git (make)
- pyobd (make)
- python-libusb-package
- python-pyxel (optional)
- python-spsdk-jlink
- python-spsdk-keyfactor
- python-spsdk-lauterbach
- python-spsdk-mcu-link
- python-spsdk-pemicro
- python-spsdk-pkcs11
- python-spsdk-pqc
- python-spsdk-pyocd
- revhubinterface (make)
- revhubinterface-git (make)
- rttview (make)
- systemd-services-manager (make)
- tf2cdownloader-git (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
harryr commented on 2026-02-22 00:47 (UTC)
error while building: [21/23] Compiling src/main.c ../../src/pyi_utils_posix.c: In function ‘_pyi_create_runtime_tmpdir’: ../../src/pyi_utils_posix.c:157:24: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 157 | for(subpath_cursor = strchr(runtime_tmpdir, '/'); subpath_cursor != NULL; subpath_cursor = strchr(++subpath_cursor, '/')) { | ^ cc1: all warnings being treated as errors
../../src/pyi_utils.c: In function ‘pyi_create_parent_directory_tree’: ../../src/pyi_utils.c:65:25: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 65 | for (subpath_cursor = strchr(filename, PYI_SEP); subpath_cursor != NULL; subpath_cursor = strchr(++subpath_cursor, PYI_SEP)) { | ^ cc1: all warnings being treated as errors
harryr commented on 2026-02-22 00:44 (UTC)
error while building: [21/23] Compiling src/main.c ../../src/pyi_utils_posix.c: In function ‘_pyi_create_runtime_tmpdir’: ../../src/pyi_utils_posix.c:157:24: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 157 | for(subpath_cursor = strchr(runtime_tmpdir, '/'); subpath_cursor != NULL; subpath_cursor = strchr(++subpath_cursor, '/')) { | ^ cc1: all warnings being treated as errors
../../src/pyi_utils.c: In function ‘pyi_create_parent_directory_tree’: ../../src/pyi_utils.c:65:25: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 65 | for (subpath_cursor = strchr(filename, PYI_SEP); subpath_cursor != NULL; subpath_cursor = strchr(++subpath_cursor, PYI_SEP)) { | ^ cc1: all warnings being treated as errors
yochananmarqos commented on 2024-10-16 22:58 (UTC)
Just FYI, no GNU / Linux package should need PyInstaller.
nuc commented on 2024-08-12 21:44 (UTC)
For me it is still failing
yochananmarqos commented on 2024-08-12 16:02 (UTC)
I've disabled the tests.
brownpaperbag666 commented on 2024-08-12 09:44 (UTC)
@yochananmarqos
Suggested solution:
See issue here: https://github.com/pyinstaller/pyinstaller/issues/8725
Henry-ZHR commented on 2024-08-12 02:34 (UTC)
The checksum is outdated again
Henry-ZHR commented on 2024-08-12 02:29 (UTC)
https://github.com/pyinstaller/pyinstaller/issues/8725
PYTHONPATH="$(pwd)"did work on my machineyochananmarqos commented on 2024-08-11 16:51 (UTC)
@fam007e: I can't reproduce in a clean chroot. However, I've skipped the isolation tests for now.
fam007e commented on 2024-08-11 13:53 (UTC) (edited on 2024-08-11 13:56 (UTC) by fam007e)
Recent
pyinstallerupdate showing this particular error:The error I am encountering is maybe when trying to install pyinstaller
AURis due to a failed test case, specifically test_nested_isolation. This test is asserting that the same process ID should be reused during nested isolation, but the assertion failed because different process IDs were returned.1 2 3 4 5 6 7 Next › Last »