<?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: Python Package Manger:  How do I install a package that isn't listed? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028861#M60037</link>
    <description>&lt;P&gt;Cool, thanks Joe. I haven't touched the environments since 2.4 and I remember it was frustrating to have ...clone_1, ...clone_2, ...clone_3 and not being able to tell what they were for. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 20 Feb 2021 18:14:26 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-02-20T18:14:26Z</dc:date>
    <item>
      <title>Python Package Manger:  How do I install a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028587#M60029</link>
      <description>&lt;P&gt;It appears the available packages to install in Pro is some form of curated list.&amp;nbsp; Is there a way to get this to show everything available in the python package index?&lt;/P&gt;&lt;P&gt;There is a particular package I'm after (python-docx) that isn't listed, and that I'm desiring for a python toolbox tool I'm working on.&amp;nbsp; If I'm unable to install it the clean way, what would be the best workaround of getting it into my Pro Python environment?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028587#M60029</guid>
      <dc:creator>MichaelMorisette</dc:creator>
      <dc:date>2021-02-19T16:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger:  How do I install a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028595#M60030</link>
      <description>&lt;P&gt;You need to create a clone and then you can add packages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've had problems with pro's use of conda installing packages (just spins and doesn't do anything) so I add the cloned environment to my list of interpreters in pycharm and add them through there. Sometimes I have to turn off the conda package manager for it to give me the pypi repo. I don't know the specifics behind the scenes, but it allows me to install packages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;... Have they let us name the cloned environments yet?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 16:40:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028595#M60030</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-02-19T16:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger:  How do I install a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028639#M60033</link>
      <description>&lt;P&gt;It isn't in esri's or anacondas default channels, so you could use a conda install (run proenv.bat) and try to install it from the conda-forge channel... failing that, there is always pip install.&lt;/P&gt;&lt;P&gt;If you are uncomfortable with any of these suggestions, then you might want to consider where it is a "need" versus a "nice".&amp;nbsp; You can do a lot of damage if you get things wrong... clone or not.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 18:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028639#M60033</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-19T18:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger:  How do I install a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028679#M60034</link>
      <description>&lt;P&gt;I know Dan isn't a big fan of clones, but I do them all the time, and I have a few python environments that serve different purposes for me.&lt;/P&gt;&lt;P&gt;When it comes to adding packages to an ArcGIS Pro clone, I typically use&lt;/P&gt;&lt;P&gt;conda install &amp;lt;packageName&amp;gt;&lt;/P&gt;&lt;P&gt;rather than using the installer provided in ArcGIS Pro. In fact I haven't used that approach since yesterday. when I installed spyder in my latest pro 2.7 clone.&lt;/P&gt;&lt;P&gt;This is my go to conda command document:&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://conda.io/projects/conda/en/latest/_downloads/843d9e0198f2a193a3484886fa28163c/conda-cheatsheet.pdf" target="_blank"&gt;https://conda.io/projects/conda/en/latest/_downloads/843d9e0198f2a193a3484886fa28163c/conda-cheatsheet.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 19:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028679#M60034</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-02-19T19:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger:  How do I install a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028687#M60035</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;... Have they let us name the cloned environments yet?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;They meaning the ESRI ArcGIS Pro cloning methodology?&amp;nbsp; The answer is yes.&amp;nbsp; I treat clones as disposable so if something goes south with one I delete and re-clone.&amp;nbsp; In the image below, you'll see that I have a directory in C: called 'EnvClones' where I write them to.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_0-1613764124799.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6472iA80E2BCC6DFFF073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_0-1613764124799.png" alt="JoeBorgione_0-1613764124799.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is what my C:\EnvClones looks like in file explorer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_1-1613764213863.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6474iDB3DB62A6C2DE2EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_1-1613764213863.png" alt="JoeBorgione_1-1613764213863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The MiniConda isn't really a clone but rather a python environment I created with a Miniconda install.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 19:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028687#M60035</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-02-19T19:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger:  How do I install a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028717#M60036</link>
      <description>&lt;P&gt;This got me going.&amp;nbsp; Thanks!&amp;nbsp; proenv.bat was the missing link I needed.&lt;/P&gt;&lt;P&gt;Upon doing a conda install ... and resolving the dependencies, I discovered the likely reason my package wasn't listed in default repositories:&amp;nbsp; it resulted in having to downgrade one of the built-in packages!&amp;nbsp; Luckily, so far, this doesn't appear to have messed anything up for me in my clone environment.&lt;/P&gt;&lt;P&gt;Regarding "need" vs "nice," this definitely falls under the nice category.&amp;nbsp; My project is to author a tool that creates a PDF packet containing a formal letter with an attached map, based on user input.&amp;nbsp; My thought was to utilize a company letterhead template we have, versus recreating it from scratch (The python-docx package allows for manipulation of Microsoft Word documents).&amp;nbsp; However, the template is fairly simple so it won't be too cumbersome to just code it using reportlab or something similar.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 20:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028717#M60036</guid>
      <dc:creator>MichaelMorisette</dc:creator>
      <dc:date>2021-02-19T20:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger:  How do I install a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028861#M60037</link>
      <description>&lt;P&gt;Cool, thanks Joe. I haven't touched the environments since 2.4 and I remember it was frustrating to have ...clone_1, ...clone_2, ...clone_3 and not being able to tell what they were for. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 18:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-a-package/m-p/1028861#M60037</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-02-20T18:14:26Z</dc:date>
    </item>
  </channel>
</rss>

