TypeError: 'JavaPackage' object is not callable when calling initial_zingg_setup in Databricks #1181
-
Beta Was this translation helpful? Give feedback.
Answered by
Nitish1814
Jul 16, 2025
Replies: 1 comment 10 replies
-
Hi @durgesh312 , can you please ping me the definition of initial_zingg_setup? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ok, that's the issue actually. you are using zingg 0.4.0 version in backend with 0.5.0 python client. Either you can just reinstall python client via
pip install zingg
(which will install default 0.4.0 python client) if you wish to use zingg 0.4.0 OR you need to install zingg 0.5.0 jar