Search Criteria
Package Details: python-viztracer 1.1.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-viztracer.git (read-only, click to copy) |
|---|---|
| Package Base: | python-viztracer |
| Description: | VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution. |
| Upstream URL: | https://github.com/gaogaotiantian/viztracer |
| Licenses: | Apache-2.0 |
| Submitter: | PumpkinCheshire |
| Maintainer: | kino_t |
| Last Packager: | kino_t |
| Votes: | 1 |
| Popularity: | 0.000065 |
| First Submitted: | 2020-11-13 18:24 (UTC) |
| Last Updated: | 2026-05-07 03:19 (UTC) |
Dependencies (8)
- python
- python-objprintAUR
- python-build (make)
- python-installer (make)
- python-wheel (make)
- chromium (omarchy-chromium-binAUR, chromium-clang-avx2-binAUR, helium-browserAUR, ungoogled-chromium-widevine-binAUR, ungoogled-chromium-xdgAUR, ungoogled-chromiumAUR, ungoogled-chromium-binAUR) (optional) – browser to open html results
- python-orjson (python-orjson-gitAUR) (optional) – Full function support
- python-rich (optional) – Full function support
Latest Comments
kino_t commented on 2026-03-16 07:56 (UTC) (edited on 2026-03-16 07:56 (UTC) by kino_t)
@Krypteon Now update to v1.1.1-1, if you occurs some check errors, please uninstall old version and then install new version.
Krypteon commented on 2026-01-05 19:18 (UTC)
@kino_t, when trying to update from v1.0.3-1 to v1.1.0-1, I have the following output. Would you be able to pinpoint me in the right direction or eventually fix the thing directly ?
Thanks in advance
The output :
.
FAIL: test_loky_basic (tests.test_multiprocess.TestLoky.test_loky_basic)
Traceback (most recent call last): File "/home/<usernamehere>/.cache/yay/python-viztracer/src/viztracer-1.1.0/tests/test_multiprocess.py", line 680, in test_loky_basic self.template(["viztracer", "cmdline_test.py"], script=file_loky,
~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ check_func=check_func, concurrency="multiprocessing") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/<usernamehere>/.cache/yay/python-viztracer/src/viztracer-1.1.0/tests/cmdline_tmpl.py", line 130, in template self.assertTrue(expected)~~~^^^^^^^^^^ AssertionError: False is not trueRan 237 tests in 62.922s
FAILED (failures=1, skipped=5) <sys>:0: ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7f3b4cd188b0>
System info : Operating System: EndeavourOS KDE Plasma Version: 6.5.4 KDE Frameworks Version: 6.21.0 Qt Version: 6.10.1 Kernel Version: 6.18.1-arch1-2 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 9700X 8-Core Processor Memory: 32 Gio of RAM (30.5 Gio usable) Graphics Processor 1: NVIDIA GeForce RTX 4060 Ti/PCIe/SSE2 Graphics Processor 2: NVIDIA GeForce RTX 4060 Ti/PCIe/SSE2 Manufacturer: ASUS
kino_t commented on 2024-04-30 05:40 (UTC)
@Jaakkonen Yes, I have updated to
v0.16.2and added the dependencypython-objprint.Jaakkonen commented on 2022-05-05 02:50 (UTC)
This seems to require
objprintmodule which is not covered in the dependencies.