<?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 numpy not importing for arcpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178401#M13711</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a similar vein to this thread&amp;nbsp;&lt;A href="https://community.esri.com/thread/116150"&gt;How do you get Python 3.4 to see ArcGIS Pro arcpy?&lt;/A&gt;&amp;nbsp; I was having issues with pyscripter not importing arcpy from ArcGIS Pro. I was able to get it to find arcpy by following the suggestions in that thread, however it now throws an error telling me that it cannot access numpy. I have tried both of the following paths to lead pyscripter to the versions of numpy on my computer that were included with arcGIS Pro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sys.path.append("C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages")&lt;BR /&gt;sys.path.append("C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\numpy")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additionally I have attempted using the following path to access numpy from anaconda's library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sys.path.append("C:\Anaconda\Lib\site-packages")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I attempt to use this path it thros an error stating that I am attempting to import a failed build of numpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried reinstalling all instances of python on my computer, as wel as reinstalling ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for reference I am running ArcGIS Pro version 2.01 and running pyscripter with python version 3.4.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 15:19:13 GMT</pubDate>
    <dc:creator>TomDeBaun1</dc:creator>
    <dc:date>2017-09-01T15:19:13Z</dc:date>
    <item>
      <title>numpy not importing for arcpy</title>
      <link>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178401#M13711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a similar vein to this thread&amp;nbsp;&lt;A href="https://community.esri.com/thread/116150"&gt;How do you get Python 3.4 to see ArcGIS Pro arcpy?&lt;/A&gt;&amp;nbsp; I was having issues with pyscripter not importing arcpy from ArcGIS Pro. I was able to get it to find arcpy by following the suggestions in that thread, however it now throws an error telling me that it cannot access numpy. I have tried both of the following paths to lead pyscripter to the versions of numpy on my computer that were included with arcGIS Pro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sys.path.append("C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages")&lt;BR /&gt;sys.path.append("C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\numpy")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additionally I have attempted using the following path to access numpy from anaconda's library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sys.path.append("C:\Anaconda\Lib\site-packages")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I attempt to use this path it thros an error stating that I am attempting to import a failed build of numpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried reinstalling all instances of python on my computer, as wel as reinstalling ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for reference I am running ArcGIS Pro version 2.01 and running pyscripter with python version 3.4.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178401#M13711</guid>
      <dc:creator>TomDeBaun1</dc:creator>
      <dc:date>2017-09-01T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: numpy not importing for arcpy</title>
      <link>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178402#M13712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are not adverse to change, I would suggest that you consider Spyder as your IDE since it is packaged with the Anaconda distribution of Arc* I have &lt;STRONG&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro"&gt;several blog posts&lt;/A&gt;&lt;/STRONG&gt; on its use.&amp;nbsp; I find it great (this is my 8th python IDE... I know, I know... but I like xyz ) and it is incorporated well with the package.&amp;nbsp; Besides... Pyscripter appears to have ceased active development unless that changed recently,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 15:29:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178402#M13712</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-01T15:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: numpy not importing for arcpy</title>
      <link>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178403#M13713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I've switched over to attempting to use Spyder instead, while all the packages are importing correctly but its&amp;nbsp;throwing me this error instead now&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ImportError: arcpy needs to run within an active ArcGIS Conda environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking at your guide, it shows spyder being included with ArcGIS Pros installation of python, however Its not there leading me to believe it is not included with Pro anymore as of 2.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 19:23:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178403#M13713</guid>
      <dc:creator>TomDeBaun1</dc:creator>
      <dc:date>2017-09-01T19:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: numpy not importing for arcpy</title>
      <link>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178404#M13714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Included... but needs to be installed, if you didn't install it&lt;/P&gt;&lt;P&gt;From the project window, go to your package manager&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/369597_pro_104_packages.png" style="width: 431px; height: 254px;" /&gt;&lt;/P&gt;&lt;P&gt;Check to see if it is installed...&lt;/P&gt;&lt;P&gt;And if it isn't listed go to Add Packages and install it from there... you don't install Spyder separately, it needs to be installed from within the Anaconda distribution issues by Pro..&lt;/P&gt;&lt;P&gt;Then you can install some shortcuts as in&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts"&gt; one of my other blogs....&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 19:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/numpy-not-importing-for-arcpy/m-p/178404#M13714</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-01T19:33:48Z</dc:date>
    </item>
  </channel>
</rss>

