<?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: Can't install python library in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8393#M4045</link>
    <description>&lt;P&gt;I have the permissions, I was able to install other libraries. I'm using Azure.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2023 13:57:45 GMT</pubDate>
    <dc:creator>u2dragon</dc:creator>
    <dc:date>2023-03-02T13:57:45Z</dc:date>
    <item>
      <title>Can't install python library</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8390#M4042</link>
      <description>&lt;P&gt;I'm trying to install a &lt;A href="https://pypi.org/project/piwebapi-restapi/" alt="https://pypi.org/project/piwebapi-restapi/" target="_blank"&gt;python library&lt;/A&gt; but I'm not able, the status won't change from "pending". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this message when I click on the library under the cluster's Libraries tab: "Library installation has been attempted on the driver node but has not finished yet". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no problem with the installation of other libraries. Has anyone any idea how to solve this problem? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Update:&lt;/B&gt; I tried to install the library from the notebook by typing&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; pip install piwebapi-restapi&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;At least in the "terminal" I was able to see that something was happening (downloading and installing of files), but after 2 hours the installation stopped with the error "Command 'pip --disable-pip-version-check install piwebapi-restapi' returned non-zero exit status 1."&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 11:26:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8390#M4042</guid>
      <dc:creator>u2dragon</dc:creator>
      <dc:date>2023-03-02T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install python library</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8391#M4043</link>
      <description>&lt;P&gt;the pypi page does not help, there is nothing on it.  can you take a look at the driver logs?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 12:13:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8391#M4043</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-03-02T12:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install python library</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8392#M4044</link>
      <description>&lt;P&gt;Do you have permissions to install libraries on the cluster?  What cloud are you using?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 13:48:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8392#M4044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-02T13:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install python library</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8393#M4045</link>
      <description>&lt;P&gt;I have the permissions, I was able to install other libraries. I'm using Azure.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 13:57:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8393#M4045</guid>
      <dc:creator>u2dragon</dc:creator>
      <dc:date>2023-03-02T13:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install python library</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8394#M4046</link>
      <description>&lt;P&gt;I think that python package is more or less but the same as the content of this git hub repo: &lt;A href="https://github.com/dcbark01/PI-Web-API-Client-Python" target="test_blank"&gt;https://github.com/dcbark01/PI-Web-API-Client-Python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This package can be found under many names on pypi, according to my observation. E.g. this is also that one: &lt;A href="https://pypi.org/project/osisoft.pidevclub.piwebapi-thompsonp17/" target="test_blank"&gt;https://pypi.org/project/osisoft.pidevclub.piwebapi-thompsonp17/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 15:44:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8394#M4046</guid>
      <dc:creator>u2dragon</dc:creator>
      <dc:date>2023-03-02T15:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't install python library</title>
      <link>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8395#M4047</link>
      <description>&lt;P&gt;Ok, looks like I was able to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I needed to install all the required libraries one by one. These are the followings:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;pandas&lt;/LI&gt;&lt;LI&gt;six&lt;/LI&gt;&lt;LI&gt;requests&lt;/LI&gt;&lt;LI&gt;pyspnego&lt;/LI&gt;&lt;LI&gt;cryptography&lt;/LI&gt;&lt;LI&gt;krb5&lt;/LI&gt;&lt;LI&gt;requests-kerberos&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that I was able to install the webAPI library.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 18:27:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-t-install-python-library/m-p/8395#M4047</guid>
      <dc:creator>u2dragon</dc:creator>
      <dc:date>2023-03-02T18:27:45Z</dc:date>
    </item>
  </channel>
</rss>

