<?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 &amp;quot;mido&amp;quot; - 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-quot-mido/m-p/1380747#M69834</link>
    <description>&lt;P&gt;If that is the environment that it is installed in, and the jupyter notebook uses the same environment&lt;/P&gt;&lt;P&gt;From a Notebook inside of Pro with your clone activated, do the following.&lt;/P&gt;&lt;P&gt;You will have to substitute your install folder, your clone name to check.&amp;nbsp; Then fire up windows file explorer and see if the package is installed there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="modulelocation.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94393i0D737228A90005DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="modulelocation.png" alt="modulelocation.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Feb 2024 17:15:25 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-02-10T17:15:25Z</dc:date>
    <item>
      <title>Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1379955#M69815</link>
      <description>&lt;P&gt;One of our students is trying to install the mido package in ArcGIS Pro 3.2 in the Python command panel for use in a Jupyter notebook, but is getting "DirectoryNotACondaEnvironmentError" when using a terminal environment to install the package.&lt;/P&gt;&lt;P&gt;She tried switching to one of the environments that showed when she listed the conda environments,&lt;/P&gt;&lt;P&gt;Has tried: conda create -n &amp;lt;ENVNAME&amp;gt; and gets same error.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 19:41:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1379955#M69815</guid>
      <dc:creator>Willen</dc:creator>
      <dc:date>2024-02-08T19:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1379986#M69816</link>
      <description>&lt;P&gt;in a cloned environment you could try a pip install.&lt;/P&gt;&lt;P&gt;I just did a --dry-run so it wouldn't install the package, so remove that bit&lt;/P&gt;&lt;LI-CODE lang="python"&gt;(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3&amp;gt;pip install mido --dry-run

Collecting mido
  Obtaining dependency information for mido from https://files.pythonhosted.org/packages/39/2c/df005c4b310dde2c834431032139bf2c3924f81798013feb052d1afd543b/mido-1.3.2-py3-none-any.whl.metadata

  Downloading mido-1.3.2-py3-none-any.whl.metadata (6.4 kB)
Collecting packaging~=23.1 (from mido)

  Obtaining dependency information for packaging~=23.1 from https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl.metadata
  Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Downloading mido-1.3.2-py3-none-any.whl (54 kB)

   ---------------------------------------- 54.6/54.6 kB 704.3 kB/s eta 0:00:00
Downloading packaging-23.2-py3-none-any.whl (53 kB)
   ---------------------------------------- 53.0/53.0 kB 1.4 MB/s eta 0:00:00
Would install mido-1.3.2 packaging-23.2

(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 08 Feb 2024 20:12:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1379986#M69816</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-08T20:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380548#M69828</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks for writing back. I have already pip installed in the arcgis clone environment, but when I try to subsequently import the library into arcgis for use, I get a ModuleNotFound error message.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GraceHegland_0-1707506240567.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94349i03E01B124F002C6C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GraceHegland_0-1707506240567.png" alt="GraceHegland_0-1707506240567.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 19:18:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380548#M69828</guid>
      <dc:creator>GraceHegland</dc:creator>
      <dc:date>2024-02-09T19:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380556#M69829</link>
      <description>&lt;P&gt;are you activating the environment that contains the package?&lt;/P&gt;&lt;P&gt;Pro runs in the arcgispro-py3 environment by default.&amp;nbsp; You have to activate a cloned environment in Pro in order to use the packages from the clone&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 19:36:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380556#M69829</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-09T19:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380564#M69831</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Yes, the clone environment is active in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GraceHegland_0-1707508300299.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94351i281FEE8929441D52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GraceHegland_0-1707508300299.png" alt="GraceHegland_0-1707508300299.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 19:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380564#M69831</guid>
      <dc:creator>GraceHegland</dc:creator>
      <dc:date>2024-02-09T19:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380633#M69832</link>
      <description>&lt;P&gt;Is the import being done in the python window within Pro? a separate python IDE? a notebook?&lt;/P&gt;&lt;P&gt;That environment has to be activated as well.&lt;/P&gt;&lt;P&gt;If that doesn't work, ...Tech Support ....&amp;nbsp; since I use package imports regularly from with the default or a cloned environment&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 21:58:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380633#M69832</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-09T21:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380739#M69833</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;The import that gives the error message was done in the python notebook in ArcGIS Pro. When I open a Jupyter Notebook from the Python command prompt, the import runs without error, but I have not been able to do the same within ArcGIS Pro. I have the environment activated in ArcGIS Pro (the image shown in my last post). Is there somewhere else I am supposed to activate the environment?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 14:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380739#M69833</guid>
      <dc:creator>GraceHegland</dc:creator>
      <dc:date>2024-02-10T14:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380747#M69834</link>
      <description>&lt;P&gt;If that is the environment that it is installed in, and the jupyter notebook uses the same environment&lt;/P&gt;&lt;P&gt;From a Notebook inside of Pro with your clone activated, do the following.&lt;/P&gt;&lt;P&gt;You will have to substitute your install folder, your clone name to check.&amp;nbsp; Then fire up windows file explorer and see if the package is installed there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="modulelocation.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94393i0D737228A90005DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="modulelocation.png" alt="modulelocation.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 17:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380747#M69834</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-10T17:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380754#M69835</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;I checked the folder where you said the package should be installing, and it was not listed there. I looked back at my pip install command and can see that it is installing to a different file pathway. How can I adjust the pip install command so that it is installing in the correct place?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GraceHegland_0-1707588107151.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94397i6C4A33739B57BCD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GraceHegland_0-1707588107151.png" alt="GraceHegland_0-1707588107151.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 18:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380754#M69835</guid>
      <dc:creator>GraceHegland</dc:creator>
      <dc:date>2024-02-10T18:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380873#M69839</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;I got the package to install in the correct place, and everything is working now. Thank you so much for the help!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 21:52:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380873#M69839</guid>
      <dc:creator>GraceHegland</dc:creator>
      <dc:date>2024-02-11T21:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python Package Manger: How do I install "mido" - a package that isn't listed?</title>
      <link>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380897#M69840</link>
      <description>&lt;P&gt;glad it worked out&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 04:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-package-manger-how-do-i-install-quot-mido/m-p/1380897#M69840</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-12T04:44:01Z</dc:date>
    </item>
  </channel>
</rss>

