Seite 1 von 1

No module 'encodings'

Verfasst: Dienstag 2. Juli 2019, 11:53
von Kirikkayis
Hey leute,
ich benutze Windows 10 und möchte mein Skript ausführen, folgende Fehlermeldung erhalte ich jedoch jedes Mal:
ModuleNotFoundError: No module named 'encodings'
Jemand ne Ahnung?

Re: No module 'encodings'

Verfasst: Dienstag 2. Juli 2019, 12:02
von Sirius3
Ja, kaputte Python-Installation.

Re: No module 'encodings'

Verfasst: Dienstag 2. Juli 2019, 12:04
von Kirikkayis
:lol: :lol: :lol:

fehlender Path?
Oder was meinst

Re: No module 'encodings'

Verfasst: Dienstag 2. Juli 2019, 12:29
von Kirikkayis
Eben Python neu installiert und (Add Python to PATH) ausgewählt, leider immer noch das selbe Problem.

Re: No module 'encodings'

Verfasst: Dienstag 2. Juli 2019, 13:34
von sparrow
Was sagt denn die Ausgabe von?:

Code: Alles auswählen

import sys
print(sys.version)
print(sys.path)