Modul googletrans

Python auf Einplatinencomputer wie Raspberry Pi, Banana Pi / Python für Micro-Controller
Antworten
DoctorWho_15
User
Beiträge: 6
Registriert: Sonntag 29. August 2021, 08:35
Kontaktdaten:

Hallo
ich versuche googletrans Modul zu installieren
pip install googletrans
dann bekomme ich nur folgende Meldung:
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting googletrans
Using cached https://files.pythonhosted.org/packages ... 0.0.tar.gz
Collecting httpx==0.13.3 (from googletrans)
Could not find a version that satisfies the requirement httpx==0.13.3 (from googletrans) (from versions: )
No matching distribution found for httpx==0.13.3 (from googletrans)
root@raspberrypi:~#
ich benutze Python 3.7 aud Rasperian
__deets__
User
Beiträge: 14538
Registriert: Mittwoch 14. Oktober 2015, 14:29

Ich vermute du benutzt das veraltete Python 2. Versuch es mit pip3 für Python 3.
Antworten