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

nlp.install_to_databricks doesn't install the correct version of johnsnowlabs-for-databricks package #1290

Open
KshitizGIT opened this issue Jun 28, 2024 · 0 comments
Assignees

Comments

@KshitizGIT
Copy link
Contributor

This function johnsnowlabs.auto_install.databricks.install_utils.install_py_lib_via_pip doesn't install the correct version of requested pypi packages.
It is because we are sending payload as

{"pypi" : {
      "package": "<pypi_package>",
       "version": "<version"
}}

instead of the expected format

{"pypi" : {
      "package": "<pypi_package>==<version>"
}}
https://docs.databricks.com/api/workspace/libraries/install#libraries-pypi
@KshitizGIT KshitizGIT self-assigned this Jun 28, 2024
KshitizGIT added a commit to KshitizGIT/johnsnowlabs that referenced this issue Jun 28, 2024
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

1 participant