facing an error whilst runningersilia -v api calculate -i "eml_canonical.csv" -o "output.csv" but this ersilia -v api calculate -i "CCCC" works fine with the same model
TypeError: No registered converter was able to produce a C++ rvalue of type std::basic_string<wchar_t, std::char_traits, std::allocator > from this Python object of type NoneType
Describe the steps to reproduce the behavior
ersilia -v fetch eos2mrz
ersilia serve eos2mrz
ersilia -v api calculate -i 'input.csv' -o 'output.csv'
Describe the bug.
facing an error whilst running
ersilia -v api calculate -i "eml_canonical.csv" -o "output.csv"
but thisersilia -v api calculate -i "CCCC"
works fine with the same modelTypeError: No registered converter was able to produce a C++ rvalue of type std::basic_string<wchar_t, std::char_traits, std::allocator > from this Python object of type NoneType
Describe the steps to reproduce the behavior
Expected behavior.
to give the predictions in input.csv file
Screenshots.
at the end it mentions a type error:
Operating environment
ubuntu on WSL
Additional context
No response