When I try to run the example here, it will has an error in the following
Traceback (most recent call last): File "Transmission_simulator.py", line 81, in <module> fed = h.helicsCreateValueFederateFromConfig("Transmission_json.json") File "/home/lei/anaconda3/envs/helics-cli/lib/python3.7/site-packages/helics/capi.py", line 3137, in helicsCreateValueFederateFromConfig raise HelicsException("[" + str(err.error_code) + "] " + ffi.string(err.message).decode()) helics.capi.HelicsException: [-3] --loglevel: Check value in {connections->,data->,debug->,error->,interfaces->,no_print->,none->,summary->,timing->,trace->,warning->} OR {,,,,,,,,,,} FAILED
But when I use helics-cli(0.1.0) + helics-2.6.1, it will work fine. I don't know where the problem is. Is there any hint for me to solve this? Thank you so much!