Unable to run beateditor

25 views
Skip to first unread message

Yevhenii Prokopalo

unread,
Oct 18, 2018, 4:04:07 AM10/18/18
to beat-devel
I found a problem while using Beat.
I installed Beat with a conda using two channels:
https://www.idiap.ch/software/beat/conda/label/beta
https://www.idiap.ch/software/beat/conda
Installation finished without errors.
As a result command beateditor doesnt exist:
(BEAT) prokopalo@r2d2:~$ beateditor
beateditor : commande introuvable
Command beat exist and working.

Zohreh Mostaani

unread,
Oct 18, 2018, 7:06:34 AM10/18/18
to beat-devel
Hello,

Beat editor package is going through some changes. The command to run beat editor has changed. Please run the following command instead.

$ beat edit serve

The rest of the commands should work as before. We will update the documentation as well in near future.

Best,
Zohreh

Yevhenii Prokopalo

unread,
Oct 23, 2018, 9:44:06 AM10/23/18
to beat-devel
Hello, i have few problems,
First of all, i can run server with different commands:
beat editor serve
beat editor serv
beat edit serve
beat edit serv
All this variants starts a flask server.
If I understood correctly when i start server from the parent folder of my prefix i should have access to experements in this folder, but in my case all tabs are empty.
I tryed to set prefix path manualy and start server in dev mod, but this has no effect.
Also an attempt to visualise a plot:
beat exp plot --show test/test/iris/1/iris
returns Failed to establish a connection with the Web API error.

Capture du 2018-10-22 12-25-04.png

Zohreh Mostaani

unread,
Oct 23, 2018, 11:08:50 AM10/23/18
to beat-devel
Hello,

Please find my answers inline.

Hello, i have few problems,
First of all, i can run server with different commands:
beat editor serve
beat editor serv
beat edit serve
beat edit serv
All this variants starts a flask server.

This is the design for beat commands. You can have shorter versions for some of the commands for simplicity.
 
If I understood correctly when i start server from the parent folder of my prefix i should have access to experements in this folder, but in my case all tabs are empty.
I tryed to set prefix path manualy and start server in dev mod, but this has no effect.

You are correct about starting the server from the parent folder of your prefix. Please check if your prefix is set correctly. You can check the global prefix by running command:
beat config show.
Since you set the path manually as please check the .beatrc file in the parent folder of your prefix as well.
Also please check if you can see your list of experiments in the terminal by running command:
beat exp list

This problem may also happen if there is an invalid block (algorithm, toolchain, etc) in your prefix folder. First try the above commands and see the prefix used by beat.


Also an attempt to visualise a plot:
beat exp plot --show test/test/iris/1/iris
returns Failed to establish a connection with the Web API error.


I could not reproduce this error. Please provide more information

Thank you,
Zohreh 
Reply all
Reply to author
Forward
0 new messages