Re: [graph-tool] Anaconda boost and ubuntu
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: rogelio.basurto@gmail.com <rogelio.basurto@gmail.com>* On Thu, Jun 23, 2016 at 5:00 AM, <graph-tool-request@skewed.de> wrote:
Send graph-tool mailing list submissions to graph-tool@skewed.de
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 graph-tool-request@skewed.de
You can reach the person managing the list at graph-tool-owner@skewed.de
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 <pmj27@cam.ac.uk> To: graph-tool@skewed.de Subject: [graph-tool] libboost_iostreams.so.1.61.0: cannot open shared object file: No such file or directory Message-ID: <1466609790258-4026599.post@n3.nabble.com> 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/... 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 <ostrokach@gmail.com> To: graph-tool@skewed.de Subject: Re: [graph-tool] libboost_iostreams.so.1.61.0: cannot open shared object file: No such file or directory Message-ID: < CAK3HUpg7NPxY__sQ2UEdgcDL7jsa9868_LH0J97tyTKfircRVg@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] <ml-node+s982480n4026599h93@n3.nabble.com> 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/...
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/...
. NAML < http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/...
-- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
participants (1)
-
Rogelio Basurto