Retour de la part de Rozlav #14

Open
opened 2026-03-12 14:58:39 +01:00 by n07070 · 0 comments
Owner

pour que ça "roule" j'ai installé tous ces paquets :

sudo apt install fswebcam libjpeg-dev zlib1g-dev libffi-dev virtualenv cups libcupsimage2t64 cmake-data  libarchive13t64  libjsoncpp26  librhash1 libuv1t64 libcupsimage2-dev
  • puis j'ai unzip puis untar le dossier du driver epson ~/tmx-cups-src-ImpactReceipt-3.0.0.0_pck/, une fois dans Thermal Receipt,
    j'ai lancé sudo ./build.sh puis sudo ./install.sh (après avoir fait des chmod +x) puis installé le ppd avec cups mais je crois cette commande n'a pas servi a grand chose mais c'est pas grave :

  • lpadmin -p TM-20-3 -v usb://EPSON/TM-T20III?serial=583741561792370000 -P ppd/tm-ba-thermal-rastertotmtr-203.ppd -E

  • pour ce qui est de l'imprimante, elle a fonctionné avec lp

  • à partir de là j'essaie d'installer littleprynter, avec la branche acces libre j'ai essayé pas mal de trucs pour faire fonctionner pip install mais flûte de zut même avec des recherches je n'ai plus réussi à avancer, voilà dans l'ordre les paquets qui ont bloqué que j'ai commenté dans requirements pour avancer (ne comprenant pas trop trop et ne trouvant pas grand chose sur internet) :

Downloading https://www.piwheels.org/simple/appdirs/appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
ERROR: Could not find a version that satisfies the requirement apt-listchanges==4.8 (from versions: none)
ERROR: No matching distribution found for apt-listchanges==4.8

puis

Downloading https://www.piwheels.org/simple/click/click-8.3.0-py3-none-any.whl (107 kB)
ERROR: Could not find a version that satisfies the requirement cloud-init==25.2 (from versions: none)
ERROR: No matching distribution found for cloud-init==25.2

et enfin

Downloading https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
ERROR: Ignored the following yanked versions: 0.0.0, 0.7.8
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9
ERROR: Could not find a version that satisfies the requirement python-apt==3.0.0 (from versions: none)
ERROR: No matching distribution found for python-apt==3.0.0
  • quelques infos de mon rpi 3b arm 64bits 6.12.62+rpt-rpi-v8 debian trixie
    CPython3.13.5.final.0-64 pip==25.1.1
pour que ça "roule" j'ai installé tous ces paquets : ``` sudo apt install fswebcam libjpeg-dev zlib1g-dev libffi-dev virtualenv cups libcupsimage2t64 cmake-data libarchive13t64 libjsoncpp26 librhash1 libuv1t64 libcupsimage2-dev ``` - puis j'ai unzip puis untar le dossier du driver epson ~/tmx-cups-src-ImpactReceipt-3.0.0.0_pck/, une fois dans Thermal Receipt, j'ai lancé sudo ./build.sh puis sudo ./install.sh (après avoir fait des chmod +x) puis installé le ppd avec cups mais je crois cette commande n'a pas servi a grand chose mais c'est pas grave : - lpadmin -p TM-20-3 -v usb://EPSON/TM-T20III?serial=583741561792370000 -P ppd/tm-ba-thermal-rastertotmtr-203.ppd -E - pour ce qui est de l'imprimante, elle a fonctionné avec lp - à partir de là j'essaie d'installer littleprynter, avec la branche acces libre j'ai essayé pas mal de trucs pour faire fonctionner pip install mais flûte de zut même avec des recherches je n'ai plus réussi à avancer, voilà dans l'ordre les paquets qui ont bloqué que j'ai commenté dans requirements pour avancer (ne comprenant pas trop trop et ne trouvant pas grand chose sur internet) : ``` Downloading https://www.piwheels.org/simple/appdirs/appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) ERROR: Could not find a version that satisfies the requirement apt-listchanges==4.8 (from versions: none) ERROR: No matching distribution found for apt-listchanges==4.8 ``` puis ``` Downloading https://www.piwheels.org/simple/click/click-8.3.0-py3-none-any.whl (107 kB) ERROR: Could not find a version that satisfies the requirement cloud-init==25.2 (from versions: none) ERROR: No matching distribution found for cloud-init==25.2 ``` et enfin ``` Downloading https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) ERROR: Ignored the following yanked versions: 0.0.0, 0.7.8 ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9 ERROR: Could not find a version that satisfies the requirement python-apt==3.0.0 (from versions: none) ERROR: No matching distribution found for python-apt==3.0.0 ``` - quelques infos de mon rpi 3b arm 64bits 6.12.62+rpt-rpi-v8 debian trixie CPython3.13.5.final.0-64 pip==25.1.1
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: n07070/littleprynter#14