Hi Philipp, Have you tried done the importing without Anaconda?
Open a terminal, write python (and/or python3, depends on the python version you use), enter and write the importing "from graph_tool.all import *". Does give you the same error? I am no expert, but I hope this gives you some light. ____ *Rogelio Basurto Flores* Laboratorio de Sistemas Complejos *Unidad Profesional Interdisciplinaria en Ingeniería y * *Tecnologías Avanzadas,* *Instituto Politécnico Nacional,* *Av. IPN # 2580, Col. Laguna Ticoman,* *Mexico D. F., 07340, Mexico* *Mobile Phone: 33 1551 3665* *E-Mail: [email protected] <[email protected]>* On Thu, Jun 23, 2016 at 5:00 AM, <[email protected]> wrote: > Send graph-tool mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.skewed.de/mailman/listinfo/graph-tool > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of graph-tool digest..." > > > Today's Topics: > > 1. libboost_iostreams.so.1.61.0: cannot open shared object file: > No such file or directory (P-M) > 2. Re: libboost_iostreams.so.1.61.0: cannot open shared object > file: No such file or directory (ostrokach) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 22 Jun 2016 08:36:30 -0700 (MST) > From: P-M <[email protected]> > To: [email protected] > Subject: [graph-tool] libboost_iostreams.so.1.61.0: cannot open shared > object file: No such file or directory > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > I am using Anaconda as my main python distribution (though also have the > system's default python installed) so have to compile graph-tool from > source > to get it to work with Anaconda. I am using Ubuntu 14.04 so also have to > compile boost from source to be able to use the full functionality of > graph-tool. I have done so and they have both installed without any error > messages, however, when then importing graph-tool in python using `from > graph_tool.all import *` I get the error message `ImportError: > libboost_iostreams.so.1.61.0: cannot open shared object file: No such file > or directory`. > > How could I go about solving that problem/what is this caused by? > > Best wishes, > > Philipp > > > > -- > View this message in context: > http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/libboost-iostreams-so-1-61-0-cannot-open-shared-object-file-No-such-file-or-directory-tp4026599.html > Sent from the Main discussion list for the graph-tool project mailing list > archive at Nabble.com. > > > ------------------------------ > > Message: 2 > Date: Wed, 22 Jun 2016 15:41:35 -0700 (MST) > From: ostrokach <[email protected]> > To: [email protected] > Subject: Re: [graph-tool] libboost_iostreams.so.1.61.0: cannot open > shared object file: No such file or directory > Message-ID: > < > cak3hupg7npxy__sq2uedgcdl7jsa9868_lh0j97tytkfirc...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Do you have libboost_iostreams.so.1.61.0 in your anaconda/lib folder? > ? > > On Wed, Jun 22, 2016 at 11:36 AM, P-M [via Main discussion list for the > graph-tool project] <[email protected]> wrote: > > > I am using Anaconda as my main python distribution (though also have the > > system's default python installed) so have to compile graph-tool from > > source to get it to work with Anaconda. I am using Ubuntu 14.04 so also > > have to compile boost from source to be able to use the full > functionality > > of graph-tool. I have done so and they have both installed without any > > error messages, however, when then importing graph-tool in python using > > `from graph_tool.all import *` I get the error message `ImportError: > > libboost_iostreams.so.1.61.0: cannot open shared object file: No such > file > > or directory`. > > > > How could I go about solving that problem/what is this caused by? > > > > Best wishes, > > > > Philipp > > > > ------------------------------ > > If you reply to this email, your message will be added to the discussion > > below: > > > > > http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/libboost-iostreams-so-1-61-0-cannot-open-shared-object-file-No-such-file-or-directory-tp4026599.html > > To unsubscribe from Main discussion list for the graph-tool project, > click > > here > > < > http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2141189&code=b3N0cm9rYWNoQGdtYWlsLmNvbXwyMTQxMTg5fDEzNDcxNjg5OTU= > > > > . > > NAML > > < > http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > > > > > > > -- > View this message in context: > http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/libboost-iostreams-so-1-61-0-cannot-open-shared-object-file-No-such-file-or-directory-tp4026599p4026600.html > Sent from the Main discussion list for the graph-tool project mailing list > archive at Nabble.com. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://lists.skewed.de/pipermail/graph-tool/attachments/20160622/606f7261/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > graph-tool mailing list > [email protected] > https://lists.skewed.de/mailman/listinfo/graph-tool > > > ------------------------------ > > End of graph-tool Digest, Vol 101, Issue 6 > ****************************************** >
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
