<?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: databricks-connect' is not recognized as an internal or external command,
operable program or batch file on windows in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-connect-is-not-recognized-as-an-internal-or-external/m-p/12218#M7061</link>
    <description>&lt;P&gt;@Dmitry Anoshin​&amp;nbsp;, that seems messed up.&lt;/P&gt;&lt;P&gt;the best you can do is to remove databricks connect and also to uninstall any pyspark installation.&lt;/P&gt;&lt;P&gt;And then follow the &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/dev-tools/databricks-connect" alt="https://docs.microsoft.com/en-us/azure/databricks/dev-tools/databricks-connect" target="_blank"&gt;installation guide&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;It should work after following the procedure.&lt;/P&gt;&lt;P&gt;I use a Linux VM for this purpose, mainly to avoid windows 10. I am looking into using VSCode with WSL2, which should work too, but still gotta test it.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 08:57:27 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2021-10-28T08:57:27Z</dc:date>
    <item>
      <title>databricks-connect' is not recognized as an internal or external command,
operable program or batch file on windows</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-connect-is-not-recognized-as-an-internal-or-external/m-p/12215#M7058</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've installed databricks-connect on Windows 10:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;C:\Users\danoshin&amp;gt;pip install -U "databricks-connect==9.1.*"
Collecting databricks-connect==9.1.*
  Downloading databricks-connect-9.1.2.tar.gz (254.6 MB)
     |████████████████████████████████| 254.6 MB 7.6 kB/s
Collecting py4j==0.10.9
  Downloading py4j-0.10.9-py2.py3-none-any.whl (198 kB)
     |████████████████████████████████| 198 kB ...
Requirement already satisfied: six in c:\users\danoshin\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from databricks-connect==9.1.*) (1.16.0)
Using legacy 'setup.py install' for databricks-connect, since package 'wheel' is not installed.
Installing collected packages: py4j, databricks-connect
    Running setup.py install for databricks-connect ... done
Successfully installed databricks-connect-9.1.2 py4j-0.10.9
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the 'C:\Users\danoshin\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, I can't run it:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;C:\Users\danoshin&amp;gt;databricks-connect configure
'databricks-connect' is not recognized as an internal or external command,
operable program or batch file.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I was trying to find the path and found something but it looks wrong too:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;C:\Users\danoshin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pyspark&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The path has the databricks-connect.py &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make it work on Windows?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 00:38:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-connect-is-not-recognized-as-an-internal-or-external/m-p/12215#M7058</guid>
      <dc:creator>dimoobraznii</dc:creator>
      <dc:date>2021-10-28T00:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: databricks-connect' is not recognized as an internal or external command,
operable program or batch file on windows</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-connect-is-not-recognized-as-an-internal-or-external/m-p/12217#M7060</link>
      <description>&lt;P&gt;@Dmitry Anoshin​&amp;nbsp;, my only ideas so far are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;uninstall pyspark as it can make conflict,&lt;/LI&gt;&lt;LI&gt;run everything in administrator mode&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 28 Oct 2021 08:57:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-connect-is-not-recognized-as-an-internal-or-external/m-p/12217#M7060</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-10-28T08:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: databricks-connect' is not recognized as an internal or external command,
operable program or batch file on windows</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-connect-is-not-recognized-as-an-internal-or-external/m-p/12218#M7061</link>
      <description>&lt;P&gt;@Dmitry Anoshin​&amp;nbsp;, that seems messed up.&lt;/P&gt;&lt;P&gt;the best you can do is to remove databricks connect and also to uninstall any pyspark installation.&lt;/P&gt;&lt;P&gt;And then follow the &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/dev-tools/databricks-connect" alt="https://docs.microsoft.com/en-us/azure/databricks/dev-tools/databricks-connect" target="_blank"&gt;installation guide&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;It should work after following the procedure.&lt;/P&gt;&lt;P&gt;I use a Linux VM for this purpose, mainly to avoid windows 10. I am looking into using VSCode with WSL2, which should work too, but still gotta test it.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 08:57:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-connect-is-not-recognized-as-an-internal-or-external/m-p/12218#M7061</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2021-10-28T08:57:27Z</dc:date>
    </item>
  </channel>
</rss>

