Hallo zusammen,
ich glaube ich muss erst mal noch ein bisschen was lernen bevor ich Python 3.9 installiere.
Mein Ziel war OpenSuse mit Python3.6.x zu belassen und die neusten Versionen in /opt/python/[x.x] zu installieren.
Die Konfiguration & Kompilierung funktioniert auch ohne Probleme, aber ich ...
Die Suche ergab 3 Treffer
- Donnerstag 8. Oktober 2020, 22:24
- Forum: Installation/Konfigurieren
- Thema: Opensuse + Python 3.9 => import msvcrt Fehler
- Antworten: 4
- Zugriffe: 2072
- Donnerstag 8. Oktober 2020, 21:34
- Forum: Installation/Konfigurieren
- Thema: Opensuse + Python 3.9 => import msvcrt Fehler
- Antworten: 4
- Zugriffe: 2072
Re: Opensuse + Python 3.9 => import msvcrt Fehler
Erstmal vielen Dank für eure Antworten!!!
Die komplette Fehlermeldung lautet:
./pip3
Traceback (most recent call last):
File "/opt/python/3_9_0/lib/python3.9/subprocess.py", line 73, in <module>
import msvcrt
ModuleNotFoundError: No module named 'msvcrt'
During handling of the above exception ...
Die komplette Fehlermeldung lautet:
./pip3
Traceback (most recent call last):
File "/opt/python/3_9_0/lib/python3.9/subprocess.py", line 73, in <module>
import msvcrt
ModuleNotFoundError: No module named 'msvcrt'
During handling of the above exception ...
- Mittwoch 7. Oktober 2020, 20:04
- Forum: Installation/Konfigurieren
- Thema: Opensuse + Python 3.9 => import msvcrt Fehler
- Antworten: 4
- Zugriffe: 2072
Opensuse + Python 3.9 => import msvcrt Fehler
Hallo,
ich versuche Python 3.9 auf OpenSuse Leap 15.2 zu installieren.
Nachdem ich:
./configure --enable-optimizations --prefix=/mein_ordner
make
make install
ausgeführt habe (alle Tests bestanden) erhalte ich die folgende Fehlermeldung wennn ich ./pip3 ausführe (in dem Prefix-Ordner ...
ich versuche Python 3.9 auf OpenSuse Leap 15.2 zu installieren.
Nachdem ich:
./configure --enable-optimizations --prefix=/mein_ordner
make
make install
ausgeführt habe (alle Tests bestanden) erhalte ich die folgende Fehlermeldung wennn ich ./pip3 ausführe (in dem Prefix-Ordner ...