<?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: How to install pulp after installing Anaconda? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318511#M24751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you switched into your anaconda environment?&lt;/P&gt;&lt;P&gt;and if you have multiple versions of python kicking around you are going to have issues.&lt;/P&gt;&lt;P&gt;if you are working with recent versions of arcmap or ArcGIS pro, then you already have numpy, pandas and other stuff installed.&amp;nbsp; If you wanted install pulp for 10.6.1 for instance, you didn't need to do an anaconda install to get it (pip install I presume).&lt;/P&gt;&lt;P&gt;Maybe you might want describe what you are using and what you have installed.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2018 04:51:39 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-08-30T04:51:39Z</dc:date>
    <item>
      <title>How to install pulp after installing Anaconda?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318510#M24750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed pulp this summer to write optimization routines in Python.&amp;nbsp; Today I installed Anaconda as the main Python 2.7 source so I&amp;nbsp;can use numpy and pandas in my optimization routines, and now when I import pulp in a python script it says "No module named pulp".&amp;nbsp; &amp;nbsp;I would like to believe there is an easy fix to this like reinstalling pulp under Anaconda, but I honestly struggle when it comes to running anything from the cmd prompt in Windows and I dont know what else to do.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 04:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318510#M24750</guid>
      <dc:creator>nataliemartinkus1</dc:creator>
      <dc:date>2018-08-30T04:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to install pulp after installing Anaconda?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318511#M24751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you switched into your anaconda environment?&lt;/P&gt;&lt;P&gt;and if you have multiple versions of python kicking around you are going to have issues.&lt;/P&gt;&lt;P&gt;if you are working with recent versions of arcmap or ArcGIS pro, then you already have numpy, pandas and other stuff installed.&amp;nbsp; If you wanted install pulp for 10.6.1 for instance, you didn't need to do an anaconda install to get it (pip install I presume).&lt;/P&gt;&lt;P&gt;Maybe you might want describe what you are using and what you have installed.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 04:51:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318511#M24751</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-30T04:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to install pulp after installing Anaconda?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318512#M24752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am using ArcMap 10.3.1.&amp;nbsp; I did not uninstall Python&amp;nbsp;2.7 after installing anaconda.&amp;nbsp; I use PyScripter to write my scripts. In the next year I plan on&amp;nbsp;learning how to write code for&amp;nbsp;machine learning, so I like that anaconda offers a bunch of programs that are geared toward that.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;natalie&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 05:02:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318512#M24752</guid>
      <dc:creator>nataliemartinkus1</dc:creator>
      <dc:date>2018-08-30T05:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to install pulp after installing Anaconda?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318513#M24753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;10.3 has its own distribution of python and so does anaconda's distribution.&amp;nbsp; Pyscripter probably doesn't know about it.&lt;/P&gt;&lt;P&gt;You might want to do a pip install into the site packages for 10.3&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pypi.org/project/PuLP/" title="https://pypi.org/project/PuLP/"&gt;PuLP · PyPI&lt;/A&gt; assuming that is the one.&lt;/P&gt;&lt;P&gt;I wouldn't bother with anaconda for 2.7 since you will want python 3 for machine learning.&amp;nbsp; 2.7's end of support is in a year or 2 and python is already in version 3.7&lt;/P&gt;&lt;P&gt;When you switch to ArcGIS Pro, you will be working with python 3 anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 05:09:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318513#M24753</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-30T05:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to install pulp after installing Anaconda?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318514#M24754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan for your comments as always.&amp;nbsp; I forgot to mention that I had originally installed Anaconda (pandas) to read a large csv file into python since it is done quite simply in two lines of code, but I am willing to&amp;nbsp;uninstall&amp;nbsp;Anaconda for now and try to get pulp back, since my optimization routine wont run without it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pip installed on my machine, but this is where I get lost... how do I use pip to install pulp? I believe it has to do with the command prompt?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 05:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318514#M24754</guid>
      <dc:creator>nataliemartinkus1</dc:creator>
      <dc:date>2018-08-30T05:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to install pulp after installing Anaconda?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318515#M24755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://packaging.python.org/tutorials/installing-packages/" title="https://packaging.python.org/tutorials/installing-packages/"&gt;Installing Packages — Python Packaging User Guide&lt;/A&gt; provides some instruction but I no longer have arcmap installed so I can't provide instruction to your python command line link in the Start menu for the arcmap link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 09:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318515#M24755</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-30T09:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to install pulp after installing Anaconda?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318516#M24756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan for your help.&amp;nbsp; I uninstalled Anaconda and reinstalled Python and Pulp.&amp;nbsp; I appreciate your input about python 3 and ArcPro, and the link to installing packages.&amp;nbsp; I will hopefully migrate to that this fall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 17:13:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318516#M24756</guid>
      <dc:creator>nataliemartinkus1</dc:creator>
      <dc:date>2018-08-30T17:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to install pulp after installing Anaconda?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318517#M24757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good luck Natalie... I have lots of python related stuff on my blog and I update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/05/09/the-links"&gt;/blogs/dan_patterson/2016/05/09/the-links&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regularly when anything new appears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 17:18:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-install-pulp-after-installing-anaconda/m-p/318517#M24757</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-30T17:18:24Z</dc:date>
    </item>
  </channel>
</rss>

