<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to install wheel package from git repo in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-install-wheel-package-from-git-repo/m-p/19418#M13003</link>
    <description>&lt;P&gt;Using VS code for development and a wheel package is created for shipment.&lt;/P&gt;&lt;P&gt;We put this wheel package in Azure data lake storage and ADB notebook accessed this wheel package and installed it in the cluster. It is working fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1829iB2F9325CA7C8213B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But instead of keeping this in ADLS, we have to keep this wheel file in Git and install the same. We are using the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;pip install -e git+https://xxxxxxxxx@github.com/xxxxxxx/xxxxx.git@main#"egg=myPackage-0.4-py3-none-any.whl"&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but getting the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance to fix this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2022 08:00:28 GMT</pubDate>
    <dc:creator>thushar</dc:creator>
    <dc:date>2022-05-27T08:00:28Z</dc:date>
    <item>
      <title>How to install wheel package from git repo</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-install-wheel-package-from-git-repo/m-p/19418#M13003</link>
      <description>&lt;P&gt;Using VS code for development and a wheel package is created for shipment.&lt;/P&gt;&lt;P&gt;We put this wheel package in Azure data lake storage and ADB notebook accessed this wheel package and installed it in the cluster. It is working fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1829iB2F9325CA7C8213B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But instead of keeping this in ADLS, we have to keep this wheel file in Git and install the same. We are using the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;pip install -e git+https://xxxxxxxxx@github.com/xxxxxxx/xxxxx.git@main#"egg=myPackage-0.4-py3-none-any.whl"&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but getting the below error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance to fix this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 08:00:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-install-wheel-package-from-git-repo/m-p/19418#M13003</guid>
      <dc:creator>thushar</dc:creator>
      <dc:date>2022-05-27T08:00:28Z</dc:date>
    </item>
  </channel>
</rss>

