./configure
sudo make install
< /code>
Dann upgrade ich PIP mit < /p>
aufsudo pip install --upgrade pip
< /code>
IT -IT -PIP auf 8.1.2, das die neueste Version ist.sudo pip install --upgrade matplotlib
< /code>
Jetzt, wenn ich Matplotlib in Python importiere, bekomme ich < /p>
Python 3.5.1 (default, Jun 9 2016, 14:37:08)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib.pyplot
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.5/site-packages/matplotlib/pyplot.py", line 29, in
import matplotlib.colorbar
File "/usr/local/lib/python3.5/site-packages/matplotlib/colorbar.py", line 32, in
import matplotlib.artist as martist
File "/usr/local/lib/python3.5/site-packages/matplotlib/artist.py", line 14, in
from .transforms import (Bbox, IdentityTransform, TransformedBbox,
File "/usr/local/lib/python3.5/site-packages/matplotlib/transforms.py", line 39, in
from matplotlib._path import (affine_transform, count_bboxes_overlapping_bbox,
ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
Ich benutze Ubuntu 14.04 LTS, 64-Bit. Ich habe Python3.5.1 GZIPPED Tarballquelle von https://www.python.org/downloads/release/python-351/. dann mit installiert heruntergeladen[code]./configure sudo make install < /code> Dann upgrade ich PIP mit < /p> aufsudo pip install --upgrade pip < /code> IT -IT -PIP auf 8.1.2, das die neueste Version ist.sudo pip install --upgrade matplotlib < /code> Jetzt, wenn ich Matplotlib in Python importiere, bekomme ich < /p> Python 3.5.1 (default, Jun 9 2016, 14:37:08) [GCC 4.8.4] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib.pyplot Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/site-packages/matplotlib/pyplot.py", line 29, in import matplotlib.colorbar File "/usr/local/lib/python3.5/site-packages/matplotlib/colorbar.py", line 32, in import matplotlib.artist as martist File "/usr/local/lib/python3.5/site-packages/matplotlib/artist.py", line 14, in from .transforms import (Bbox, IdentityTransform, TransformedBbox, File "/usr/local/lib/python3.5/site-packages/matplotlib/transforms.py", line 39, in from matplotlib._path import (affine_transform, count_bboxes_overlapping_bbox, ImportError: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory [/code] Bitte beraten Sie, wie Sie dies beheben?
Beim Versuch, meinen Fastapi Python -Dienst (in App Engine) bereitzustellen, stehe ich im folgenden Fehler im folgenden Fehler ein: ERROR: gcloud crashed (OSError): No such file or directory:...
Vor dem Problem habe ich bereits mit einer Windows-Anwendung getestet/debuggt und wie COM3 oder COM5 geöffnet/gelesen und es hat perfekt funktioniert, aber als ANDROID-Plattform, die auf einem...
Versuch, WordPress in Kubernetes -Cluster auszuführen - trotzdem fälschlich zu starten, weil er fehlerhaft startete, öffnete keinen Stream: Keine solche Datei oder ein solches Verzeichnis. No...
Ich versuche, PHP eine hochgeladene Datei aus dem TMP -Verzeichnis auf meinen Webserver an einen dauerhaften Ort zu verschieben. Es scheint einfach genug, aber ich erhalte diesen Fehler:
Ich habe einen Speicherblock mit einer Bytegröße von 10 erstellt und wollte eine Zufallszahl erstellen und in den Speicherblock einfügen, aber es werden mir immer nur Fehlermeldungen angezeigt,...