<?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: Publishing GP tools as GP services using Python 32- or 64-bit dependencies in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87094#M3323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, unfortunately that's the case.&amp;nbsp; Server runs the 64 bit version of Python, so it requires 64 bit versions of any modules you'll be using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2016 22:49:52 GMT</pubDate>
    <dc:creator>JonathanQuinn</dc:creator>
    <dc:date>2016-07-07T22:49:52Z</dc:date>
    <item>
      <title>Publishing GP tools as GP services using Python 32- or 64-bit dependencies</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87091#M3320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assumptions for Desktop environment:&lt;/P&gt;&lt;P&gt;Windows 10 64-bit&lt;/P&gt;&lt;P&gt;ArcMap 10.3.1 &lt;/P&gt;&lt;P&gt;Python 2.7 32-bit (installed by ArcMap)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumptions for Server environment:&lt;/P&gt;&lt;P&gt;Windows Server 2012 64-bit&lt;/P&gt;&lt;P&gt;ArcMap 10.3.1&lt;/P&gt;&lt;P&gt;ArcServer 10.3.1&lt;/P&gt;&lt;P&gt;Python 2.7 32-bit (installed by ArcMap)&lt;/P&gt;&lt;P&gt;Python 2.7 64-bit (installed by ArcServer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My custom GP tool script is calling a 3rd party set of open source python libraries that have been developed to work within Python 2.7.x 32-bit framework. The GP tool works as expected on my desktop PC. I would like to publish my custom GP tool as a service on my remote server with both ArcGIS for Server 10.3.1 and ArcMap 10.3.1 installed on it. I am well aware that ArcServer demands a 64-bit framework for Python, so my question is: what would be the best way to publish my custom script tool (working on my desktop PC) as a service to be served within a web application (i.e. GP widget) without encountering conflicts and errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 20:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87091#M3320</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2016-07-05T20:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing GP tools as GP services using Python 32- or 64-bit dependencies</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87092#M3321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just make sure that the 64 bit modules you're using can be imported on your Server machine by placing them in the site-packages folder on the Server within the Python folder created during the install.&amp;nbsp; If you can open the 64 bit version of IDLE and import the 64 bit version of the module on the Server machine, your GP services will work.&amp;nbsp; This &lt;A href="http://server.arcgis.com/en/server/latest/publish-services/windows/deploying-custom-python-packages.htm"&gt;help&lt;/A&gt; should point you in the right direction as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87092#M3321</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-07-06T22:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing GP tools as GP services using Python 32- or 64-bit dependencies</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87093#M3322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@JonathanQuinn,&lt;/P&gt;&lt;P&gt;The problem is the 3rd party libraries I am using are only available in 32-bit, unless I recompile them from source into 64 bit. You are saying if I publish my GP tool from my ArcMap on my Desktop PC using these 32-bit libraries, the GP service definitely won't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 12:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87093#M3322</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2016-07-07T12:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing GP tools as GP services using Python 32- or 64-bit dependencies</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87094#M3323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, unfortunately that's the case.&amp;nbsp; Server runs the 64 bit version of Python, so it requires 64 bit versions of any modules you'll be using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 22:49:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87094#M3323</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2016-07-07T22:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing GP tools as GP services using Python 32- or 64-bit dependencies</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87095#M3324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the same answer as provided in &lt;A href="http://gis.stackexchange.com/questions/201058/arcgis-10-3-x-publishing-gp-tools-as-gp-services-using-python-32-or-64-bit-de"&gt;gis.stackexchange.com&lt;/A&gt; two days ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 23:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87095#M3324</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-07-07T23:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Publishing GP tools as GP services using Python 32- or 64-bit dependencies</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87096#M3325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you everyone for your comments and helpful insight!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 17:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-gp-tools-as-gp-services-using-python-32/m-p/87096#M3325</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2016-07-14T17:08:28Z</dc:date>
    </item>
  </channel>
</rss>

