Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to run the first example on website #2644

Open
JTZ83 opened this issue Apr 5, 2024 · 3 comments
Open

Trying to run the first example on website #2644

JTZ83 opened this issue Apr 5, 2024 · 3 comments

Comments

@JTZ83
Copy link

JTZ83 commented Apr 5, 2024

This example:
https://docs.helics.org/en/latest/user-guide/examples/misc_examples/gridlabd_example_1/gridlabd_example_1a_value_federate.html

However, confused about this command ,

helics run --path=

because "helics" does not exist as a binary anywhere after compiling from source. The only binaries are the following ,

-- Up-to-date: /usr/local/bin/helics_player
-- Up-to-date: /usr/local/bin/helics_recorder
-- Up-to-date: /usr/local/bin/helics_connector
-- Up-to-date: /usr/local/bin/helics_broker
-- Up-to-date: /usr/local/bin/helics_broker_server
-- Up-to-date: /usr/local/bin/helics_app

Is the example documentation out of date ? What are we missing ?

Thanks.

@afisher1
Copy link
Member

afisher1 commented Apr 5, 2024

Hello @JTZ83

did you install HELICS through the python package?
pip install 'helics[cli]'
this installs the helics executable that this example requires.

@JTZ83
Copy link
Author

JTZ83 commented Apr 5, 2024 via email

@trevorhardy
Copy link
Contributor

Did you build those apps from source or have them installed with pip? I'm asking because I'm wondering if pip put its install outside your PATH. Can you run pip show helics and look at the "Location" string (and its subfolders) to make sure they are in your PATH (echo $PATH).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants