<?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 message(s) when running Spatial Statistics tools in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/error-message-s-when-running-spatial-statistics/m-p/132173#M453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using 10.1 and when I try to run any of the Spatial Statistics tools I get the following list of errors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;updateParameters Syntax Error: Runtime error Traceback (most recent call last): File "c:\program files (x86)\arcgis\desktop10.1\ArcToolbox\Toolboxes\Spatial Statistics Tools.tbx#GroupingAnalysis_stats.UpdateParameters.py", line 3, in File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\__init__.py", line 24, in from arcpy.toolbox import * File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\toolbox.py", line 342, in from management import Graph, GraphTemplate File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\management.py", line 22, in import _management File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\_management.py", line 14, in import _graph File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\_graph.py", line 27, in import numpy ImportError: No module named numpy &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've looked at several threads on this subject. I did already have a version of Python (2.7) installed on my computer when I installed Arc, which seems to be the source of the problem. I've tried the suggestions from the other threads (uninstalling Python and re-installing Arc, running the Arc repair tool) to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have ideas of anything else I can try? Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 16:15:12 GMT</pubDate>
    <dc:creator>ScottSirotkin</dc:creator>
    <dc:date>2013-07-22T16:15:12Z</dc:date>
    <item>
      <title>Error message(s) when running Spatial Statistics tools</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/error-message-s-when-running-spatial-statistics/m-p/132173#M453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using 10.1 and when I try to run any of the Spatial Statistics tools I get the following list of errors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;updateParameters Syntax Error: Runtime error Traceback (most recent call last): File "c:\program files (x86)\arcgis\desktop10.1\ArcToolbox\Toolboxes\Spatial Statistics Tools.tbx#GroupingAnalysis_stats.UpdateParameters.py", line 3, in File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\__init__.py", line 24, in from arcpy.toolbox import * File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\toolbox.py", line 342, in from management import Graph, GraphTemplate File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\management.py", line 22, in import _management File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\_management.py", line 14, in import _graph File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\_graph.py", line 27, in import numpy ImportError: No module named numpy &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've looked at several threads on this subject. I did already have a version of Python (2.7) installed on my computer when I installed Arc, which seems to be the source of the problem. I've tried the suggestions from the other threads (uninstalling Python and re-installing Arc, running the Arc repair tool) to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have ideas of anything else I can try? Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 16:15:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/error-message-s-when-running-spatial-statistics/m-p/132173#M453</guid>
      <dc:creator>ScottSirotkin</dc:creator>
      <dc:date>2013-07-22T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error message(s) when running Spatial Statistics tools</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/error-message-s-when-running-spatial-statistics/m-p/132174#M454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got the tools working now. In case this can help someone in the future, here's what I did (I'm running Windows 7, btw):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(1) I added "C:\Python27\ArcGIS10.1\Lib\site-packages\" to the PYTHONPATH environmental variable. This allowed Arc to find numpy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(2) Now the tool would run, but it would encounter an error stating that it could not find a usable "init.tcl" file. I wound up copying the tcl8.5 folder from the tcl directory into the Lib directory (under Python2.7\ArcGIS10.1) and that got me to the next step...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(3) Which was a new error stating it could not find a usable "tk.tcl" file. So I copied that folder into the tcl8.5 folder I just copied. Finally the tool ran to completion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure how my configuration got so messed up, hopefully no one else runs into this situation!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jul 2013 16:12:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/error-message-s-when-running-spatial-statistics/m-p/132174#M454</guid>
      <dc:creator>ScottSirotkin</dc:creator>
      <dc:date>2013-07-28T16:12:32Z</dc:date>
    </item>
  </channel>
</rss>

