<?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: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1030885#M5607</link>
    <description>&lt;P&gt;I tried creating a new environment and it worked fine for me, I will suggest you to try this:&lt;/P&gt;&lt;P&gt;1. Clean existing conda packages by the following command&lt;/P&gt;&lt;P&gt;&amp;nbsp; `conda clean -a`&lt;/P&gt;&lt;P&gt;2. Create a new python 3.7 environment and try installing arcgis with all deep learning dependencies there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure the latest version of the Python API for ArcGIS gets installed, for me it was 1.8.4.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 04:36:37 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-02-26T04:36:37Z</dc:date>
    <item>
      <title>Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1026625#M5550</link>
      <description>&lt;P&gt;Hey everyone (and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/446476"&gt;@KarthikDutt&lt;/a&gt;, who asked me to post this here!)&lt;/P&gt;&lt;P&gt;I ran into an issue while using Jupyter Notebook and arcgis.learn for the first time while following this &lt;A title="How To: Extract Roads from Satellite Imagery Using arcgis.learn" href="https://www.youtube.com/watch?v=BDnUXr-UB88&amp;amp;lc=Ugwv9vhbhdoDYaMwLd54AaABAg.9J2GE_LknAx9JCqLNY3OfE" target="_blank" rel="noopener"&gt;Esri Youtube Video&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I found the &lt;A title="Automatic road extraction using deep learning" href="https://github.com/vbhv14/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/automatic_road_extraction_using_deep_learning.ipynb" target="_blank" rel="noopener"&gt;github location for the workflow&lt;/A&gt; and tried following the documentation but ran into dependency installation issues and deep learning tool model existence in certain versions of Anaconda.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;I could not get this to work in a Jupyter Notebook. Maybe someone might have some insight! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;I downloaded Anaconda, version 3.8, and installed ArcGIS API for Python (arcgis) per the blog &lt;A href="https://www.esri.com/arcgis-blog/products/analytics/analytics/three-ways-to-get-jupyter-notebooks-and-the-arcgis-api-for-python/" target="_self"&gt;"Three Ways to Get Jupyter Notebooks and the ArcGIS API for Python"&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;With my data in a notebook, I tried according to the video at timestamp &lt;/SPAN&gt;&lt;A href="https://www.youtube.com/watch?v=BDnUXr-UB88&amp;amp;t=127s" target="_blank" rel="noopener"&gt;2:07&lt;/A&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;ln[1]: &lt;EM&gt;from&lt;/EM&gt; arcgis.learn &lt;EM&gt;import&lt;/EM&gt; prepare_data, MultiTaskRoadExtractor &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;ln[2]: data_path=..... &amp;lt;&amp;lt;(I selected the path where my image chips were stored)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;ln[3]: data = prepare_data(data_path, chip_size=256, batch_size=135)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;I received a traceback error on ln[3] saying I was missing a number of dependencies required to use MultiTaskRoadExtractor. So, I opened the Anaconda command prompt and tried installing them, only to be told that there were a bunch of conflicts that prevented install.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;So I researched how to create new Anaconda environments, and created one for Python 3.6, because some forums said some dependencies like earlier versions better. I installed arcgis so I could access Jupyter Notebooks in Python 3.6. Also, in my Python 3.6 environment, the dependencies now installed without issue. But then when I tried the above code again in a 3.6 Notebook, ln[1] returned a traceback error saying:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;"ImportError: cannot import name 'MultiTaskRoadExtractor' from 'arcgis.learn' (C:\Users\JohnC\anaconda3\envs\snakes\lib\site-packages\arcgis\learn\__init__.py)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;To see if there was a model existence issue, I compared the 'lib\site-packages\arcgis\learn\__init__.py" files between environments, and the Python 3.6 environment did not have the MultiTaskRoadExtractor model. Version 3.8 does. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;So I tried creating another anaconda environment in Version 3.7 to see if I could install these model dependencies and see if the MultiTaskRoadExtractor model was available for import into a Notebook. It also was not. It seems only Version 3.8 has this model, but the dependencies also won't download to the 3.8 environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;So I'm unsure what to do, and I've exhausted my level of knowledge with this stuff (which is next to nothing). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="style-scope yt-formatted-string"&gt;Do you have any suggestions? Is there more information you need from me to answer this? Let me know and thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 05:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1026625#M5550</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-02-16T05:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1026633#M5551</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/how-multi-task-road-extractor-works/" target="_blank" rel="noopener"&gt;How Multi-Task Road Extractor works ? | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Did you check the following section in that link?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Setting up the environment&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You might want to check out the github site as well&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/deep-learning-frameworks" target="_blank"&gt;Esri/deep-learning-frameworks: Installation support for Deep Learning Frameworks for the ArcGIS System (github.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2021 03:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1026633#M5551</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-14T03:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1026643#M5552</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;I did look at the first link, but I will look over it again (maybe something will click in my brain) and definitely check out the 2nd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2021 05:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1026643#M5552</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-02-14T05:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1027688#M5563</link>
      <description>&lt;P&gt;So, I got it to work, but&amp;nbsp;&lt;STRONG&gt;only&lt;/STRONG&gt; when using a notebook within ArcGIS Pro. After installing the Deep Learning Frameworks to my ArcGIS Pro install, I was able to use the MultiTaskRoadExtractor model within the program, because all of the necessary libraries were finally available.&lt;/P&gt;&lt;P&gt;Trying to use the model in a Jupyter Notebook through a web browser tab, activated by my Anaconda Command Prompt still does not work, because of the weird dependency install issues.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 17:14:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1027688#M5563</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-02-17T17:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1027843#M5567</link>
      <description>&lt;P&gt;whatever environment is activated through your conda prompt would also have to have all the dependencies installed.&lt;/P&gt;&lt;P&gt;Deep learning .... makes you wonder sometimes&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 21:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1027843#M5567</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-17T21:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1027876#M5568</link>
      <description>&lt;P&gt;That was the issue. I tried installing the dependencies on three environments: default (v3.8), "rattler" (v3.6), and "snakes" (3.7). They installed on 3.6 and 3.7 without issue, but wouldn't install on 3.8. The&amp;nbsp;&lt;EM&gt;arcgis&lt;/EM&gt;&amp;nbsp;package installed on each version without issue, but versions 3.6 and 3.7 didn't include the MultiTaskRoadExtractor model, so I couldn't use those versions to run a jupyter notebook. So my only option was my 3.8 environment, which wouldn't install the dependencies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Haha, deep learning indeed. Maybe one day it can deep learn my issues and solve 'em for me!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 23:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1027876#M5568</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-02-17T23:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1027886#M5569</link>
      <description>&lt;P&gt;some of the deep learning packages aren't/weren't supported in python 3.8 (tensorflow is one if memory serves).&lt;/P&gt;&lt;P&gt;I suspect they have been slowing up arcpy upgrades which is why 3.7 is the version for arcgis pro 2.7.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 23:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1027886#M5569</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-17T23:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1028127#M5582</link>
      <description>&lt;P&gt;That definitely seems like the issue. Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 16:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1028127#M5582</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-02-18T16:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1028372#M5586</link>
      <description>&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MultiTaskRoadExtractor&amp;nbsp;&lt;/SPAN&gt;model was added in ArcGIS Python API version&amp;nbsp;1.8.1, any subsequent release will have that. Can you also attach output of conda list from your env where it is not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 03:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1028372#M5586</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-02-19T03:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1028872#M5589</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;hopefully the attached photos are what you are asking for! I am so new to this, and constantly researching when I run into something new I've not done before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 20:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1028872#M5589</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-02-20T20:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1028876#M5590</link>
      <description>&lt;P&gt;And here I've attached snippets of each of the environments&amp;nbsp; arcgis.learn &lt;STRONG&gt;__init__.py&lt;/STRONG&gt; files to show that only v3.8 inlcudes MultiTaskRoadExtractor. v3.6 and v3.7 don't. Maybe there's something I'm missing?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 06:13:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1028876#M5590</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-03-08T06:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1030885#M5607</link>
      <description>&lt;P&gt;I tried creating a new environment and it worked fine for me, I will suggest you to try this:&lt;/P&gt;&lt;P&gt;1. Clean existing conda packages by the following command&lt;/P&gt;&lt;P&gt;&amp;nbsp; `conda clean -a`&lt;/P&gt;&lt;P&gt;2. Create a new python 3.7 environment and try installing arcgis with all deep learning dependencies there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure the latest version of the Python API for ArcGIS gets installed, for me it was 1.8.4.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 04:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1030885#M5607</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-02-26T04:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1031295#M5619</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp;I just attempted this, per your instruction.&lt;/P&gt;&lt;P&gt;I created a fresh 3.7 environment in conda, installed&amp;nbsp;&lt;EM&gt;arcgis&lt;/EM&gt; (it was 1.8.4, like yours), and then installed the dependencies, according to the very bottom of&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/guide/install-and-set-up/" target="_self"&gt;this link&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attachment &lt;STRONG&gt;"Pre_DL_..."&lt;/STRONG&gt; shows&amp;nbsp;that the&amp;nbsp;&lt;EM&gt;MultiTaskRoadExtractor&lt;/EM&gt; model is present when installing&amp;nbsp;&lt;EM&gt;arcgis 1.8.4&lt;/EM&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I went to install the deep learning dependencies, conda said that&amp;nbsp;&lt;EM&gt;arcgis&lt;/EM&gt; would be downgraded, from 1.8.4 --&amp;gt; 1.8.2 (Attachment: &lt;STRONG&gt;"arcgis_will_down..."&lt;/STRONG&gt;). I said yes, and it installed the dependencies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went back to the __init__.py file after I installed the dependencies, and from my computer's&amp;nbsp;&lt;EM&gt;File Explorer,&amp;nbsp;&lt;/EM&gt;it shows that&amp;nbsp;&lt;EM&gt;MultiTaskRoadExtractor&lt;/EM&gt; is still available (Attachment: "&lt;STRONG&gt;Post_DL_..."&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;However, when I use conda to open Jupyter Notebook in my browser, and run the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;ln[1]: from arcgis.learn import prepare_data, MultiTaskRoadExtractor&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I get a traceback error saying it cannot import the model. Searching for the arcgis.learn __init__.py file through the jupyter notebook directory, I find that the model is not available (Attachment:&amp;nbsp;&lt;STRONG&gt;"JupyterNotebook__..."&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I should mention that I can open a notebook from within ArcGIS Pro and get all of this to work on the base environment. But it just doesn't want to work in an external 3.7 environment through Jupyter Notebook.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 19:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1031295#M5619</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-02-27T19:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1033819#M5665</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/122609"&gt;@JackCharde1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you replace the arcgis API version in the installation command and try again.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;conda install -c esri -c fastai -c pytorch arcgis=1.8.4 scikit-image=0.15.0 pillow=6.2.2 libtiff=4.0.10 fastai=1.0.60 pytorch=1.4.0 torchvision=0.5.0 --no-pin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 05:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1033819#M5665</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-08T05:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Errors with dependency installation and Deep Learning Tool model availability in Anaconda 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1033827#M5666</link>
      <description>&lt;P&gt;That worked! Thank you so much&amp;nbsp;@Anonymous User&amp;nbsp;!&lt;/P&gt;&lt;P&gt;I just checked it in a browser-based notebook and encountered no errors running the successive lines of code.&lt;/P&gt;&lt;P&gt;Next step: get more CUDA!&lt;/P&gt;&lt;P&gt;Cheers&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":clinking_beer_mugs:"&gt;🍻&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 06:22:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/errors-with-dependency-installation-and-deep/m-p/1033827#M5666</guid>
      <dc:creator>JackCharde1</dc:creator>
      <dc:date>2021-03-08T06:22:33Z</dc:date>
    </item>
  </channel>
</rss>

