<?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 Import mlflow Error in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/65532#M3174</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to replicate this motebook in my environment:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/_extras/notebooks/source/mlflow/mlflow-end-to-end-example.html" target="_blank" rel="noopener"&gt;mlflow-end-to-end-example - Databricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am getting the following error when I run "&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; mlflow":&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;SPAN class=""&gt;TypeError&lt;/SPAN&gt;&lt;SPAN&gt;: bases must be types"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tanjil&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 17:52:21 GMT</pubDate>
    <dc:creator>tanjil</dc:creator>
    <dc:date>2024-04-04T17:52:21Z</dc:date>
    <item>
      <title>Import mlflow Error</title>
      <link>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/65532#M3174</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to replicate this motebook in my environment:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/_extras/notebooks/source/mlflow/mlflow-end-to-end-example.html" target="_blank" rel="noopener"&gt;mlflow-end-to-end-example - Databricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am getting the following error when I run "&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; mlflow":&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"&lt;SPAN class=""&gt;TypeError&lt;/SPAN&gt;&lt;SPAN&gt;: bases must be types"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tanjil&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 17:52:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/65532#M3174</guid>
      <dc:creator>tanjil</dc:creator>
      <dc:date>2024-04-04T17:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import mlflow Error</title>
      <link>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/65542#M3175</link>
      <description>&lt;P&gt;Can you share the specific cell of the notebook where you are receiving this error? Have you modified the code or it is the same? Do you have any particular libraries installed on the cluster you are using for the testing?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 23:59:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/65542#M3175</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-04-04T23:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Import mlflow Error</title>
      <link>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/66083#M3187</link>
      <description>&lt;P&gt;The error is generated in cell 21, in the line "&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;mlflow". &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No modifications have been made to the code.&lt;BR /&gt;Cluster details:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;10.4 LTS (includes Apache Spark 3.2.1, Scala 2.12)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 17:11:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/66083#M3187</guid>
      <dc:creator>tanjil</dc:creator>
      <dc:date>2024-04-11T17:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Import mlflow Error</title>
      <link>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/67731#M3230</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9483"&gt;@tanjil&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for contacting databricks community support. Could you check what version of&amp;nbsp;protobuf you have?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you are using 10.4 ML cluster, the MLflow 1.x is not compatible with protobuf 4.x. The default version of protobuf in MLR 10.4 is 3.17.2. We recommend that you can either downgrade protobuf to 3.17.2 or upgrade MLflow to 2.x. Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 18:42:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/import-mlflow-error/m-p/67731#M3230</guid>
      <dc:creator>Kumaran</dc:creator>
      <dc:date>2024-04-30T18:42:09Z</dc:date>
    </item>
  </channel>
</rss>

