<?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: Create Space Time Cube script tool fails in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162592#M7364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just for info version is &lt;SPAN&gt;'0.19.2'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2017 22:28:25 GMT</pubDate>
    <dc:creator>SamyBouma_Ngock1</dc:creator>
    <dc:date>2017-07-06T22:28:25Z</dc:date>
    <item>
      <title>Create Space Time Cube script tool fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162589#M7361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;working the &lt;A href="http://desktop.arcgis.com/en/analytics/case-studies/analyzing-crashes-1-overview.htm"&gt;Analyzing traffic accidents in space and time&lt;/A&gt;&amp;nbsp;case study&amp;nbsp;and trying to run the Create Space time tool.&lt;/P&gt;&lt;P&gt;This is the error message I get:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error message" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/360363_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;By curiosity, I followed the Traceback and I see all modules are there. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="modules" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/360364_Capture2.PNG" style="width: 620px; height: 405px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My sys specs:&lt;/P&gt;&lt;P&gt;ArcGIS Pro 2.0&lt;/P&gt;&lt;P&gt;Windows 7 6.1.7601 SP1&lt;/P&gt;&lt;P&gt;i5/4570 &lt;A href="mailto:CPU@3.20GHz"&gt;CPU@3.20GHz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;python 2.7.5 default&lt;/P&gt;&lt;P&gt;python 2.7.13 and&amp;nbsp;3.6.1 installed in conda/envs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 21:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162589#M7361</guid>
      <dc:creator>SamyBouma_Ngock1</dc:creator>
      <dc:date>2017-07-06T21:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create Space Time Cube script tool fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162590#M7362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From a very similar Esri Support Services incident:&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff;"&gt;Please go to the ArcGIS Pro python window and type "import pandas" and see if this successfully imports. If you need help with this please let me know. Additionally, go to&amp;nbsp;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3 and launch python.exe. In the command line type import pandas and see if this successfully imports. If it does not import than you likely have an issue with your python install and I will recommend deleting the arcgispro-py3 folder and running a repair on the software.&amp;nbsp;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 21:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162590#M7362</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2017-07-06T21:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create Space Time Cube script tool fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162591#M7363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/analytics/case-studies/analyzing-crashes-2-pro-workflow.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://desktop.arcgis.com/en/analytics/case-studies/analyzing-crashes-2-pro-workflow.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You are using Pro 2.0&lt;/P&gt;&lt;P&gt;Pandas version? to check ....&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; pandas
pandas&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_version&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get_versions&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
Out&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'dirty'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token boolean"&gt;False&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'error'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; None&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'full-revisionid'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'e346c663cf76186c22f4d3b703461b1b60db280f'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'version'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'0.20.1'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Or&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;pandas&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_version&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;get_versions&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
Out&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'dirty'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token boolean"&gt;False&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'error'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; None&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'full-revisionid'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'825876ca7ee8ac7bea463925399c083d5f190b3e'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'version'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'0.19.2'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;To test, and compare the import error line without digging through can you confirm which?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162591#M7363</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T08:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Space Time Cube script tool fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162592#M7364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just for info version is &lt;SPAN&gt;'0.19.2'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 22:28:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162592#M7364</guid>
      <dc:creator>SamyBouma_Ngock1</dc:creator>
      <dc:date>2017-07-06T22:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create Space Time Cube script tool fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162593#M7365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert,&lt;/P&gt;&lt;P&gt;After reinstalling the tool works properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 22:29:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162593#M7365</guid>
      <dc:creator>SamyBouma_Ngock1</dc:creator>
      <dc:date>2017-07-06T22:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create Space Time Cube script tool fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162594#M7366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great news! &amp;nbsp;Glad it's working now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 22:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162594#M7366</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2017-07-06T22:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create Space Time Cube script tool fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162595#M7367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having the exact same issue as you were - same tool, same error, same Pro version. Just to be sure - did you completely uninstall and reinstall Pro or did you just run a repair on the software?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:48:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162595#M7367</guid>
      <dc:creator>ShelbyZelonisRoberson</dc:creator>
      <dc:date>2017-07-07T17:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create Space Time Cube script tool fails</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162596#M7368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did uninstall and reinstall ArcGIS Pro after manually deleting the ..\ArcGIS\Pro\bin\Python\envs\arcgispro-py3 folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:52:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-space-time-cube-script-tool-fails/m-p/162596#M7368</guid>
      <dc:creator>SamyBouma_Ngock1</dc:creator>
      <dc:date>2017-07-07T17:52:22Z</dc:date>
    </item>
  </channel>
</rss>

