Due to the missing Jinja2 dependency, most of the library's features can not be imported. It cause an import error, resulting in a non working version of hana_ml .
These below two munally installation will fix the problem. As this must be done manually - I strongly recommend integrating this dependency into hana_ml pip packages as an dependancy
pip install jinja2
or
add poetry jinja2
Due to the missing Jinja2 dependency, most of the library's features can not be imported. It cause an import error, resulting in a non working version of hana_ml .
These below two munally installation will fix the problem. As this must be done manually - I strongly recommend integrating this dependency into hana_ml pip packages as an dependancy