Als «python3» getaggte Fragen

Python 3 ist die neueste Hauptversion von Python, einer Skriptsprache, die von vielen Open Source-Entwicklern verwendet wird.

8
Problem mit dem Update-Manager: Kein Modul namens 'apt_pkg' in Ubuntu 13.10, das Python 3.4 unter / usr / local / lib installiert hat
Ich bin ziemlich neu in Ubuntu und versuche, den Update-Manager unter Ubuntu 13.10 auszuführen. Ich bekomme: jacopo@jacopo-laptop:~$ update-manager Traceback (most recent call last): File "/usr/bin/update-manager", line 28, in <module> from gi.repository import Gtk File "/usr/lib/python3/dist-packages/gi/__init__.py", line 27, in <module> from ._gi import _API ImportError: No module named 'gi._gi' Error in …

4
Wie installiere ich pydot und graphviz?
Ich lasse einen Code laufen, der pydot und graphviz benötigt. Ich benutze Python 3.5 und Ubuntu 16.04 LTS 64 Bit. File "/usr/local/lib/python3.5/dist-packages/keras/utils/vis_utils.py", line 17, in _check_pydot raise ImportError('Failed to import pydot. You must install pydot' ImportError: Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work. …
24 16.04  python3  pip 

5
Ubuntu 16.04 VIM ohne Python-Unterstützung!
Obwohl in den Versionshinweisen zu Ubuntu 16.04 Folgendes erwähnt wird: Das Standard-VIM-Paket wurde für Python3 anstelle von Python2 erstellt. Nachdem ich vim mit dem folgenden Befehl installiert habe: sudo apt-get install vim Und geprüft: vim --version Es zeigte: -python -python3 Ist es ein Bug? Wie bekomme ich Python-Unterstützung?
22 apt  python  16.04  vim  python3 


1
Python3-venv nicht installiert ubuntu 14.04
Neuinstallation von Ubuntu Gnome 14.04, gefolgt von dist-upgrade Eines der ersten Dinge, die ich versuchte, war die Erstellung einer virtuellen Umgebung für Python python3 -m venv flask gab mir The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv …
22 14.04  python3 


10
Ausführen von Pip3 ImportError: Name 'main' kann nicht importiert werden
Ich möchte Scipy installieren (habe bereits Numpy installiert). Ich habe Python 3.5.1-3 mit OS und IDLE3 (3.5.2) installiert. Als ich im Terminal anschlug sudo pip3 install scipy Es wird ausgedruckt Traceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> from pip import main ImportError: cannot import name 'main' …
21 python3  pip 


3
So aktualisieren Sie Ubuntu 14.04LTS auf den neuesten Stand von numpy und scipy
Auf meinem Ubuntu 14.04LTS für Python3 habe ich >>> import numpy >>> import scipy >>> numpy.__version__ '1.8.2' >>> scipy.__version__ '0.13.3' Ich möchte updatennumpy und scipyauf die neuesten Versionen 1.9.2 und 0.16.0 , habe ich versucht mit folgenden Befehlen sudo pip3 install --upgrade numpy sudo pip3 install --upgrade scipy Beide Befehle …
19 14.04  upgrade  python3  numpy 


1
Wie installiere ich Python 3.4.5 von apt?
Ich habe Python 3.5 installiert. Ich habe zuvor Python 3.4 aus dem Quellcode installiert und es irgendwie deinstalliert. Wenn ich jetzt versuche, Python 3.4 durch zu installieren apt-get install python3.4, kehrt es zurück Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libpython3.4-minimal' for regex 'python3.4' …
16 apt  python  python3 


2
tkinter kann nicht installiert / importiert werden
Ich habe ein ziemlich verwirrendes Problem: Ich baue ein Python-Programm mit tkinter. Dann habe ich mein Ubuntu 13.10 (amd64) auf Ubuntu 14.04 LTS aktualisiert, jetzt habe ich versucht, mein tkinter-Programm auszuführen. Mein Compiler hat es mir gesagt ImportError: No module named tkinter (Dasselbe mit Tkinter oder tk / Tk) Dann …
15 14.04  python3  pip 


1
Was ist python3mu?
Ich richte PyDev für Eclipse ein und muss eine Version von Python für den Interpreten auswählen. Ich möchte Python3 verwenden und habe es python3als Interpret verwendet, daher dachte ich, es /usr/bin/python3wäre die naheliegende Wahl gewesen. Es gibt jedoch eine andere Option python3mu. Ich habe dies im Terminal ausgeführt und es …
14 python  python3 

Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.