J'ai remarqué que PTXprint est distribué sur Ubuntu 25.04 sous le nom de paquet python3-ptxprint (Modification : c'est incorrect, les dépôts d'Ubuntu n'incluent pas PTXprint. J'ai dû installer python3-ptxprint depuis une autre source). Cela me fait penser que ptxprint est un module Python, qui pourrait être trouvé sur PyPI, mais je ne parviens pas à le trouver.
Si j'exécute pip install ptxprint , j'obtiens cette erreur :
ERROR: Could not find a version that satisfies the requirement ptxprint (from versions: none)
ERROR: No matching distribution found for ptxprint
De même, le lien https://pypi.org/project/ptxprint/ mène à une erreur 404.
ptxprint est-il disponible en tant que paquet Python ? Il serait pratique de pouvoir exécuter ptxprint en mode sans interface graphique (headless) et de l'inclure comme dépendance dans mon application Python.
I noticed that PTXprint is distributed on Ubuntu 25.04 under the package name python3-ptxprint (Edit: this is incorrect, Ubuntu's repositories do not include PTXprint. I must have installed python3-ptxprint from another source). This makes me think that ptxprint is a Python module, that could be found on PyPI, but I can't find it.
If I run pip install ptxprint , I get this error:
ERROR: Could not find a version that satisfies the requirement ptxprint (from versions: none)
ERROR: No matching distribution found for ptxprint
Likewise, the link https://pypi.org/project/ptxprint/ leads to a 404 error.
Is ptxprint available as a Python package? It would be handy to be able to run ptxprint headlessly, and to include it as a dependency in my Python application.
Traduit automatiquement depuis English