@aminvakil that is much better, thank you for the fix!
Search Criteria
Package Details: python-tls-client-git 1.0.1.r113.20240202.ab6c736-5
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-tls-client-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-tls-client-git |
| Description: | An advanced HTTP library based on requests and tls-client |
| Upstream URL: | https://github.com/FlorianREGAZ/Python-Tls-Client |
| Licenses: | MIT |
| Conflicts: | python-tls-client |
| Provides: | python-tls-client |
| Replaces: | python-tls-client-bin-git |
| Submitter: | dreieck |
| Maintainer: | aminvakil |
| Last Packager: | aminvakil |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-02-19 21:00 (UTC) |
| Last Updated: | 2026-05-27 11:45 (UTC) |
Dependencies (7)
- lib-tls-client (tls-client-gitAUR)
- python
- python-typing_extensions
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
Required by (2)
- edgegpt-git (requires python-tls-client)
- python-spotapi (requires python-tls-client)
Sources (1)
Latest Comments
N0tACyb0rg commented on 2026-05-27 17:37 (UTC)
omnigenous commented on 2026-05-27 12:25 (UTC)
"-5" fixed the issue for me. Thank you!
aminvakil commented on 2026-05-27 11:48 (UTC)
@N0tACyb0rg Using pip is not recommend in AUR python package guidelines, try with latest commit which patches upstream setup.py.
N0tACyb0rg commented on 2026-05-27 05:26 (UTC) (edited on 2026-05-27 05:27 (UTC) by N0tACyb0rg)
If you replace the python -m install command with pip in package() it will install:
python -m pip install --no-deps --no-build-isolation --ignore-installed --root="${pkgdir}" --prefix=/usr dist/*.whl
## Remove precompiled shared libraries -- we want to use them via a dependency:
find "${pkgdir}/usr/lib"/python*/site-packages/tls_client/dependencies -mindepth 1 -maxdepth 1 -name 'tls-client-*.*' -delete
omnigenous commented on 2026-05-25 15:54 (UTC)
I have deleted cache for this package and selected cleanBuild, still getting the same error.
aminvakil commented on 2026-05-20 16:56 (UTC)
Old PKGBUILD had some issues, just remove and install again.
It gets built cleanly in a clean environment.
omnigenous commented on 2026-05-20 15:46 (UTC)
I can't upgrade, error:
==> Starting package()...
Traceback (most recent call last):
File "<frozen runpy>", line 203, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/lib/python3.14/site-packages/installer/__main__.py", line 115, in <module>
_main(sys.argv[1:], "python -m installer")
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/installer/__main__.py", line 111, in _main
installer.install(source, destination, {})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/installer/_core.py", line 124, in install
record = destination.write_file(
scheme=scheme,
...<2 lines>...
is_executable=is_executable,
)
File "/usr/lib/python3.14/site-packages/installer/destinations.py", line 212, in write_file
return self.write_to_fs(scheme, path_, stream, is_executable)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/installer/destinations.py", line 169, in write_to_fs
target_path = self._path_with_destdir(scheme, path)
File "/usr/lib/python3.14/site-packages/installer/destinations.py", line 143, in _path_with_destdir
raise ValueError(
f"Attempting to write {path} outside of the target directory"
)
ValueError: Attempting to write tls_client/dependencies/tls-client-x86.so outside of the target directory
==> ERROR: A failure occurred in package().
Aborting...
-> error making: python-tls-client-git-exit status 4
aminvakil commented on 2026-05-16 12:32 (UTC)
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.
dreieck commented on 2024-05-27 22:16 (UTC)
Not using it, orphaning.
Pinned Comments
aminvakil commented on 2026-05-16 12:32 (UTC)
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.