Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2022 03:07 AM
We created Python package (.tar.gz) and kept it under private git.
We can able to connect to that git (using PAT) from the Azure databricks notebook.
Our requirement is to install that package from .tar.gz file for that notebook
"pip install https://USERNAME:PASWWORD@github.com/company_github/my_repo/my_package.tar.gz";
getting the below error.
does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
Labels:
- Labels:
-
Azure
-
Deploy
-
Python package