ERROR:tethys.tethys_apps.utilities:The following error occurred while trying to import the controller function "tethys_apps.tethysapp.map_plot.controllers.home":
Traceback (most recent call last):
File "/home/tethys/tethys/src/tethys_apps/utilities.py", line 191, in generate_app_url_patterns
module = __import__(module_name, fromlist=[function_name])
File "/home/tethys/tethys/src/tethys_apps/tethysapp/map_plot/controllers.py", line 7, in <module>
from .model import get_all_stations, get_all_stats, get_flow_data, get_NWIS_data, get_name, bias, nashsutcliffe, lognashsutcliffe, kge, pbias, correlationcoefficient, rmse, mae
ImportError: cannot import name cdec
The strange thing is that I can't find any reference to the name "cdec" anywhere in the app, and it obviously isn't on line 7. It also isn't a valid Python library on conda or pip. As far as I can tell, all of the dependencies have been installed for the app. Has anyone else seen this error before?