<?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 Error: Unable to locate package winehq-stable in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120486#M46177</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am running a notebook which has mix of python and scala codes. Below code was working fine until May 27, 2025. However, since yesterday, I’ve been encountering the following error:&amp;nbsp;&lt;STRONG&gt;"E: Unable to locate package winehq-stable".&lt;/STRONG&gt;&lt;BR /&gt;Could someone please help me resolve this issue? Are there any packages or libraries I need to add or update to get it working again?&lt;/P&gt;&lt;P&gt;%sh&lt;BR /&gt;dpkg --print-architecture&lt;BR /&gt;sudo dpkg --add-architecture i386&lt;BR /&gt;dpkg --print-foreign-architectures&lt;/P&gt;&lt;P&gt;sudo mkdir -pm755 /etc/apt/keyrings&lt;BR /&gt;sudo wget -O /etc/apt/keyrings/winehq-archive.key &lt;A href="https://dl.winehq.org/wine-builds/winehq.key" target="_blank"&gt;https://dl.winehq.org/wine-builds/winehq.key&lt;/A&gt;&lt;/P&gt;&lt;P&gt;sudo wget -NP /etc/apt/sources.list.d/ &lt;A href="https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources" target="_blank"&gt;https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;sudo apt-get clean &amp;nbsp;&amp;amp;&amp;amp; sudo rm -rv /var/lib/apt/lists/* &amp;amp;&amp;amp; sudo apt-get update&lt;/P&gt;&lt;P&gt;sudo apt install --install-recommends -y winehq-stable&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 04:14:46 GMT</pubDate>
    <dc:creator>writetofaiz</dc:creator>
    <dc:date>2025-05-29T04:14:46Z</dc:date>
    <item>
      <title>Error: Unable to locate package winehq-stable</title>
      <link>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120486#M46177</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am running a notebook which has mix of python and scala codes. Below code was working fine until May 27, 2025. However, since yesterday, I’ve been encountering the following error:&amp;nbsp;&lt;STRONG&gt;"E: Unable to locate package winehq-stable".&lt;/STRONG&gt;&lt;BR /&gt;Could someone please help me resolve this issue? Are there any packages or libraries I need to add or update to get it working again?&lt;/P&gt;&lt;P&gt;%sh&lt;BR /&gt;dpkg --print-architecture&lt;BR /&gt;sudo dpkg --add-architecture i386&lt;BR /&gt;dpkg --print-foreign-architectures&lt;/P&gt;&lt;P&gt;sudo mkdir -pm755 /etc/apt/keyrings&lt;BR /&gt;sudo wget -O /etc/apt/keyrings/winehq-archive.key &lt;A href="https://dl.winehq.org/wine-builds/winehq.key" target="_blank"&gt;https://dl.winehq.org/wine-builds/winehq.key&lt;/A&gt;&lt;/P&gt;&lt;P&gt;sudo wget -NP /etc/apt/sources.list.d/ &lt;A href="https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources" target="_blank"&gt;https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;sudo apt-get clean &amp;nbsp;&amp;amp;&amp;amp; sudo rm -rv /var/lib/apt/lists/* &amp;amp;&amp;amp; sudo apt-get update&lt;/P&gt;&lt;P&gt;sudo apt install --install-recommends -y winehq-stable&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 04:14:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120486#M46177</guid>
      <dc:creator>writetofaiz</dc:creator>
      <dc:date>2025-05-29T04:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Unable to locate package winehq-stable</title>
      <link>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120519#M46180</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This issue likely occurred due to recent library upgrades. Please review the libraries installed on your cluster and check their versions. If you identify any libraries that were recently updated, consider downgrading them to their previous versions to restore compatibility.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 08:20:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120519#M46180</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2025-05-29T08:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Unable to locate package winehq-stable</title>
      <link>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120526#M46184</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Below are the three libraries I am using in the job cluster, and I don't think any of these have any relation with winehq. Is there any other library I need to add to run the task?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Libraries used in the job cluster:&lt;BR /&gt;1.&amp;nbsp;&lt;SPAN&gt;paramiko==3.3.1&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;2.&amp;nbsp;&lt;SPAN&gt;com.microsoft.azure:spark-mssql-connector_2.12:1.2.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;3.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;com.crealytics:spark-excel_2.12:3.2.2_0.18.0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;‎&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 May 2025 09:56:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120526#M46184</guid>
      <dc:creator>writetofaiz</dc:creator>
      <dc:date>2025-05-29T09:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Unable to locate package winehq-stable</title>
      <link>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120528#M46186</link>
      <description>&lt;P&gt;add me&amp;nbsp;&lt;A href="https://www.linkedin.com/in/aviralb/" target="_blank"&gt;https://www.linkedin.com/in/aviralb/&lt;/A&gt;&amp;nbsp;we will do live debugging&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 11:06:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-unable-to-locate-package-winehq-stable/m-p/120528#M46186</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2025-05-29T11:06:23Z</dc:date>
    </item>
  </channel>
</rss>

