Deployment of MedcatTrainer latest version

Hi, I am getting following error on the installation of MedcatTrainer using latest:2.6.1 image from docker hub

too many values to unpack (expected 2)

Full Error:

Traceback (most recent call last):
File “./api/views.py”, line 253, in prepare_documents
CAT_MAP=CAT_MAP, project=project)
File “./api/utils.py”, line 311, in get_medcat
cdb.config.parse_config_file(path=custom_config)
File “/usr/local/lib/python3.7/site-packages/medcat/config.py”, line 173, in parse_config_file
variable, key = left.split(“.”)

hi @Gunavardhan - looks like the medcat model can’t be loaded with that config.
Does this model you’ve uploaded work elsehwere?

Hi @tomolopolis - yes we were able to load this model in previous version of medcat trainer v2.4.0