Search Criteria
Package Details: turing-smart-screen-python 3.9.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/turing-smart-screen-python.git (read-only, click to copy) |
|---|---|
| Package Base: | turing-smart-screen-python |
| Description: | A Python system monitor program and an abstraction library for small IPS USB-C (UART) displays (Unofficial open-source alternative version) |
| Upstream URL: | https://github.com/mathoudebine/turing-smart-screen-python |
| Licenses: | GPL-3.0-or-later |
| Submitter: | swweetp |
| Maintainer: | voxan24 |
| Last Packager: | voxan24 |
| Votes: | 3 |
| Popularity: | 0.43 |
| First Submitted: | 2025-04-05 11:55 (UTC) |
| Last Updated: | 2026-03-31 08:07 (UTC) |
Dependencies (18)
- bash (bash-gitAUR, bash-devel-gitAUR)
- python
- python-babel
- python-gputilAUR
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-ping3AUR
- python-psutil
- python-pyserial (python-pyserial-labgrid-gitAUR)
- python-pystray
- python-requests
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-sv-ttkAUR
- python-tkinter-tooltipAUR
- python-uptimeAUR
- python-yaml (python-yaml-gitAUR)
- tk (tk-fossilAUR)
- python-pyamdgpuinfoAUR (optional) – Support for AMD GPUs
Latest Comments
emk2203 commented on 2026-03-14 12:06 (UTC) (edited on 2026-03-20 17:08 (UTC) by emk2203)
Any meaningful option (beside help) gives an error message: [ERROR] Python 3.14 is not supported by this program. Python 3.9-3.13 required.
Even though it's outdated and 3.9.7 is the newest, the changelog of 3.9.7 doesn't indicate a change in the requirement of Python 3.9-3.13.
This change has only recently happened in Github MASTER. For a quick fix, open the file
/opt/turing-smart-screen-python/library/pythoncheck.pyin an editor and change MAX_PYTHON = (3, 13) to MAX_PYTHON = (3, 14) in line 27 of the file.