<?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: cannot import name 'EntityRecognizer' from 'arcgis.learn' in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768117#M1778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't pip install if at all.&amp;nbsp; When using conda, stick with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conda update numpy --no-pin --dry-run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will show you what it will install.... numpy 1.18.1 is the latest version on the anaconda site, It is what I am using.&amp;nbsp; 1.18.4 is due out soon, but Anaconda hasn't been updating their site as quickly, for obvious reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should it show numpy 1.18.1 remove the --dry-run portion and update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esri tends to be a bit slower on the updates for things like numpy and the various science packages.&lt;/P&gt;&lt;P&gt;The esri-Anaconda site shows that Pro 2.6 is due for beta soon&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://anaconda.org/Esri/repo" title="https://anaconda.org/Esri/repo"&gt;https://anaconda.org/Esri/repo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it looks like they won't even be moving to python 3.7 and are probably sticking with python 1.16.5 based on the&lt;/P&gt;&lt;P&gt;'pinned' file (numpy 1.16.* in you&amp;nbsp;C:\...your_install_path...\bin\Python\res\pinned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2020 01:58:19 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2020-05-04T01:58:19Z</dc:date>
    <item>
      <title>cannot import name 'EntityRecognizer' from 'arcgis.learn'</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768114#M1775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OS version: &lt;STRONG&gt;Win10 Pro 1909&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Conda version:&lt;STRONG&gt; 4.8.3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;python version: &lt;STRONG&gt;3.7.4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ran conda cmd:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;conda install -c esri arcgis fastai pillow scikit-image&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Opened notebook and import commands failed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/490737_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried removing and installing again but no luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2020 23:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768114#M1775</guid>
      <dc:creator>SeanGrant3</dc:creator>
      <dc:date>2020-05-02T23:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: cannot import name 'EntityRecognizer' from 'arcgis.learn'</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768115#M1776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is there... check your version and install path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;__version__
&lt;SPAN class="string token"&gt;'1.8.0'&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;learn &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; EntityRecognizer

dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;learn&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;EntityRecognizer&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'__class__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; snip&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'_arcgis_init_callback'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_check_backbone_support'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_check_requisites'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_check_tf'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'_create_emd'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_create_emd_template'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_create_html'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_create_tfonnx_emd_template'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'_extract_entities_text'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_find_lr'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_get_emd_params'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_get_post_processed_model'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'_get_tfonnx_emd_params'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_model_metrics'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_post_process_address_df'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'_post_process_non_address_df'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_publish_dlpk'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_save'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_save_as_tfonnx'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'_save_model_characteristics'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_save_tflite'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_show_lr_plot'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'_write_emd'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'extract_entities'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'fit'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'from_model'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'load'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'lr_find'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'save'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'show_results'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'unfreeze'&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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768115#M1776</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T08:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: cannot import name 'EntityRecognizer' from 'arcgis.learn'</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768116#M1777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not because the version conda is installing in 1.6.0 not 1.8.0&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/490773_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;While the anaconda site says it is at 1.8.0...only 1.6.0 gets installed&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/490774_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;When I manually try to install the tarball I receive more errors&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/490805_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;I think this is a Numpy version error as that one also is not updating to the latest (1.18) so there is something going on with my machine.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/490808_pastedImage_8.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will keep digging....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 01:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768116#M1777</guid>
      <dc:creator>SeanGrant3</dc:creator>
      <dc:date>2020-05-04T01:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: cannot import name 'EntityRecognizer' from 'arcgis.learn'</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768117#M1778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't pip install if at all.&amp;nbsp; When using conda, stick with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conda update numpy --no-pin --dry-run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will show you what it will install.... numpy 1.18.1 is the latest version on the anaconda site, It is what I am using.&amp;nbsp; 1.18.4 is due out soon, but Anaconda hasn't been updating their site as quickly, for obvious reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should it show numpy 1.18.1 remove the --dry-run portion and update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esri tends to be a bit slower on the updates for things like numpy and the various science packages.&lt;/P&gt;&lt;P&gt;The esri-Anaconda site shows that Pro 2.6 is due for beta soon&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://anaconda.org/Esri/repo" title="https://anaconda.org/Esri/repo"&gt;https://anaconda.org/Esri/repo&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it looks like they won't even be moving to python 3.7 and are probably sticking with python 1.16.5 based on the&lt;/P&gt;&lt;P&gt;'pinned' file (numpy 1.16.* in you&amp;nbsp;C:\...your_install_path...\bin\Python\res\pinned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 01:58:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768117#M1778</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-05-04T01:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: cannot import name 'EntityRecognizer' from 'arcgis.learn'</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768118#M1779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I meant to use conda, my fault. I ended up cleaning up my env for conda and restarting then retrying and that seemed to clear things up a bit. I am able to import the EntityRecognizer now and the version are good so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 02:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768118#M1779</guid>
      <dc:creator>SeanGrant3</dc:creator>
      <dc:date>2020-05-04T02:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: cannot import name 'EntityRecognizer' from 'arcgis.learn'</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768119#M1780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked out.&amp;nbsp; It is too bad that esri can't put Anaconda Navigator in the distribution by default... it makes package management a lot easier for most rather than conda command line or trying to manage packages through Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post back if things go wrong any more.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 02:42:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/cannot-import-name-entityrecognizer-from-arcgis/m-p/768119#M1780</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-05-04T02:42:33Z</dc:date>
    </item>
  </channel>
</rss>

