Open FryLcm opened 1 year ago
please how can i solve it
I encountered the exact same problem #1521
Hello,
the recommended way to start your client or server scripts is by calling the respective bash script. Please have a look at this README.md.
The error you are seeing above is because you call your Python script without passing the configuration file, and therefore, during initialization, the _global_training_type and _global_comm_backend variables are not set. See also here and here how these two variables are set through the config file.
Hope this helps to solve the problem.