Substra / substra

Low-level Python library used to interact with a Substra network

Home Page:https://docs.substra.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to run Titanic example

Martiniann opened this issue · comments

Hello,

I wanted to try out your framework and I stumbled on this error:
substra connection error

I was doing the exact same steps as in your Titanic tutorial. Do I need to run these commands inside docker container substra-tools that i pulled and built or what am I doing wrong? Some advice would be very appreciated, thanks.

Hello @Martiniann, the issue you have is that you are trying to connect to deployed Substra platform at http://substra-backend.node-1.com which does not exist. There are three solutions:

  • Use an already deployed platform, you request access here.
  • Deploy the platform yourself, detailed instructions are here.
  • Use the substra in debug mode, instructions here. In this mode everything run locally and you don't need a deployed platform.

I would recommend the last option to start, it is going to be the easiest

Closing this issue as it is stale, do not hesitate to repoen it or create a new one if you have follow-up comments/questions