<?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: arcpy and virtualenv in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428254#M33661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;just playing around with other third party modules, but figured I would attempt with arcpy.&amp;nbsp; I have tried to install numpy through pip, but there have been issues, so I will play around with manually trying to get it to work.&amp;nbsp; So, you think that once I get numpy up, I could conceivably run arcpy virtually?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2011 21:52:18 GMT</pubDate>
    <dc:creator>TedCronin</dc:creator>
    <dc:date>2011-11-28T21:52:18Z</dc:date>
    <item>
      <title>arcpy and virtualenv</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428252#M33659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is arcpy expected to have no problems when running inside virtualenv?&amp;nbsp; Definitely issues with numpy, but graphs as well...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\__init__.py", line 25, i&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;n &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from arcpy.toolbox import *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\toolbox.py", line 342, i&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;n &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from management import Graph, GraphTemplate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\management.py", line 22,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import _management&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\_management.py", line 14&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import _graph&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; File "C:\Program Files\ArcGIS\Desktop10.1\arcpy\arcpy\_graph.py", line 27, in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import numpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ImportError: No module named numpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 21:06:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428252#M33659</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2011-11-28T21:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy and virtualenv</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428253#M33660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're going to have to manually tweak the path files in the virtualenv to point to the correct NumPy path or install it within the Virtualenv when you bootstrap it. Is there a reason you're using virtualenv?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 21:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428253#M33660</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2011-11-28T21:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy and virtualenv</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428254#M33661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;just playing around with other third party modules, but figured I would attempt with arcpy.&amp;nbsp; I have tried to install numpy through pip, but there have been issues, so I will play around with manually trying to get it to work.&amp;nbsp; So, you think that once I get numpy up, I could conceivably run arcpy virtually?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 21:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428254#M33661</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2011-11-28T21:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy and virtualenv</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428255#M33662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, bare minimum you're going to need an Engine/Desktop/Server install. Arcpy isn't just that directory full of .py files -- it's all of ArcObjects with bindings specific to the version of Python included with the product.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 23:30:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428255#M33662</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2011-11-28T23:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy and virtualenv</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428256#M33663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sounds like a lot of work for after beta :=)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 17:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-and-virtualenv/m-p/428256#M33663</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2011-11-29T17:08:59Z</dc:date>
    </item>
  </channel>
</rss>

