[graph-tool] ImportError - but boost installed

2017-05-19 Thread excuvator
Hello everyone, I am trying to get graph_tool to run with my conda installation on Ubuntu. I followed the steps here , which among other things installed boost 1.63, if I understand correctly. I can use graph_tool fine if I just "impor

Re: [graph-tool] ImportError - but boost installed

2017-05-19 Thread P-M
It looks like you are missing cgal judging by your error message? Looking at your list I note that I have cgal 4.7 0floriangeigl installed in my conda system (I remember seeing your error message at some point too. I don't remember how I fixed it

Re: [graph-tool] ImportError - but boost installed

2017-05-19 Thread Alexey Strokach
I am maintaining graph-tool conda builds in the following gitlab repo: https://gitlab.com/ostrokach-forge/graph-tool. Try installing in a clean environment using: conda create -n graph-tool -c ostrokach-forge -c conda-forge -c defaults --override-channels 'python=3.6' graph-tool You can substitu

[graph-tool] 3D Layouts?

2017-05-19 Thread Dirk Reiners
Hi All! I am looking at graph libs for python, and came across graph_tool. I am trying to see if it is possible to create 3D layouts instead of 2D ones (which it does really well). Has anybody done that, or does anybody have some ideas on how we could do that? Any hints welcome! Dirk ___