KeyError in setup.py
Receiving a KeyError when I try to run the setup.py script. Looks like the name that is being used to index the data_dict does not exist and does not match the folder name in sciencebase.
Call to TauDEM via mpiexec successfully Traceback (most recent call last): File "setup.py", line 298, in <module> main() File "setup.py", line 235, in main ini_dict = update_config(config_ini_file, sb_json, project_dir) File "setup.py", line 168, in update_config if data_dict['census_roads']['shp'].is_file(): KeyError: 'census_roads'
Edited by Katoski, Michelle Patricia