Python3.5 ImporteurRor: libpython3.5m.so.1.0: Die Shared -Objektdatei kann nicht öffnen: Keine solche Datei oder VerzeicPython

Python-Programme
Anonymous
 Python3.5 ImporteurRor: libpython3.5m.so.1.0: Die Shared -Objektdatei kann nicht öffnen: Keine solche Datei oder Verzeic

Post by Anonymous »

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: Select all

./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
Bitte beraten Sie, wie Sie dies beheben?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post