I get the same problem when installing from Ubuntu 19.04:

(base) joe@phil:~$ sudo apt install python3-graph-tool
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 python3-graph-tool : Depends: libboost-graph1.67.1 but it is not installable
                      Depends: libboost-iostreams1.67.1 but it is not installable
                      Depends: libboost-python1.67.1 but it is not installable
                      Depends: libboost-system1.67.1 but it is not installable
                      Depends: libboost-thread1.67.1 but it is not installable
                      Depends: libboost-regex1.67.1 but it is not installable
E: Unable to correct problems, you have held broken packages.
Only libboost-*1.67.0 seems available in the Ubuntu apt repository (indeed, 1.67.1 never seems to have been officially released: https://www.boost.org/users/history/)


From: graph-tool <graph-tool-bounces@skewed.de> on behalf of Spam Spam <spam@martinhelfrich.de>
Sent: 13 June 2019 12:39
To: Main discussion list for the graph-tool project
Subject: Re: [graph-tool] Ubuntu Disco
 

The problem ist, that when I try to install via "sudo apt-get install python3-graph.tool", I get:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-graph-tool :
    Depends: libboost-graph1.67.1 but it is not installable
    Depends: libboost-iostreams1.67.1 but it is not installable
    Depends: libboost-python1.67.1 but it is not installable
    Depends: libboost-system1.67.1 but it is not installable
    Depends: libboost-thread1.67.1 but it is not installable
    Depends: libboost-regex1.67.1 but it is not installable

What do I do now?

Cheers
Martin

Tiago de Paula Peixoto <tiago@skewed.de> hat am 13. Juni 2019 um 09:25 geschrieben:


Am 12.06.19 um 20:13 schrieb Spam Spam:
Thanks for the fast answer!

Now I have the issue, that graph-tool needs dependencies that I can't get by
using "/sudo apt-get .../.".

In particualar: He wants a newer version of boost than the one I get by
"/sudo apt-get install libboost-all-dev/".

Is this intended?

The necessary dependencies should be installed automatically when you
install the package. There is no need to install them individually by hand.

Best,
Tiago
--
Tiago de Paula Peixoto <tiago@skewed.de>

_______________________________________________
graph-tool mailing list
graph-tool@skewed.de
https://lists.skewed.de/mailman/listinfo/graph-tool