Installation has changed
Hello, There has been a recent update of the graph-tool installation instructions for Debian & Ubuntu (i.e. also for Linux Mint): https://git.skewed.de/count0/graph-tool/-/wikis/installation-instructions#gn... For my Linux Mint 19.2 (Tina) system, I adjusted /etc/apt/sources.list accordingly: deb http://downloads.skewed.de/apt bionic main Unfortunately, apt-get update produces the following error: N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://downloads.skewed.de/apt bionic InRelease' doesn't support architecture 'i386' Next, I tried to install graph-tool on another computer which has Linux Mint 18.3 (Sylvia) on it. For this I would need DISTRIBUTION = xenial. Unfortunately, it seems that graph-tool does not support xenial anymore :-( Any help is appreciated... Best regards Rolf -- ----------------------------------------------------------------------- Rolf Sander phone: [+49] 6131/305-4610 Max-Planck Institute of Chemistry email: rolf.sander@mpic.de PO Box 3060, 55020 Mainz, Germany homepage: www.rolf-sander.net ----------------------------------------------------------------------- https://www.encyclopedia-of-geosciences.net https://www.geoscientific-model-development.net -----------------------------------------------------------------------
Am 06.04.20 um 18:40 schrieb Rolf Sander:
Hello,
There has been a recent update of the graph-tool installation instructions for Debian & Ubuntu (i.e. also for Linux Mint):
https://git.skewed.de/count0/graph-tool/-/wikis/installation-instructions#gn...
For my Linux Mint 19.2 (Tina) system, I adjusted /etc/apt/sources.list accordingly:
deb http://downloads.skewed.de/apt bionic main
Unfortunately, apt-get update produces the following error:
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://downloads.skewed.de/apt bionic InRelease' doesn't support architecture 'i386'
I have re-organized the apt repository to simplify and automatize the package generation, and I have decided to drop the i386 architecture since I didn't think anyone was using that any longer, and that saves a lot of time and effort. But it seems I was wrong... Are you really using a 32 bit i386 CPU in 2020?
Next, I tried to install graph-tool on another computer which has Linux Mint 18.3 (Sylvia) on it. For this I would need DISTRIBUTION = xenial. Unfortunately, it seems that graph-tool does not support xenial anymore :-(
Xenial is super old and does not compile graph-tool due to a lack of compiler with C++17 support. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
Hello Tiago,
I don't believe the hardware requirements have changed from xenial to bionic.
That was just a guess. I have really no idea why the upgrade didn't work.
It's out of my hands. That release is frozen in time, and it includes only GCC 5, where we need version 7 or above.
OK, I see. I will then simply work with the frozen version of graph-tool which I currently have on that computer. Thanks again for your help and for providing graph-tool! Best regards Rolf -- ----------------------------------------------------------------------- Rolf Sander phone: [+49] 6131/305-4610 Max-Planck Institute of Chemistry email: rolf.sander@mpic.de PO Box 3060, 55020 Mainz, Germany homepage: www.rolf-sander.net ----------------------------------------------------------------------- https://www.encyclopedia-of-geosciences.net https://www.geoscientific-model-development.net -----------------------------------------------------------------------
Hello everyone, I also start to have a problem with graphtool installation. I use it in google colab and have to install the library everytime. I use the following code: !echo "deb http://downloads.skewed.de/apt/bionic bionic universe" >> /etc/apt/sources.list !sudo apt-key adv --keyserver keys.openpgp.org --recv-key 612DEFB798507F25 !sudo apt-get update !sudo apt-get install python3-graph-tool This code does not work anymore. Error that I've got: E: The repository 'http://downloads.skewed.de/apt/bionic bionic Release' does not have a Release file. I kindly ask you to give me an advice how I can solve this issue. Best regards -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
unsubscribe *Kambiz Tavabi PhD* *Research Scientist* *_____________________________________________________* T: +1 206 685 6173 M: +1 215 688 1763 ktavabi@uw.edu Institute for Learning & Brain Sciences 1715 Columbia Road N Portage Bay Building Box 357988 University of Washington Seattle, WA 98195-7988 *Confidentiality Notice: Because email is not secure, please be aware that we cannot guarantee the confidentiality of information sent by email. If you are not the intended recipient of this email, please notify the sender by reply email, and then destroy all copies of the message and any attachments.* On April 8, 2020 at 8:29:01 AM, tshpak (shpakova.tany@gmail.com) wrote: Hello everyone, I also start to have a problem with graphtool installation. I use it in google colab and have to install the library everytime. I use the following code: !echo "deb http://downloads.skewed.de/apt/bionic bionic universe" >> /etc/apt/sources.list !sudo apt-key adv --keyserver keys.openpgp.org --recv-key 612DEFB798507F25 !sudo apt-get update !sudo apt-get install python3-graph-tool This code does not work anymore. Error that I've got: br/>E: The repository 'http://downloads.skewed.de/apt/bionic bionic Release' does not have a Release file. I kindly ask you to give me an advice how I can solve this issue. Best regards -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/ _______________________________________________ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool
Am 08.04.20 um 17:27 schrieb tshpak:
!echo "deb http://downloads.skewed.de/apt/bionic bionic universe"
The line should be: deb http://downloads.skewed.de/apt bionic main as is specified in the documentation. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (4)
-
Kambiz Tavabi -
Rolf Sander -
Tiago de Paula Peixoto -
tshpak