ReinventCommunity icon indicating copy to clipboard operation
ReinventCommunity copied to clipboard

KeyError: 'ENVIRONMENTAL_VARIABLES'

Open gongxq19 opened this issue 2 years ago • 1 comments

Hi, When I run python input.py some_running_mode.json, an error happened. Traceback (most recent call last): File "/home/cuda/Desktop/Reinvent-master/Reinvent-master/input.py", line 20, in manager = Manager(configuration) File "/home/cuda/Desktop/Reinvent-master/Reinvent-master/running_modes/manager.py", line 13, in init self._load_environmental_variables() File "/home/cuda/Desktop/Reinvent-master/Reinvent-master/running_modes/manager.py", line 30, in _load_environmental_variables raise ex File "/home/cuda/Desktop/Reinvent-master/Reinvent-master/running_modes/manager.py", line 24, in _load_environmental_variables environmental_variables = config["ENVIRONMENTAL_VARIABLES"] KeyError: 'ENVIRONMENTAL_VARIABLES' Thanks, looking forward to your advice!

gongxq19 avatar Mar 06 '22 13:03 gongxq19

Hi @gongxq19,

Sorry for the delay. Can you try running again with the latest code? There are new Reinvent and ReinventCommunity versions recently released.

GuoJeff avatar May 06 '22 00:05 GuoJeff