Skip to content

Starting HELICS-Example with helics run does not work, seperate calling does #104

@carwegka

Description

@carwegka

When trying to run the osmses example via the helics run command, the execution cannot find the helics package:
grafik

This is although helics is clearly installed with pip:
grafik

But when running the example with the 3 separate starts as in
$ python battery_cosim_complete.py & (or launch in its own shell)
$ python charger_cosim_complete.py & (or launch in its own shell)
$ helics_broker -f 2 (or launch in its own shell)
it seems to work:
grafik
grafik
Nonetheless, the broker prints out a warning at the end:
grafik

The "Debugging Command" prints out the following:
grafik

If you need additional information, let me know!

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions