Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependent library not installed automatically. #34

Open
aiAdrian opened this issue Aug 22, 2023 · 1 comment
Open

Dependent library not installed automatically. #34

aiAdrian opened this issue Aug 22, 2023 · 1 comment

Comments

@aiAdrian
Copy link

aiAdrian commented Aug 22, 2023

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

@raymondyao
Copy link
Contributor

The issue has been fixed in 2.18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants