<?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: After 10.2.1 update Arcpy 64 bit ERROR in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421664#M33121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to installed the 64-bit GP upgrade from Esri. From the sounds of what you've done on your environment I would uninstall everything and start from scratch.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 19:07:58 GMT</pubDate>
    <dc:creator>MathewCoyle</dc:creator>
    <dc:date>2014-04-14T19:07:58Z</dc:date>
    <item>
      <title>After 10.2.1 update Arcpy 64 bit ERROR</title>
      <link>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421661#M33118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've updated my ArcGIS desktop version from 10.2 to 10.2.1 and have noticed that when I run the 64 bit version of IDLE I now get an error when trying to import arcpy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Type "copyright", "credits" or "license()" for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy

Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;pyshell#0&amp;gt;", line 1, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; import arcpy
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\__init__.py", line 24, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; from arcpy.toolbox import *
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\toolbox.py", line 656, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; from na import AddFieldToAnalysisLayer as AddFieldToAnalysisLayer_na
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\na.py", line 26, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; import _na
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy\arcpy\_na.py", line 46, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; class StreetDirectionsProperties(na.StreetDirectionsProperties):
AttributeError: 'module' object has no attribute 'StreetDirectionsProperties'&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the error seems to come from failing to find a module for the Network Analyst extension, which I see is listed as one of the updated Python features in 10.2.1: (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/What_s_new_in_ArcGIS_10_2_1/016w0000005v000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.2/#/What_s_new_in_ArcGIS_10_2_1/016w0000005v000000/&lt;/A&gt;&lt;SPAN&gt;). I'm guessing the 10.2.1 release didn't update both the 32 AND 64 bit versions of Arcpy when installing Python 2.7.5. The version I still have in C:\Python27\ArcGISx6410.2 is 2.7.3, but this seems to now be in conflict with the new install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please help me figure out how to correct this issue with IDLE? I really need to be able to run stand-alone 64 bit Arcpy scripts. I'm aware of 64 bit background geoprocessing in ArcMap/ArcCatalog, but this is different. I run heavy lifting stand-alone scripts that must be in the 64 bit version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:02:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421661#M33118</guid>
      <dc:creator>JA4</dc:creator>
      <dc:date>2021-12-11T19:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: After 10.2.1 update Arcpy 64 bit ERROR</title>
      <link>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421662#M33119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are correct you need Python 2.7.5 with ArcGIS 10.2.1. Have you tried installing the 64-bit upgrade for 10.2.1?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 18:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421662#M33119</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2014-04-14T18:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: After 10.2.1 update Arcpy 64 bit ERROR</title>
      <link>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421663#M33120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You are correct you need Python 2.7.5 with ArcGIS 10.2.1. Have you tried installing the 64-bit upgrade for 10.2.1?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you mean the ESRI specific Python library or Python 2.7.5 from the Python.org website? I have tried installing 2.7.5 64 bit version from Python.org and that didn't fix it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a downloadable update to the 64 bit background geoprocessing package for 10.2.1 available from ESRI?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 19:05:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421663#M33120</guid>
      <dc:creator>JA4</dc:creator>
      <dc:date>2014-04-14T19:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: After 10.2.1 update Arcpy 64 bit ERROR</title>
      <link>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421664#M33121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to installed the 64-bit GP upgrade from Esri. From the sounds of what you've done on your environment I would uninstall everything and start from scratch.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 19:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/after-10-2-1-update-arcpy-64-bit-error/m-p/421664#M33121</guid>
      <dc:creator>MathewCoyle</dc:creator>
      <dc:date>2014-04-14T19:07:58Z</dc:date>
    </item>
  </channel>
</rss>

