<?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 Re: Installing a private pypi package from Gitlab on a cluster in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/installing-a-private-pypi-package-from-gitlab-on-a-cluster/m-p/57061#M30725</link>
    <description>&lt;P&gt;This problem was solved by removing the `python&amp;gt;=3.11` requirement.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 12:19:31 GMT</pubDate>
    <dc:creator>djhs</dc:creator>
    <dc:date>2024-01-12T12:19:31Z</dc:date>
    <item>
      <title>Installing a private pypi package from Gitlab on a cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/installing-a-private-pypi-package-from-gitlab-on-a-cluster/m-p/57051#M30719</link>
      <description>&lt;P&gt;I have published a pypi package in a private Gitlab repository and I want to install it in my notebook but I don't know how and the documentation doesn't help me much either. I have created a Gitlab token that I use in the index url and I try to install the package with the following line:&lt;/P&gt;&lt;P&gt;!pip install {package_name} --index-url &lt;A href="https://__token__:{token}@gitlab.com/api/v4/projects/{project_id}/packages/pypi/simple" target="_blank" rel="noopener"&gt;https://__token__:{token}@gitlab.com/api/v4/projects/{project_id}/packages/pypi/simple&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where {token} is my Gitlab token and {project_id} is the Gitlab project ID.&lt;/P&gt;&lt;P&gt;This gives me:&lt;/P&gt;&lt;P&gt;Looking in indexes: &lt;A href="https://__token__:****@gitlab.com/api/v4/projects/53723605/packages/pypi/simple" target="_blank" rel="noopener noreferrer"&gt;https://__token__:****@gitlab.com/api/v4/projects/{project_id}/packages/pypi/simple&lt;/A&gt; &lt;SPAN class=""&gt;ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python &amp;gt;=3.11,&amp;lt;4.0&lt;/SPAN&gt; &lt;SPAN class=""&gt;ERROR: Could not find a version that satisfies the requirement {package-name} (from versions: none)&lt;/SPAN&gt; &lt;SPAN class=""&gt;ERROR: No matching distribution found for {package-name}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The command runs successfully locally.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 09:36:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/installing-a-private-pypi-package-from-gitlab-on-a-cluster/m-p/57051#M30719</guid>
      <dc:creator>djhs</dc:creator>
      <dc:date>2024-01-12T09:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing a private pypi package from Gitlab on a cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/installing-a-private-pypi-package-from-gitlab-on-a-cluster/m-p/57061#M30725</link>
      <description>&lt;P&gt;This problem was solved by removing the `python&amp;gt;=3.11` requirement.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 12:19:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/installing-a-private-pypi-package-from-gitlab-on-a-cluster/m-p/57061#M30725</guid>
      <dc:creator>djhs</dc:creator>
      <dc:date>2024-01-12T12:19:31Z</dc:date>
    </item>
  </channel>
</rss>

