GMLC-TDC / helics-cli

HELICS Command Line Interface
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

helics_broker unable to launch #14

Open mnblonsky opened 4 years ago

mnblonsky commented 4 years ago

Hi, I'm getting this error when running in a conda environment:

(AI) C:\Users\MBLONSKY\Documents\GitHub\Co-sim>helics_broker -f 2
Fatal error in launcher: Unable to create process using '"c:\users\runneradmin\conda-bld\helics_1585585151632\_h_env\python.exe"  "C:\Users\MBLONSKY\AppData\Local\Continuum\anaconda3\envs\AI\Scripts\helics_broker.exe" -f 2': The system cannot find the file specified.

Here's the versions I'm using for helics and helics-cli:

(AI) C:\Users\MBLONSKY\Documents\GitHub\Co-sim>conda list helics
# packages in environment at C:\Users\MBLONSKY\AppData\Local\Continuum\anaconda3\envs\AI:
#
# Name                    Version                   Build  Channel
helics                    2.4.2                    py37_0    gmlc-tdc
helics-apps               2.4.2                    pypi_0    pypi
helics-cli                0.1.0a0                   dev_0    <develop>

Is helics-cli compatible with 2.4.2? I believe everything is working we earlier versions of helics.

mnblonsky commented 4 years ago

I tried changing the channel from gmlc-tdc to conda-forge, and that fixed it. The helics version there is 2.0.0.

I'd be curious to know if helics-cli works with 2.4.2, or if you suggest I stay with 2.0.0 for now

kdheepak commented 4 years ago

It should work. You can update your helics installation without updating helics-cli, and helics-cli is going through a rewrite at the moment this is what I recommend you do.

mnblonsky commented 3 years ago

Is there any update on this? I'm using the python_master branch, and I'm able to run helics=2.2.0 but not helics=2.6.1.

I tried using the master branch, but ran into an error with that too: "could not load: sqlite3_64.dll"