<?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: Installing conda prerequisites error in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345776#M15207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to get that updated.&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>Wed, 04 Mar 2020 17:42:26 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-03-04T17:42:26Z</dc:date>
    <item>
      <title>Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345754#M15185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am exploring the deep learning functions in ArcGIS Pro and have started following this tutorial:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/detecting_swimming_pools_using_satellite_image_and_deep_learning.ipynb" title="https://github.com/Esri/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/detecting_swimming_pools_using_satellite_image_and_deep_learning.ipynb"&gt;arcgis-python-api/detecting_swimming_pools_using_satellite_image_and_deep_learning.ipynb at master · Esri/arcgis-python-…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get started with the arcgis.learn module in python, I need to install the prerequisites. The website says:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff; margin-bottom: 1.5rem;"&gt;Data preparation, augmentation and model training workflows using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.875em;"&gt;arcgis.learn&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have a dependency on PyTorch and fast.ai deep learning libraries. They can be installed using conda as follows:&lt;/P&gt;&lt;P style="color: #4c4c4c; background-color: #ffffff; margin-bottom: 1.5rem;"&gt;&lt;CODE style="color: #595959; background-color: #f8f8f8; border: 1px solid #efefef; font-size: 0.875em;"&gt;conda install -c fastai -c pytorch fastai=1.0.39 pytorch=1.0.0 torchvision&lt;/CODE&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But when I enter that into my python window in Arc, I get a syntax error. I tried installing Anaconda and Git, and I entered this into the Anaconda Prompt and it seemed to install everything. But when I continue with the tutorial, I still get the message that it needs to be installed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data = prepare_data(data_path, batch_size=32)&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt; File "C:\Users\Mesha\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\arcgis\learn\_data.py", line 132, in prepare_data&lt;BR /&gt; _raise_fastai_import_error()&lt;BR /&gt; File "C:\Users\Mesha\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\arcgis\learn\_data.py", line 22, in _raise_fastai_import_error&lt;BR /&gt; raise Exception('This module requires fastai, PyTorch and torchvision as its dependencies. Install it using "conda install -c pytorch -c fastai fastai=1.0.39 pytorch=1.0.0 torchvision"')&lt;BR /&gt;Exception: This module requires fastai, PyTorch and torchvision as its dependencies. Install it using "conda install -c pytorch -c fastai fastai=1.0.39 pytorch=1.0.0 torchvision"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who can tell me what I need to change so that this works? I can't seem to find any resources online that address this. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 16:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345754#M15185</guid>
      <dc:creator>MeshaSagram</dc:creator>
      <dc:date>2019-09-12T16:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345755#M15186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/326817"&gt;Mesha Sagram&lt;/A&gt;‌&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to install these dependencies is documented here&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/install-and-set-up/#Install-using-Python-Command-Prompt" title="https://developers.arcgis.com/python/guide/install-and-set-up/#Install-using-Python-Command-Prompt"&gt;Install and set up | ArcGIS for Developers&lt;/A&gt;, this will install all the dependencies you need for deep learning. Further, if you need to train models you may also want to install jupyter notebook in the same environment, you need not install anaconda separately for that. I hope&amp;nbsp;that helps and do reply here if you need some more information, also we have a wealth of samples like this one&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/sample-notebooks/land-cover-classification-using-unet/" title="https://developers.arcgis.com/python/sample-notebooks/land-cover-classification-using-unet/"&gt;Land Cover Classification using Satellite Imagery and Deep Learning | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Oct 2019 16:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345755#M15186</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-10-13T16:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345756#M15187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I looked through the land cover classification and it seems very helpful. I opened the Python Command Prompt under ArcGIS and ran '&lt;SPAN class=""&gt;conda&lt;/SPAN&gt; &lt;SPAN class=""&gt;install&lt;/SPAN&gt; &lt;SPAN class="" style="color: #666666;"&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;c&lt;/SPAN&gt; &lt;SPAN class=""&gt;esri&lt;/SPAN&gt; &lt;SPAN class=""&gt;arcgis' and '&lt;/SPAN&gt;conda install -c pytorch -c fastai fastai=1.0.39 pytorch=1.0.0 torchvision'&lt;SPAN class=""&gt;. They both installed successfully so I continued with the tutorial. I tried using the python window in ArcGIS Pro, IDLE (Python GUI) and Jupyter notebook but I'm getting the same error. I also checked in ArcGIS Pro under installed packages and I have fastai 1.0.39, pytorch 1.0.0 and torchvision 0.2.2 installed. I'm not sure how to move forward and continue with the tutorial.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;data = prepare_data(data_path, batch_size=16)&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px; padding: 1px 0px;"&gt;&lt;SPAN class="" style="color: #b22b31; font-weight: bold;"&gt;---------------------------------------------------------------------------&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b22b31; font-weight: bold;"&gt;Exception&lt;/SPAN&gt;                                 Traceback (most recent call last)&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;&amp;lt;ipython-input-4-ddf06bba82c5&amp;gt;&lt;/SPAN&gt; in &lt;SPAN class="" style="color: #60c6c8;"&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;----&amp;gt; 1&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt; &lt;/SPAN&gt;data &lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt; prepare_data&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;data_path&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; batch_size&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #258f8f; font-weight: bold;"&gt;16&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\learn\_data.py&lt;/SPAN&gt; in &lt;SPAN class="" style="color: #60c6c8;"&gt;prepare_data&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;(path, class_mapping, chip_size, val_split_pct, batch_size, transforms, collate_fn, seed, dataset_type)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;    110&lt;/SPAN&gt; &lt;SPAN class="" style="color: #00a250;"&gt;    111&lt;/SPAN&gt;     &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;if&lt;/SPAN&gt; &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;not&lt;/SPAN&gt; HAS_FASTAI&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;--&amp;gt; 112&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;         &lt;/SPAN&gt;_raise_fastai_import_error&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;    113&lt;/SPAN&gt; &lt;SPAN class="" style="color: #00a250;"&gt;    114&lt;/SPAN&gt;     &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;if&lt;/SPAN&gt; type&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;path&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt; &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;is&lt;/SPAN&gt; str&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\learn\_data.py&lt;/SPAN&gt; in &lt;SPAN class="" style="color: #60c6c8;"&gt;_raise_fastai_import_error&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;     16&lt;/SPAN&gt; &lt;SPAN class="" style="color: #00a250;"&gt;     17&lt;/SPAN&gt; &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;def&lt;/SPAN&gt; _raise_fastai_import_error&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;---&amp;gt; 18&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;     &lt;/SPAN&gt;&lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;raise&lt;/SPAN&gt; Exception&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0065ca; font-weight: bold;"&gt;'This module requires fastai, PyTorch and torchvision as its dependencies. Install it using "conda install -c pytorch -c fastai fastai=1.0.39 pytorch=1.0.0 torchvision"'&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;     19&lt;/SPAN&gt; &lt;SPAN class="" style="color: #00a250;"&gt;     20&lt;/SPAN&gt; &lt;SPAN class="" style="color: #007427; font-weight: bold;"&gt;def&lt;/SPAN&gt; _bb_pad_collate&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;(&lt;/SPAN&gt;samples&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;,&lt;/SPAN&gt; pad_idx&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #258f8f; font-weight: bold;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b27d12; font-weight: bold;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #b22b31; font-weight: bold;"&gt;Exception&lt;/SPAN&gt;: This module requires fastai, PyTorch and torchvision as its dependencies. Install it using "conda install -c pytorch -c fastai fastai=1.0.39 pytorch=1.0.0 torchvision"&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2019 22:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345756#M15187</guid>
      <dc:creator>MeshaSagram</dc:creator>
      <dc:date>2019-11-15T22:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345757#M15188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mesha,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try installing arcgis with all deep learning libraries in a clean environment. Here is the documentation on creating a new environment&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-conda.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-conda.htm"&gt;Python Package Manager—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;,&amp;nbsp;after that you can use this command 'conda install -c esri arcgis deep-learning-essentials --no-pin' in the python command prompt.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2019 07:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345757#M15188</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-11-16T07:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345758#M15189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The command&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;'conda install -c esri arcgis deep-learning-essentials --no-pin' solved my dependency&amp;nbsp;issues for the "Use Deep Learning to Assess Palm Tree Health" tutorial.&lt;SPAN style="color: #ffffff;"&gt;U&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 03:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345758#M15189</guid>
      <dc:creator>Vishnu_maheshVivek_nanda</dc:creator>
      <dc:date>2020-01-14T03:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345759#M15190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandeep,&lt;/P&gt;&lt;P&gt;It appears that&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;arcgis deep-learning-essentials is no longer available through conda. Is there another location I can download it from?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;-Nick&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 23:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345759#M15190</guid>
      <dc:creator>NicholasPiper1</dc:creator>
      <dc:date>2020-01-17T23:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345760#M15191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this command now&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;conda install -c esri -c fastai -c pytorch arcgis fastai=1.0.54 pytorch=1.1.0 scikit-image --no-pin.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2020 16:27:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345760#M15191</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-19T16:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345761#M15192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandeep,&lt;/P&gt;&lt;P&gt;Thank you for the reply, but this did not resolve my issue. I am still receiving this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/478783_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Here is what I ran in conda and my ArcGIS Pro environment setting in case needed:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/478796_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/478797_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on where to go from here? Thank you again for your time!&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 01:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345761#M15192</guid>
      <dc:creator>NicholasPiper</dc:creator>
      <dc:date>2020-01-20T01:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345762#M15193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nick, Please post the output of the command "conda list" from your environment, so that i can check the dependencies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 01:41:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345762#M15193</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-20T01:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345763#M15194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(DeepLearningEnvTest) C:\Program Files\ArcGIS\Pro\bin\Python\envs\DeepLearningEnvTest&amp;gt;conda list&lt;BR /&gt;# packages in environment at C:\Program Files\ArcGIS\Pro\bin\Python\envs\DeepLearningEnvTest:&lt;BR /&gt;#&lt;BR /&gt;_tflow_select 2.1.0 gpu anaconda&lt;BR /&gt;absl-py 0.8.1 py36_0 anaconda&lt;BR /&gt;arcgis 1.7.0 py36_863 esri&lt;BR /&gt;arcgispro 2.4 0 esri&lt;BR /&gt;asn1crypto 0.24.0 py36_0&lt;BR /&gt;astor 0.8.0 py36_0 anaconda&lt;BR /&gt;atomicwrites 1.3.0 py36_1&lt;BR /&gt;attrs 19.1.0 py36_1&lt;BR /&gt;backcall 0.1.0 py36_0&lt;BR /&gt;beautifulsoup4 4.8.1 py36_0&lt;BR /&gt;blas 1.0 mkl&lt;BR /&gt;bleach 3.1.0 py36_0&lt;BR /&gt;bottleneck 1.2.1 py36h452e1ab_1&lt;BR /&gt;ca-certificates 2019.1.23 0&lt;BR /&gt;certifi 2019.3.9 py36_0&lt;BR /&gt;cffi 1.12.2 py36h7a1dbc1_1&lt;BR /&gt;cftime 1.0.0b1 py36h452e1ab_0&lt;BR /&gt;chardet 3.0.4 py36_1&lt;BR /&gt;cloudpickle 1.2.2 py_0 anaconda&lt;BR /&gt;cntk-gpu 2.7 &amp;lt;pip&amp;gt;&lt;BR /&gt;colorama 0.4.1 py36_0&lt;BR /&gt;cryptography 2.6.1 py36h7a1dbc1_0 esri&lt;BR /&gt;cudatoolkit 10.0.130 0 anaconda&lt;BR /&gt;cudnn 7.6.5 cuda10.0_0 anaconda&lt;BR /&gt;cycler 0.10.0 py36h009560c_0&lt;BR /&gt;cymem 2.0.2 py36h6538335_0 fastai&lt;BR /&gt;cython-blis 0.2.4 py36hfa6e2cd_1 fastai&lt;BR /&gt;cytoolz 0.10.0 py36he774522_0 anaconda&lt;BR /&gt;dask-core 2.9.0 py_0 anaconda&lt;BR /&gt;dataclasses 0.6 py_0 fastai&lt;BR /&gt;decorator 4.4.0 py36_1&lt;BR /&gt;defusedxml 0.5.0 py36_1&lt;BR /&gt;despatch 0.1.0 py36_0 esri&lt;BR /&gt;entrypoints 0.3 py36_0&lt;BR /&gt;et_xmlfile 1.0.1 py36h3d2d736_0&lt;BR /&gt;fastai 1.0.54 py36_0 esri&lt;BR /&gt;fastcache 1.0.2 py36hfa6e2cd_2&lt;BR /&gt;fastprogress 0.2.2 py_0 fastai&lt;BR /&gt;freetype 2.9.1 vc14_0 [vc14] esri&lt;BR /&gt;future 0.17.1 py36_0 esri&lt;BR /&gt;gast 0.3.2 py_0 anaconda&lt;BR /&gt;gdal 2.1.1 arcgispro_1 [arcgispro] esri&lt;BR /&gt;grpcio 1.12.1 py36h1a1b453_0 anaconda&lt;BR /&gt;h5py 2.9.0 py36_arcgispro_0 [arcgispro] esri&lt;BR /&gt;html5lib 1.0.1 py36_0&lt;BR /&gt;icc_rt 2019.0.0 arcgispro_0 [arcgispro] esri&lt;BR /&gt;idna 2.8 py36_0&lt;BR /&gt;imageio 2.6.1 py36_0 anaconda&lt;BR /&gt;intel-openmp 2019.3 arcgispro_203 [arcgispro] esri&lt;BR /&gt;ipykernel 5.1.0 py36h39e3cac_0&lt;BR /&gt;ipython 7.4.0 py36h39e3cac_0&lt;BR /&gt;ipython_genutils 0.2.0 py36h3c5d0ee_0&lt;BR /&gt;ipywidgets 7.4.2 py36_0&lt;BR /&gt;jdcal 1.4 py36_0&lt;BR /&gt;jedi 0.13.3 py36_0 esri&lt;BR /&gt;jinja2 2.10.1 py36_0&lt;BR /&gt;jpeg 9b hb83a4c4_2 anaconda&lt;BR /&gt;jsonschema 3.0.1 py36_0&lt;BR /&gt;jupyter_client 5.2.4 py36_0&lt;BR /&gt;jupyter_console 6.0.0 py36_0&lt;BR /&gt;jupyter_core 4.4.0 py36_0&lt;BR /&gt;jupyterlab 0.35.4 py36hf63ae98_0&lt;BR /&gt;jupyterlab_server 0.2.0 py36_0&lt;BR /&gt;keras 2.2.4 0 anaconda&lt;BR /&gt;keras-applications 1.0.8 py_0 anaconda&lt;BR /&gt;keras-base 2.2.4 py36_0 anaconda&lt;BR /&gt;keras-preprocessing 1.1.0 py_1 anaconda&lt;BR /&gt;keyring 19.0.1 py36_0 esri&lt;BR /&gt;kiwisolver 1.0.1 py36h6538335_0&lt;BR /&gt;libpng 1.6.36 h2a8f88b_0&lt;BR /&gt;libprotobuf 3.6.1 arcgispro_0 [arcgispro] esri&lt;BR /&gt;libsodium 1.0.16 h9d3ae62_0&lt;BR /&gt;libtiff 4.0.10 hb898794_2 anaconda&lt;BR /&gt;markdown 3.1.1 py36_0 anaconda&lt;BR /&gt;markupsafe 1.1.1 py36he774522_0&lt;BR /&gt;matplotlib 3.0.3 py36_0e [arcgispro] esri&lt;BR /&gt;mistune 0.8.4 py36he774522_0&lt;BR /&gt;mkl 2019.3 arcgispro_203 [arcgispro] esri&lt;BR /&gt;mkl_fft 1.0.10 py36h14836fe_0&lt;BR /&gt;mkl_random 1.0.2 py36h343c172_0&lt;BR /&gt;more-itertools 6.0.0 py36_0&lt;BR /&gt;mpmath 1.1.0 py36_0&lt;BR /&gt;murmurhash 1.0.2 py36h33f27b4_0&lt;BR /&gt;nbconvert 5.4.1 py36_0 esri&lt;BR /&gt;nbformat 4.4.0 py36h3a5bc1b_0&lt;BR /&gt;netcdf4 1.5.0.1 py36_arcgispro_1 [arcgispro] esri&lt;BR /&gt;networkx 2.4 py_0 anaconda&lt;BR /&gt;ninja 1.9.0 py36h74a9793_0&lt;BR /&gt;nose 1.3.7 py36_2&lt;BR /&gt;notebook 5.7.8 py36_0&lt;BR /&gt;numexpr 2.6.9 py36hdce8814_0&lt;BR /&gt;numpy 1.16.2 py36h19fb1c0_0&lt;BR /&gt;numpy-base 1.16.2 py36hc3f5095_0&lt;BR /&gt;nvidia-ml-py3 7.352.0 py_0 fastai&lt;BR /&gt;olefile 0.46 py_0 anaconda&lt;BR /&gt;openpyxl 2.6.1 py36_1&lt;BR /&gt;openssl 1.1.1b he774522_1&lt;BR /&gt;packaging 19.2 py_0&lt;BR /&gt;pandas 0.24.2 py36ha925a31_0&lt;BR /&gt;pandocfilters 1.4.2 py36_1&lt;BR /&gt;parso 0.3.4 py36_0&lt;BR /&gt;pickleshare 0.7.5 py36_0&lt;BR /&gt;pillow 6.1.0 py36hdc69c19_0 anaconda&lt;BR /&gt;pip 19.0.3 py36_0&lt;BR /&gt;plac 0.9.6 py36_0&lt;BR /&gt;pluggy 0.9.0 py36_0&lt;BR /&gt;preshed 2.0.1 py36h33f27b4_0&lt;BR /&gt;prometheus_client 0.6.0 py36_0 esri&lt;BR /&gt;prompt_toolkit 2.0.9 py36_0&lt;BR /&gt;protobuf 3.6.1 py36h33f27b4_0 anaconda&lt;BR /&gt;py 1.8.0 py36_0&lt;BR /&gt;pycparser 2.19 py36_0&lt;BR /&gt;pygments 2.3.1 py36_0&lt;BR /&gt;pyopenssl 19.0.0 py36_0&lt;BR /&gt;pyparsing 2.4.0 py_0&lt;BR /&gt;pypdf2 1.26.0 py_2 esri&lt;BR /&gt;pyrsistent 0.14.11 py36he774522_0&lt;BR /&gt;pyshp 1.2.12 py36_0&lt;BR /&gt;pysocks 1.6.8 py36_0&lt;BR /&gt;pytest 4.4.0 py36_1&lt;BR /&gt;python 3.6.8 h9f7ef89_7&lt;BR /&gt;python-dateutil 2.8.0 py36_0&lt;BR /&gt;pytorch 1.1.0 py3.6_cuda100_cudnn7_1 esri&lt;BR /&gt;pytz 2018.9 py36_0 esri&lt;BR /&gt;pywavelets 1.0.3 py36h8c2d366_1 anaconda&lt;BR /&gt;pywin32 223 py36hfa6e2cd_1 anaconda&lt;BR /&gt;pywin32-ctypes 0.2.0 py36he119be9_0 esri&lt;BR /&gt;pywinpty 0.5 py36_0 esri&lt;BR /&gt;pyyaml 3.12 py36_0 anaconda&lt;BR /&gt;pyzmq 18.0.0 py36ha925a31_0&lt;BR /&gt;requests 2.21.0 py36_0&lt;BR /&gt;scikit-image 0.15.0 py36_0 esri&lt;BR /&gt;scipy 1.2.1 py36h29ff71c_0&lt;BR /&gt;send2trash 1.5.0 py36_0&lt;BR /&gt;setuptools 41.0.0 py36_0&lt;BR /&gt;simplegeneric 0.8.1 py36_2&lt;BR /&gt;six 1.12.0 py36_0&lt;BR /&gt;soupsieve 1.9.5 py36_0&lt;BR /&gt;spacy 2.1.8 py36he980bc4_0 fastai&lt;BR /&gt;sqlite 3.27.2 he774522_0&lt;BR /&gt;srsly 0.1.0 py36h6538335_0 fastai&lt;BR /&gt;sympy 1.3 py36_0 esri&lt;BR /&gt;tensorboard 1.14.0 py36he3c9ec2_0 anaconda&lt;BR /&gt;tensorflow 1.14.0 gpu_py36h305fd99_0 anaconda&lt;BR /&gt;tensorflow-base 1.14.0 gpu_py36h55fc52a_0 anaconda&lt;BR /&gt;tensorflow-estimator 1.14.0 py_0 anaconda&lt;BR /&gt;tensorflow-gpu 1.14.0 h0d30ee6_0 anaconda&lt;BR /&gt;termcolor 1.1.0 py36_1 anaconda&lt;BR /&gt;terminado 0.8.1 py36_1&lt;BR /&gt;testpath 0.4.2 py36_0&lt;BR /&gt;thinc 7.0.8 py36he980bc4_0 fastai&lt;BR /&gt;tk 8.6.8 hfa6e2cd_0 anaconda&lt;BR /&gt;toolz 0.10.0 py_0 anaconda&lt;BR /&gt;torchvision 0.3.0 py36_cu100_1 pytorch&lt;BR /&gt;tornado 6.0.2 py36he774522_0&lt;BR /&gt;tqdm 4.40.2 py_0&lt;BR /&gt;traitlets 4.3.2 py36h096827d_0&lt;BR /&gt;typing 3.6.4 py36_0&lt;BR /&gt;urllib3 1.24.1 py36_0&lt;BR /&gt;vc 14.1 h0510ff6_4&lt;BR /&gt;vs2015_runtime 14.16.27012 hf0eaf9b_1&lt;BR /&gt;wasabi 0.2.2 py_0 fastai&lt;BR /&gt;wcwidth 0.1.7 py36h3d5aa90_0&lt;BR /&gt;webencodings 0.5.1 py36_1&lt;BR /&gt;werkzeug 0.16.0 py_0 anaconda&lt;BR /&gt;wheel 0.33.1 py36_0&lt;BR /&gt;widgetsnbextension 3.4.2 py36_0&lt;BR /&gt;win_inet_pton 1.1.0 py36_0&lt;BR /&gt;wincertstore 0.2 py36h7fe50ca_0&lt;BR /&gt;winkerberos 0.7.0 py36_1&lt;BR /&gt;winpty 0.4.3 4&lt;BR /&gt;wrapt 1.11.2 py36he774522_0 anaconda&lt;BR /&gt;x86cpu 0.4 py36_1 esri&lt;BR /&gt;xlrd 1.2.0 py36_0&lt;BR /&gt;xlwt 1.3.0 py36h1a4751e_0&lt;BR /&gt;xz 5.2.4 h2fa13f4_4 anaconda&lt;BR /&gt;zeromq 4.3.1 h33f27b4_3&lt;BR /&gt;zlib 1.2.11 h62dcd97_3&lt;BR /&gt;zstd 1.3.7 h508b16e_0 anaconda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 02:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345763#M15194</guid>
      <dc:creator>NicholasPiper</dc:creator>
      <dc:date>2020-01-20T02:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345764#M15195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/373057"&gt;Sandeep Kumar&lt;/A&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also seeing this issue with arcgis.learn. I've following the guide in&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/geospatial-deep-learning/" title="https://developers.arcgis.com/python/guide/geospatial-deep-learning/"&gt;Geospatial deep learning with | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;and installed the modules within a new environment successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When running prepare_data() function from the learn module within Jupyter Notebooks, it throws the _raise_fastai_import_error(), claiming that it requires those modules listed in the original post. However, interestingly, when I run the _data.py file directly within VS Code, it succeeds and no exception is thrown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've confirmed that the environment I'm running is the same between my Jupyter Notebook &amp;amp; VS Code,&amp;nbsp;AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1. So I do not know why the exception occurs in Jupyter Notebooks, but does not in VS Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp;problem I'm seeing may also be the root cause of why others experience this problem, so I'm posting here with these findings. I'll do some more debugging today and if I find the solution to my problem, I'll post a reply with the fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom Thompson, Esri Canada Technical Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345764#M15195</guid>
      <dc:creator>TomThompson1</dc:creator>
      <dc:date>2020-03-04T14:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345765#M15196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try --no-pin in conda?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 15:09:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345765#M15196</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-03-04T15:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345766#M15197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some progress on this. I believe this issue is related to the _data.py file. Something, at least on my machine, is causing the import statements within the try/except to stop working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, it is the import statement:&lt;/P&gt;&lt;P&gt;from fastai.vision.data import imagenet_stats, ImageItemList&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any statement defined after this line is skipped and fails, and so an exception is thrown and HAS_FASTAI will always equal false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, the interpreter throws no errors. It just exits and appears to have executed successfully. My debugger wasn't working, so I implemented some print statements to test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;try&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"---_data.py Modules &amp;amp; Versions---"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; fastai
 &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"fastai installed at version: "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;fastai&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;__version__&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; torchvision
 &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"torchvision installed at version: "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;torchvision&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;__version__&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; torch
 &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"torch installed at version: "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;torch&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;__version__&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Before Import from fastai.vision.data import imagenet_stats, ImageItemList"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; fastai&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;vision&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;data &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; imagenet_stats&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ImageItemList
 &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"After Import from fastai.vision.data import imagenet_stats, ImageItemList"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/484022_2020-03-04_1043.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is quite bizzare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you guys think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345766#M15197</guid>
      <dc:creator>TomThompson1</dc:creator>
      <dc:date>2021-12-11T16:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345767#M15198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try the --no-pin when installing the modules in my old environment and it did not resolve the problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll create a third environment and test it again just to make sure there were no dependency miss-matches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:00:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345767#M15198</guid>
      <dc:creator>TomThompson1</dc:creator>
      <dc:date>2020-03-04T16:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345768#M15199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;I see you are using ArcGIS Pro python command prompt, Create a new cloned environment and install the deep learning dependencies using this command&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conda install -c esri arcgis fastai pillow scikit-image --no-pin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345768#M15199</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-03-04T16:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345769#M15200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tested using the --no-pin and the documented solution to installing these modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conda install -c fastai -c pytorch fastai=1.0.54 pytorch=1.1.0 torchvision --no-pin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This did not resolve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great idea though, I was hopeful. Thanks again for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:45:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345769#M15200</guid>
      <dc:creator>TomThompson1</dc:creator>
      <dc:date>2020-03-04T16:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345770#M15201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandeep is on to something... you can't to the installation from your command prompt, you have to be in the cloned conda environment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345770#M15201</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-03-04T16:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345771#M15202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/59699"&gt;Sandeep Kumar&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did as you suggested. Built a new clone and used the conda command you provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same problems continue. Something to do with the import statements in the _data.py file. Occurs on the import of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;from fastai.vision.data import imagenet_stats, ImageItemList&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Nothing is executed after this line in the _data.py and so my Python scripts leveraging the prepare_data() function fail, claiming that I do not have the required modules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My next test is to update ArcGIS Pro to v2.5.0, as I'm at V2.4.3. Once updated I'll create another fresh clone and use the command you provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:58:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345771#M15202</guid>
      <dc:creator>TomThompson1</dc:creator>
      <dc:date>2020-03-04T16:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345772#M15203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tom can you try this, after you import arcgis in the same notebook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import torch&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also just to make sure ipython is working properly try this command in the python prompt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;python -m ipykernel install --user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 17:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345772#M15203</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-03-04T17:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Installing conda prerequisites error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345773#M15204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been installing all modules through the Python Command Prompt. That screen capture is of VS Codes terminal, so it is a bit misleading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 17:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/installing-conda-prerequisites-error/m-p/345773#M15204</guid>
      <dc:creator>TomThompson1</dc:creator>
      <dc:date>2020-03-04T17:13:09Z</dc:date>
    </item>
  </channel>
</rss>

