<?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 python libraries in ArcGIS in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/1160961#M64278</link>
    <description>&lt;P&gt;how, solve the installation of fuzzywuzzy to use it in arcmap?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 20:40:44 GMT</pubDate>
    <dc:creator>Operativo_GISRTM_GIS</dc:creator>
    <dc:date>2022-04-04T20:40:44Z</dc:date>
    <item>
      <title>Installing python libraries in ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/436090#M34260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use&amp;nbsp;Levenshtein &amp;amp; Fuzzy String python libraries&amp;nbsp;in ArcMap &amp;nbsp;- find attached&lt;/P&gt;&lt;P&gt;How Simply could I add these libraries to be called from inside the ArcMap?&lt;/P&gt;&lt;P&gt;I have two directories to python on my &amp;nbsp;C:&amp;nbsp;&lt;BR /&gt;- C:\Python27\ArcGIS10.4&lt;BR /&gt;- C:\Program Files (x86)\ArcGIS\Desktop10.4\arcpy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I&amp;nbsp;have done so far:&lt;BR /&gt;Download the libraries, move them to the mentioned above directories, click on the setup.py&lt;BR /&gt;&lt;BR /&gt;What should I do next?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 15:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/436090#M34260</guid>
      <dc:creator>AhmedAbdelnasser1</dc:creator>
      <dc:date>2017-03-22T15:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Installing python libraries in ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/436091#M34261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend using one of the bundled package managers to install it.&amp;nbsp; FuzzyWuzzy 0.15 is available through PIP:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;C:\&amp;gt;Python27\ArcGIS10.5\Scripts\pip.exe search fuzzywuzzy
fuzzywuzzy (0.15.0)&amp;nbsp; - Fuzzy string matching in python

C:\&amp;gt;Python27\ArcGIS10.5\Scripts\pip.exe install fuzzywuzzy
Collecting fuzzywuzzy
&amp;nbsp; Downloading fuzzywuzzy-0.15.0-py2.py3-none-any.whl
Installing collected packages: fuzzywuzzy
Successfully installed fuzzywuzzy-0.15.0

C:\&amp;gt;‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/436091#M34261</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-11T19:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Installing python libraries in ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/436092#M34262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or a&lt;STRONG&gt;&lt;A href="https://anaconda.org/conda-forge/fuzzywuzzy"&gt; conda install &lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 19:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/436092#M34262</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-22T19:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Installing python libraries in ArcGIS</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/1160961#M64278</link>
      <description>&lt;P&gt;how, solve the installation of fuzzywuzzy to use it in arcmap?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 20:40:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-libraries-in-arcgis/m-p/1160961#M64278</guid>
      <dc:creator>Operativo_GISRTM_GIS</dc:creator>
      <dc:date>2022-04-04T20:40:44Z</dc:date>
    </item>
  </channel>
</rss>

