ImportError: No module named 'scipy._lib.decorator'

Dear Tiago,

I am getting the following error while importing graph-tool. Scipy is
installed by default but still this is happening. I am on Ubuntu 16.04. I
changed my RAM and this started happening but it looks silly to connect the
two things. Any ideas?

In [1]: import graph_tool.all as gt

attachment.html (4.42 KB)

This is not a graph-tool bug; it is a problem with your scipy installation.

Do you observe the same problem when you import scipy.stats without
importing graph-tool?