Installing Tensorflow on Endless

Hello, i’m new to endless OS and i need to run machine learning algorithms.
As you expect it, Tensorflow would be nice, but I have troubles when following this tutorial: https://www.tensorflow.org/install/install_linux.
By default I was following the one about ubuntu, but i don’t know if it is ok. :confused:

If someone has another tutorial, working on endless OS, i would be grateful !

Thank you for your help !

@Noci
From version 3.0 on, Endless OS uses Flatpak, a new app distribution system for Linux.

@Noci

  1. Open the application called ‘Terminal’
  2. In this application run the command:
sudo flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref && sudo Check if it can be started && sudo flatpak run com.xamarin.MonoDevelop

https://github.com/MaruTama/tensorflow_for_unity/blob/master/README.md#install-mono-dev

@LeandroStanger

Thank you for your answer, I ran the command, installed monodevelop, and started it !

What is the next step ? :slight_smile: