Затем установил с помощью
Код: Выделить всё
./configure
sudo make install
Код: Выделить всё
sudo pip install --upgrade pip
Затем установил пакет matplotlib, используя
Код: Выделить всё
sudo pip install --upgrade matplotlib
Код: Выделить всё
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
Подробнее здесь: https://stackoverflow.com/questions/377 ... ct-file-no